Promotion.vue 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. <template>
  2. <LayoutContainer>
  3. <v-row class="gestion">
  4. <v-col>
  5. <LayoutUISectionTitle class="alt-theme">
  6. GESTION ET PROMOTION
  7. </LayoutUISectionTitle>
  8. <v-row>
  9. <v-col>
  10. <div class="text-block">
  11. <span class="highlight">Simplifiez</span>-vous la vie avec un
  12. outil
  13. <span class="inline-pic-container">
  14. <v-img
  15. src="/images/pages/home/promotion/Visuel_d_un_Pianiste.png"
  16. alt="Vignette d’une personne jouant sur un piano"
  17. />
  18. </span>
  19. tout-en-un pour la gestion et la promotion
  20. <span class="inline-pic-container">
  21. <v-img
  22. src="/images/pages/home/promotion/Visuel_de_Danseuse.png"
  23. alt="Vignette d’une danseuse"
  24. />
  25. </span>
  26. de votre structure culturelle.
  27. <span class="inline-pic-container">
  28. <v-img
  29. src="/images/pages/home/promotion/Visuel_d_un_Comedien.PNG"
  30. alt="Vignette d’un homme faisant un spectacle de mime dans une salle de spectacle"
  31. />
  32. </span>
  33. </div>
  34. </v-col>
  35. </v-row>
  36. </v-col>
  37. </v-row>
  38. <v-row class="demo">
  39. <v-col>
  40. <v-img
  41. src="/images/pages/home/promotion/Ordinateur_portable_avec_ecran_logiciel_Opentalent.jpg"
  42. alt="Vidéo corporate de l’entreprise Opentalent"
  43. class="screen"
  44. >
  45. <v-icon v-show="false" icon="fas fa-play" class="play-icon" />
  46. </v-img>
  47. </v-col>
  48. </v-row>
  49. <v-row class="outil center-90">
  50. <v-col>
  51. <v-row>
  52. <v-col>
  53. <h3>Un outil complet et intuitif pour chaque structure</h3>
  54. </v-col>
  55. </v-row>
  56. <v-row class="pictos">
  57. <v-col cols="12" lg="6">
  58. <v-row>
  59. <v-col cols="3">
  60. <img
  61. src="/images/pages/home/promotion/Logiciel_en_ligne_SaaS.svg"
  62. alt="Icône nuage cloud"
  63. />
  64. </v-col>
  65. <v-col cols="9">
  66. <p>Logiciel de gestion et communication en ligne</p>
  67. </v-col>
  68. </v-row>
  69. <v-row>
  70. <v-col cols="3">
  71. <img
  72. src="/images/pages/home/promotion/Site_internet_intégré.svg"
  73. alt="Icône site internet"
  74. />
  75. </v-col>
  76. <v-col cols="9">
  77. <p>Site web intégré et simple d’usage</p>
  78. </v-col>
  79. </v-row>
  80. </v-col>
  81. <v-col cols="12" lg="6">
  82. <v-row>
  83. <v-col cols="3">
  84. <img
  85. src="/images/pages/home/promotion/Visibilite_augmente_avec_l_agenda_culturel_Opentalent.svg"
  86. alt="Icône avion en papier"
  87. />
  88. </v-col>
  89. <v-col cols="9">
  90. <p>Augmentez votre visibilité avec l'agenda culturel</p>
  91. </v-col>
  92. </v-row>
  93. <v-row>
  94. <v-col cols="3">
  95. <img
  96. src="/images/pages/home/promotion/Icone_communication_en_reseau.svg"
  97. alt="Icône de deux enveloppes"
  98. />
  99. </v-col>
  100. <v-col cols="9">
  101. <p>Communiquez en réseau</p>
  102. </v-col>
  103. </v-row>
  104. </v-col>
  105. </v-row>
  106. </v-col>
  107. </v-row>
  108. </LayoutContainer>
  109. </template>
  110. <script setup lang="ts"></script>
  111. <style scoped lang="scss">
  112. .highlight {
  113. color: var(--secondary-color);
  114. }
  115. .v-row.gestion {
  116. > .v-col {
  117. margin-bottom: 4rem;
  118. background: var(--primary-color);
  119. @media (max-width: 600px) {
  120. min-height: 430px;
  121. padding: 0 5%;
  122. }
  123. }
  124. .text-block {
  125. font-weight: 600;
  126. font-size: 3rem;
  127. text-align: center;
  128. color: var(--on-primary-color);
  129. height: 20rem;
  130. width: 45rem;
  131. margin: 2rem auto 28rem;
  132. @media (max-width: 600px) {
  133. padding: 0 5%;
  134. }
  135. }
  136. .inline-pic-container {
  137. display: inline-flex;
  138. justify-content: center;
  139. vertical-align: middle;
  140. }
  141. .v-img {
  142. height: 75px;
  143. width: 115px;
  144. max-width: 100%;
  145. border-radius: 5rem;
  146. }
  147. @media (max-width: 960px) {
  148. > .v-col {
  149. margin-bottom: 0;
  150. }
  151. .text-block {
  152. font-weight: 500;
  153. font-size: 2rem;
  154. line-height: 3.5rem;
  155. height: 10rem;
  156. width: 40rem;
  157. margin: 3rem auto 5rem;
  158. max-width: 100%;
  159. }
  160. .v-img {
  161. width: 3.2rem;
  162. border-radius: 5rem;
  163. }
  164. }
  165. }
  166. .v-row.demo {
  167. max-height: 350px;
  168. @media (max-width: 1280px) {
  169. max-height: 1000px;
  170. }
  171. .screen {
  172. width: 900px;
  173. object-fit: cover;
  174. margin: 2rem auto;
  175. text-align: center;
  176. border-radius: 20px;
  177. transition: transform 0.2s;
  178. bottom: 30rem;
  179. }
  180. @media (max-width: 1280px) {
  181. .screen {
  182. margin-top: -12px;
  183. bottom: 0;
  184. width: 100%;
  185. border-radius: 0;
  186. }
  187. }
  188. @media (min-width: 600px) {
  189. .screen:hover {
  190. transform: scale(1.1);
  191. }
  192. }
  193. .play-icon {
  194. position: absolute;
  195. top: 45%;
  196. left: 50%;
  197. transform: translate(-50%, -50%);
  198. font-size: 3rem;
  199. color: var(--on-primary-color);
  200. cursor: pointer;
  201. z-index: 100;
  202. }
  203. }
  204. .outil {
  205. margin-bottom: 36px;
  206. @media (max-width: 600px) {
  207. width: 90%;
  208. margin-left: auto;
  209. margin-right: auto;
  210. }
  211. h3 {
  212. color: var(--primary-color);
  213. font-size: 2rem;
  214. font-weight: 400;
  215. margin-bottom: 3rem;
  216. text-align: center;
  217. }
  218. .pictos {
  219. .v-row {
  220. border-bottom: solid 2px var(--on-neutral-color-extra-light);
  221. border-top: solid 2px var(--on-neutral-color-extra-light);
  222. margin: -2px 0 0;
  223. height: 100px;
  224. display: flex;
  225. align-items: center;
  226. justify-content: center;
  227. }
  228. > .v-col-12 {
  229. padding-top: 0;
  230. padding-bottom: 0;
  231. }
  232. .v-col-3 {
  233. display: flex;
  234. flex-direction: row;
  235. justify-content: flex-end;
  236. }
  237. img {
  238. width: 50px;
  239. height: 50px;
  240. margin-right: 2rem;
  241. @media (max-width: 600px) {
  242. margin-right: 0;
  243. }
  244. }
  245. p {
  246. font-weight: 400;
  247. font-size: 20px;
  248. line-height: 26px;
  249. width: 25rem;
  250. max-width: 100%;
  251. color: var(--primary-color);
  252. @media (max-width: 600px) {
  253. width: 90%;
  254. margin-bottom: 0;
  255. }
  256. }
  257. }
  258. }
  259. </style>