Promotion.vue 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. <template>
  2. <LayoutContainer>
  3. <v-row class="gestion">
  4. <v-col>
  5. <div class="d-flex justify-center align-center flex-column">
  6. <v-icon
  7. size="6"
  8. icon="fas fa-circle"
  9. />
  10. <h5>
  11. GESTION ET PROMOTION
  12. </h5>
  13. </div>
  14. <v-row>
  15. <p class="text-block">
  16. <span class="highlight">Simplifiez</span>-vous la vie avec un outil
  17. <span class="inline-pic-container">
  18. <v-img
  19. src="/images/Home_logiciel/ecole_de_musique-piano.jpg"
  20. />
  21. </span>
  22. tout en un pour la gestion et la promotion
  23. <span class="inline-pic-container">
  24. <v-img
  25. src="/images/Home_logiciel/ecole_de_danse-danseuse.jpg"
  26. />
  27. </span>
  28. , de votre structure culturelle.
  29. <span class="inline-pic-container">
  30. <v-img
  31. src="/images/Home_logiciel/ecole_de_cirque.jpg"
  32. />
  33. </span>
  34. </p>
  35. </v-row>
  36. </v-col>
  37. </v-row>
  38. <v-row class="demo">
  39. <v-col>
  40. <v-img
  41. src="/images/home/écran.JPG"
  42. class="screen"
  43. >
  44. <v-icon icon="fas fa-play" class="play-icon" />
  45. </v-img>
  46. </v-col>
  47. </v-row>
  48. <section class="outil">
  49. <v-row>
  50. <v-col>
  51. <h3>
  52. Un outil complet et intuitif <br />
  53. pour chaque structure
  54. </h3>
  55. </v-col>
  56. </v-row>
  57. <v-row class="pictos">
  58. <v-col cols="12" lg="6">
  59. <v-row>
  60. <img src="/images/pictoHome/network.svg" alt="network" />
  61. <p>
  62. Logiciel de gestion et communication en ligne
  63. </p>
  64. </v-row>
  65. <v-row>
  66. <img src="/images/pictoHome/website.svg" alt="website" />
  67. <p>
  68. Site web intégré et simple d’usage
  69. </p>
  70. </v-row>
  71. </v-col>
  72. <v-col cols="12" lg="6">
  73. <v-row>
  74. <img src="/images/pictoHome/visibility.svg" alt="visibility" />
  75. <p>
  76. Augmentez votre visibilité avec l'agenda culturel
  77. </p>
  78. </v-row>
  79. <v-row>
  80. <img src="/images/pictoHome/communication.svg" alt="communication" />
  81. <p>
  82. Communiquez en réseau
  83. </p>
  84. </v-row>
  85. </v-col>
  86. </v-row>
  87. </section>
  88. </LayoutContainer>
  89. </template>
  90. <script setup lang="ts">
  91. import { useDisplay } from "vuetify";
  92. const { mdAndDown } = useDisplay();
  93. </script>
  94. <style scoped lang="scss">
  95. .highlight {
  96. color: var(--secondary-color);
  97. }
  98. .v-row.gestion {
  99. >.v-col {
  100. margin-bottom: 4rem;
  101. background: var(--primary-color);
  102. }
  103. h5 {
  104. font-size: 1rem;
  105. line-height: 1rem;
  106. margin-top: 1rem;
  107. color: var(--secondary-color);
  108. text-align: center;
  109. letter-spacing: 2.16px;
  110. text-transform: uppercase;
  111. }
  112. .fa-circle{
  113. margin-top: 1rem;
  114. color: var(--on-primary-color);
  115. margin-right: 1rem;
  116. }
  117. .text-block {
  118. font-weight: 600;
  119. font-size: 3rem;
  120. text-align: center;
  121. color: var(--on-primary-color);
  122. height: 20rem;
  123. width: 45rem;
  124. margin: 2rem auto 28rem;
  125. }
  126. .inline-pic-container {
  127. display: inline-flex;
  128. justify-content: center;
  129. vertical-align: middle;
  130. }
  131. .v-img {
  132. height: auto;
  133. width: 7rem;
  134. max-width: 100%;
  135. border-radius: 5rem;
  136. }
  137. @media (max-width: 960px) {
  138. .text-block {
  139. font-weight: 500;
  140. font-size: 2rem;
  141. line-height: 3.5rem;
  142. height: 10rem;
  143. width: 40rem;
  144. margin: 3rem 2rem 5rem;
  145. }
  146. .v-img {
  147. width: 3.2rem;
  148. border-radius: 5rem;
  149. }
  150. }
  151. }
  152. .v-row.demo {
  153. margin-bottom: -28rem;
  154. .screen {
  155. width: 900px;
  156. object-fit: cover;
  157. margin: 2rem auto;
  158. text-align: center;
  159. border-radius: 20px;
  160. transition: transform 0.2s;
  161. bottom: 30rem;
  162. }
  163. @media (max-width: 960px) {
  164. .screen {
  165. width: 100%;
  166. }
  167. }
  168. @media (min-width: 600px) {
  169. .screen:hover {
  170. transform: scale(1.1);
  171. }
  172. }
  173. .play-icon {
  174. position: absolute;
  175. top: 45%;
  176. left: 50%;
  177. transform: translate(-50%, -50%);
  178. font-size: 3rem;
  179. color: var(--on-primary-color);
  180. cursor: pointer;
  181. z-index: 100;
  182. }
  183. }
  184. section.outil {
  185. margin-bottom: 36px;
  186. h3 {
  187. color: var(--primary-color);
  188. font-size: 2rem;
  189. font-weight: 400;
  190. margin-bottom: 3rem;
  191. text-align: center;
  192. }
  193. .pictos {
  194. .v-row {
  195. border-bottom: solid 1px var(--on-primary-color-alt);
  196. margin: 0;
  197. height: 100px;
  198. display: flex;
  199. align-items: center;
  200. justify-content: center;
  201. }
  202. .v-row:first-child {
  203. border-top: solid 1px var(--on-primary-color-alt);
  204. }
  205. img {
  206. width: 50px;
  207. height: 50px;
  208. margin-right: 2rem;
  209. }
  210. p {
  211. font-weight: 400;
  212. font-size: 22px;
  213. line-height: 26px;
  214. width: 25rem;
  215. color: var(--primary-color);
  216. margin-bottom: 1rem;
  217. }
  218. }
  219. }
  220. </style>