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 outil
  12. <span class="inline-pic-container">
  13. <v-img
  14. src="/images/pages/home/promotion/Visuel_d_un_Pianiste.png"
  15. alt="Vignette d’une personne jouant sur un piano"
  16. />
  17. </span>
  18. tout-en-un pour la gestion et la promotion
  19. <span class="inline-pic-container">
  20. <v-img
  21. src="/images/pages/home/promotion/Visuel_de_Danseuse.png"
  22. alt="Vignette d’une danseuse"
  23. />
  24. </span>
  25. de votre structure culturelle.
  26. <span class="inline-pic-container">
  27. <v-img
  28. src="/images/pages/home/promotion/Visuel_d_un_Comedien.PNG"
  29. alt="Vignette d’un homme faisant un spectacle de mime dans une salle de spectacle"
  30. />
  31. </span>
  32. </div>
  33. </v-col>
  34. </v-row>
  35. </v-col>
  36. </v-row>
  37. <v-row class="demo">
  38. <v-col>
  39. <v-img
  40. src="/images/pages/home/promotion/Ordinateur_portable_avec_ecran_logiciel_Opentalent.jpg"
  41. alt="Vidéo corporate de l’entreprise Opentalent"
  42. class="screen"
  43. >
  44. <v-icon v-show="false" icon="fas fa-play" class="play-icon" />
  45. </v-img>
  46. </v-col>
  47. </v-row>
  48. <v-row class="outil center-90">
  49. <v-col>
  50. <v-row>
  51. <v-col>
  52. <h3>Un outil complet et intuitif pour chaque structure</h3>
  53. </v-col>
  54. </v-row>
  55. <v-row class="pictos">
  56. <v-col cols="12" lg="6">
  57. <v-row>
  58. <v-col cols="3">
  59. <img
  60. src="/images/pages/home/promotion/Logiciel_en_ligne_SaaS.svg"
  61. alt="Icône nuage cloud"
  62. />
  63. </v-col>
  64. <v-col cols="9">
  65. <p>Logiciel de gestion et communication en ligne</p>
  66. </v-col>
  67. </v-row>
  68. <v-row>
  69. <v-col cols="3">
  70. <img
  71. src="/images/pages/home/promotion/Site_internet_intégré.svg"
  72. alt="Icône site internet"
  73. />
  74. </v-col>
  75. <v-col cols="9">
  76. <p>Site web intégré et simple d’usage</p>
  77. </v-col>
  78. </v-row>
  79. </v-col>
  80. <v-col cols="12" lg="6">
  81. <v-row>
  82. <v-col cols="3">
  83. <img
  84. src="/images/pages/home/promotion/Visibilite_augmente_avec_l_agenda_culturel_Opentalent.svg"
  85. alt="Icône avion en papier"
  86. />
  87. </v-col>
  88. <v-col cols="9">
  89. <p>Augmentez votre visibilité avec l'agenda culturel</p>
  90. </v-col>
  91. </v-row>
  92. <v-row>
  93. <v-col cols="3">
  94. <img
  95. src="/images/pages/home/promotion/Icone_communication_en_reseau.svg"
  96. alt="Icône de deux enveloppes"
  97. />
  98. </v-col>
  99. <v-col cols="9">
  100. <p>Communiquez en réseau</p>
  101. </v-col>
  102. </v-row>
  103. </v-col>
  104. </v-row>
  105. </v-col>
  106. </v-row>
  107. </LayoutContainer>
  108. </template>
  109. <script setup lang="ts">
  110. </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>