Formations.vue 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. <template>
  2. <div id="Formations">
  3. <LayoutContainer>
  4. <div class="container-green mt-12">
  5. <v-row>
  6. <LayoutUISubTitle
  7. title-color="#fff"
  8. :iconSize="6"
  9. :iconClasses="iconClasses"
  10. :titleText="'Pour aller plus loin'"
  11. :iconColor="'#fac20a'"
  12. />
  13. </v-row>
  14. <v-row class="mt-12">
  15. <v-col cols="4">
  16. <v-img
  17. src="/images/logiciels/school/reunion.jpg"
  18. class="reunion-img mb-12"
  19. />
  20. </v-col>
  21. <v-col cols="6">
  22. <h3 class="formation-title">
  23. Webinaire de découverte - Nouveaux utilisateurs
  24. </h3>
  25. <p class="formation-details mb-6">
  26. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
  27. eiusmod tempor incididunt ut labore et dolore magna aliqua.
  28. </p>
  29. <v-btn class="formation-btn mt-12"> S’incrire à une session </v-btn>
  30. </v-col>
  31. </v-row>
  32. </div>
  33. <v-row class="card-container mb-12">
  34. <v-col
  35. cols="3"
  36. class="d-flex justify-center align-center small-padding"
  37. >
  38. <LayoutCardStat
  39. :chiffre="XXX"
  40. text="utilisateurs"
  41. backgroundColor="#fac20a"
  42. />
  43. </v-col>
  44. <v-col cols="3" class="d-flex justify-center align-center">
  45. <LayoutCardStat
  46. :chiffre="XXX"
  47. text="structures"
  48. backgroundColor="#fac20a"
  49. />
  50. </v-col>
  51. <v-col cols="3" class="d-flex justify-center align-center">
  52. <LayoutCardStat
  53. :chiffre="13"
  54. text="années d'expérience"
  55. backgroundColor="#fac20a"
  56. />
  57. </v-col>
  58. </v-row>
  59. <v-row />
  60. <v-row>
  61. <LogicielsSchoolCaroussel />
  62. </v-row>
  63. <v-row />
  64. </LayoutContainer>
  65. </div>
  66. </template>
  67. <script setup></script>
  68. <style scoped>
  69. .carousel-button i {
  70. color: black;
  71. }
  72. .carousel-button {
  73. display: flex;
  74. justify-content: center;
  75. align-items: center;
  76. width: 40px;
  77. height: 40px;
  78. background-color: transparent;
  79. border: 2px solid black;
  80. cursor: pointer;
  81. margin-right: 1rem;
  82. margin-top: 1rem;
  83. }
  84. .title {
  85. font-family: "Barlow";
  86. font-style: normal;
  87. font-weight: 600;
  88. font-size: 42px;
  89. line-height: 42px;
  90. text-align: center;
  91. color: #0e2d32;
  92. width: 30rem;
  93. margin-left: auto;
  94. margin-right: auto;
  95. margin-bottom: 2rem;
  96. }
  97. .chiffre {
  98. font-family: "Barlow";
  99. font-style: normal;
  100. font-weight: 600;
  101. font-size: 60px;
  102. line-height: 68px;
  103. text-align: center;
  104. color: #091d20;
  105. margin-bottom: 0.5rem;
  106. }
  107. .formation-btn {
  108. font-family: "Barlow";
  109. font-style: normal;
  110. font-weight: 500;
  111. font-size: 1rem;
  112. line-height: 18px;
  113. background: transparent;
  114. color: #eff9fb;
  115. border: 1px solid #eff9fb;
  116. border-radius: 0.5rem;
  117. margin-left: 7rem;
  118. }
  119. .formation-details {
  120. font-family: "Barlow";
  121. font-style: normal;
  122. font-weight: 300;
  123. font-size: 1rem;
  124. line-height: 1.5rem;
  125. color: #eff9fb;
  126. margin-left: 7rem;
  127. }
  128. .formation-title {
  129. font-family: "Barlow";
  130. font-style: normal;
  131. font-weight: 500;
  132. font-size: 1.8rem;
  133. line-height: 26px;
  134. color: #ffffff;
  135. margin-left: 7rem;
  136. margin-bottom: 3rem;
  137. }
  138. .reunion-img {
  139. width: 100%;
  140. height: 100%;
  141. object-fit: cover;
  142. border-radius: 20%;
  143. margin-left: 5rem;
  144. }
  145. .subtitle {
  146. font-family: "Barlow";
  147. font-weight: 500;
  148. font-size: 0.9rem;
  149. line-height: 1.2rem;
  150. font-weight: 600;
  151. line-height: 16px;
  152. display: flex;
  153. align-items: center;
  154. letter-spacing: 0.18em;
  155. text-transform: uppercase;
  156. }
  157. .icon-title {
  158. color: #fac20a;
  159. font-size: 1.5rem;
  160. margin-right: 0.5rem;
  161. margin-left: 5rem;
  162. }
  163. .container-green {
  164. background-color: #0e2d32;
  165. padding: 20px;
  166. height: auto;
  167. margin-bottom: 2rem;
  168. color: white;
  169. }
  170. .card-container {
  171. margin-left: auto;
  172. margin-right: auto;
  173. display: flex;
  174. justify-content: center;
  175. align-items: center;
  176. }
  177. .card {
  178. background: #fac20a;
  179. border-radius: 10px;
  180. width: 36rem;
  181. height: 15rem;
  182. display: flex;
  183. flex-direction: column;
  184. justify-content: center;
  185. align-items: center;
  186. text-align: center;
  187. }
  188. </style>