Promotion.vue 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  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. v-if="playVideo"
  42. src="/images/pages/home/promotion/Ordinateur_portable_avec_ecran_logiciel_Opentalent.jpg"
  43. alt="Vidéo corporate de l’entreprise Opentalent"
  44. class="screen"
  45. >
  46. <v-icon
  47. icon="fas fa-play"
  48. class="play-icon"
  49. @click="playVideo = true"
  50. />
  51. </v-img>
  52. <video v-else controls muted autoPlay>
  53. <source
  54. src="/storage/Video_Corporate_Opentalent-Agenda_et_logiciels_culturels.mp4"
  55. type="video/mp4"
  56. class="screen"
  57. />
  58. <meta itemprop="name" content="Vidéo corporate Opentalent" />
  59. <meta
  60. itemprop="description"
  61. content="Vidéo corporate Opentalent, découvrez l’histoire de l’entreprise, son agenda et ses logiciels culturels"
  62. />
  63. </video>
  64. </v-col>
  65. </v-row>
  66. <v-row class="outil center-90">
  67. <v-col>
  68. <v-row>
  69. <v-col>
  70. <h3>Un outil complet et intuitif pour chaque structure</h3>
  71. </v-col>
  72. </v-row>
  73. <v-row class="pictos">
  74. <v-col cols="12" lg="6">
  75. <v-row>
  76. <v-col cols="3">
  77. <img
  78. src="/images/pages/home/promotion/Logiciel_en_ligne_SaaS.svg"
  79. alt="Icône nuage cloud"
  80. />
  81. </v-col>
  82. <v-col cols="9">
  83. <p>Logiciel de gestion et communication en ligne</p>
  84. </v-col>
  85. </v-row>
  86. <v-row>
  87. <v-col cols="3">
  88. <img
  89. src="/images/pages/home/promotion/Site_internet_intégré.svg"
  90. alt="Icône site internet"
  91. />
  92. </v-col>
  93. <v-col cols="9">
  94. <p>Site web intégré et simple d’usage</p>
  95. </v-col>
  96. </v-row>
  97. </v-col>
  98. <v-col cols="12" lg="6">
  99. <v-row>
  100. <v-col cols="3">
  101. <img
  102. src="/images/pages/home/promotion/Visibilite_augmente_avec_l_agenda_culturel_Opentalent.svg"
  103. alt="Icône avion en papier"
  104. />
  105. </v-col>
  106. <v-col cols="9">
  107. <p>Augmentez votre visibilité avec l'agenda culturel</p>
  108. </v-col>
  109. </v-row>
  110. <v-row>
  111. <v-col cols="3">
  112. <img
  113. src="/images/pages/home/promotion/Icone_communication_en_reseau.svg"
  114. alt="Icône de deux enveloppes"
  115. />
  116. </v-col>
  117. <v-col cols="9">
  118. <p>Communiquez en réseau</p>
  119. </v-col>
  120. </v-row>
  121. </v-col>
  122. </v-row>
  123. </v-col>
  124. </v-row>
  125. </LayoutContainer>
  126. </template>
  127. <script setup lang="ts">
  128. const playVideo: Ref<boolean> = ref(false)
  129. </script>
  130. <style scoped lang="scss">
  131. .highlight {
  132. color: var(--secondary-color);
  133. }
  134. .v-row.gestion {
  135. > .v-col {
  136. margin-bottom: 4rem;
  137. background: var(--primary-color);
  138. @media (max-width: 600px) {
  139. min-height: 430px;
  140. padding: 0 5%;
  141. }
  142. }
  143. .text-block {
  144. font-weight: 600;
  145. font-size: 3rem;
  146. text-align: center;
  147. color: var(--on-primary-color);
  148. height: 20rem;
  149. width: 45rem;
  150. margin: 2rem auto 28rem;
  151. @media (max-width: 600px) {
  152. padding: 0 5%;
  153. }
  154. }
  155. .inline-pic-container {
  156. display: inline-flex;
  157. justify-content: center;
  158. vertical-align: middle;
  159. }
  160. .v-img {
  161. height: 75px;
  162. width: 115px;
  163. max-width: 100%;
  164. border-radius: 5rem;
  165. }
  166. @media (max-width: 960px) {
  167. > .v-col {
  168. margin-bottom: 0;
  169. }
  170. .text-block {
  171. font-weight: 500;
  172. font-size: 2rem;
  173. line-height: 3.5rem;
  174. height: 10rem;
  175. width: 40rem;
  176. margin: 3rem auto 5rem;
  177. max-width: 100%;
  178. }
  179. .v-img {
  180. width: 3.2rem;
  181. border-radius: 5rem;
  182. }
  183. }
  184. }
  185. .v-row.demo {
  186. max-height: 350px;
  187. @media (max-width: 1280px) {
  188. max-height: 1000px;
  189. }
  190. .screen {
  191. width: 900px;
  192. object-fit: cover;
  193. margin: 2rem auto;
  194. text-align: center;
  195. border-radius: 20px;
  196. transition: transform 0.2s;
  197. bottom: 30rem;
  198. }
  199. @media (max-width: 1280px) {
  200. .screen {
  201. margin-top: -12px;
  202. bottom: 0;
  203. width: 100%;
  204. border-radius: 0;
  205. }
  206. }
  207. @media (min-width: 600px) {
  208. .screen:hover {
  209. transform: scale(1.1);
  210. }
  211. }
  212. .play-icon {
  213. position: absolute;
  214. top: 45%;
  215. left: 50%;
  216. transform: translate(-50%, -50%);
  217. font-size: 3rem;
  218. color: var(--on-primary-color);
  219. cursor: pointer;
  220. z-index: 100;
  221. }
  222. }
  223. .outil {
  224. margin-bottom: 36px;
  225. @media (max-width: 600px) {
  226. width: 90%;
  227. margin-left: auto;
  228. margin-right: auto;
  229. }
  230. h3 {
  231. color: var(--primary-color);
  232. font-size: 2rem;
  233. font-weight: 400;
  234. margin-bottom: 3rem;
  235. text-align: center;
  236. }
  237. .pictos {
  238. .v-row {
  239. border-bottom: solid 2px var(--on-neutral-color-extra-light);
  240. border-top: solid 2px var(--on-neutral-color-extra-light);
  241. margin: -2px 0 0;
  242. height: 100px;
  243. display: flex;
  244. align-items: center;
  245. justify-content: center;
  246. }
  247. > .v-col-12 {
  248. padding-top: 0;
  249. padding-bottom: 0;
  250. }
  251. .v-col-3 {
  252. display: flex;
  253. flex-direction: row;
  254. justify-content: flex-end;
  255. }
  256. img {
  257. width: 50px;
  258. height: 50px;
  259. margin-right: 2rem;
  260. @media (max-width: 600px) {
  261. margin-right: 0;
  262. }
  263. }
  264. p {
  265. font-weight: 400;
  266. font-size: 20px;
  267. line-height: 26px;
  268. width: 25rem;
  269. max-width: 100%;
  270. color: var(--primary-color);
  271. @media (max-width: 600px) {
  272. width: 90%;
  273. margin-bottom: 0;
  274. }
  275. }
  276. }
  277. }
  278. </style>