Promotion.vue 6.4 KB

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