Accompagnement.vue 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. <template>
  2. <div id="Accompagnement">
  3. <LayoutContainer>
  4. <div class="container-green">
  5. <v-row >
  6. <div class="d-flex justify-center align-center mt-6">
  7. <v-icon size="10" class="fa-solid fa-circle icon-title"></v-icon>
  8. <h5 class="subtitle">
  9. Accompagnement
  10. </h5>
  11. </div>
  12. </v-row>
  13. <v-row>
  14. <v-col cols="3">
  15. <v-img
  16. src="/images/logiciels/school/reunion.jpg"
  17. class="reunion-img"
  18. ></v-img>
  19. </v-col>
  20. <v-col cols="6">
  21. <h3 class="formation-title">Formation prise en main du logiciel - En ligne</h3>
  22. <p class="formation-details">
  23. Parce qu’on sait qu’appréhender un nouvel outil peut-être
  24. fastidieux et que vous n’avez pas de temps à perdre,...
  25. </p>
  26. <br>
  27. <p class="formation-details mb-6">
  28. Lors de
  29. votre souscription, nous vous invitons à choisir des dates de
  30. formation qui se déroulera sous 2 jours non consécutifs. En effet,
  31. ce sont des journées riches d’informations et nous mettons un
  32. point d’honneur à vous laisser digérer cette première journée,
  33. vous familiariser davantage avec vos nouvelles connaissances avant
  34. de passer à la seconde. Destinée aux nouveaux utilisateurs, elle
  35. est obligatoire lors de l'acquisition du logiciel. Elle est
  36. également utile lors d'un changement de personnel dans la
  37. structure.
  38. </p>
  39. <v-btn class="formation-btn">S’incrire à une formation</v-btn>
  40. </v-col>
  41. </v-row>
  42. </div>
  43. <v-row class="card-container">
  44. <v-col
  45. cols="3"
  46. class="d-flex justify-center align-center small-padding"
  47. >
  48. <div class="card">
  49. <h3 class="chiffre">1500</h3>
  50. <p>elèves</p>
  51. </div>
  52. </v-col>
  53. <v-col cols="3" class="d-flex justify-center align-center">
  54. <div class="card">
  55. <h3 class="chiffre">234</h3>
  56. <p>utilisateurs</p>
  57. </div>
  58. </v-col>
  59. <v-col cols="3" class="d-flex justify-center align-center">
  60. <div class="card">
  61. <h3 class="chiffre">20304</h3>
  62. <p>clients </p>
  63. </div>
  64. </v-col>
  65. <v-col cols="3" class="d-flex justify-center align-center">
  66. <div class="card">
  67. <h3 class="chiffre">13</h3>
  68. <p>années d’expériences</p>
  69. </div>
  70. </v-col>
  71. </v-row>
  72. <v-row>
  73. <LogicielsSchoolCaroussel />
  74. </v-row>
  75. <v-row>
  76. </v-row>
  77. </LayoutContainer>
  78. </div>
  79. </template>
  80. <script setup>
  81. </script>
  82. <style scoped>
  83. .carousel-button i {
  84. color:black;
  85. }
  86. .carousel-button {
  87. display: flex;
  88. justify-content: center;
  89. align-items: center;
  90. width: 40px;
  91. height: 40px;
  92. background-color: transparent;
  93. border: 2px solid black;
  94. cursor: pointer;
  95. margin-right: 1rem;
  96. margin-top: 1rem;
  97. }
  98. .title{
  99. font-family: 'Barlow';
  100. font-style: normal;
  101. font-weight: 600;
  102. font-size: 42px;
  103. line-height: 42px;
  104. text-align: center;
  105. color: #0E2D32;
  106. width: 30rem;
  107. margin-left: auto;
  108. margin-right: auto;
  109. margin-bottom: 2rem;
  110. }
  111. .chiffre{
  112. font-family: 'Barlow';
  113. font-style: normal;
  114. font-weight: 600;
  115. font-size: 60px;
  116. line-height: 68px;
  117. text-align: center;
  118. color: #091D20;
  119. margin-bottom: .5rem;
  120. }
  121. .formation-btn{
  122. font-family: 'Barlow';
  123. font-style: normal;
  124. font-weight: 500;
  125. font-size: 15px;
  126. line-height: 18px;
  127. background: transparent;
  128. color: #EFF9FB;
  129. border: 1px solid #EFF9FB;
  130. border-radius: 2rem;
  131. margin-left: 7rem;
  132. }
  133. .formation-details{
  134. font-family: 'Barlow';
  135. font-style: normal;
  136. font-weight: 300;
  137. font-size: 14px;
  138. line-height: 18px;
  139. color: #EFF9FB;
  140. margin-left: 7rem;
  141. }
  142. .formation-title{
  143. font-family: 'Barlow';
  144. font-style: normal;
  145. font-weight: 500;
  146. font-size: 22px;
  147. line-height: 26px;
  148. color: #FFFFFF;
  149. margin-left: 7rem;
  150. margin-bottom: 3rem;
  151. }
  152. .reunion-img{
  153. width: 100%;
  154. height: 100%;
  155. object-fit: cover;
  156. border-radius: 20%;
  157. margin-left: 5rem;
  158. }
  159. .subtitle {
  160. font-family: "Barlow";
  161. font-weight: 500;
  162. font-size: 0.9rem;
  163. line-height: 1.2rem;
  164. font-weight: 600;
  165. line-height: 16px;
  166. display: flex;
  167. align-items: center;
  168. letter-spacing: 0.18em;
  169. text-transform: uppercase;
  170. }
  171. .icon-title {
  172. color: rgba(32, 147, 190, 0.6);
  173. font-size: 1.5rem;
  174. margin-right: .5rem;
  175. margin-left: 5rem;
  176. }
  177. .container-green {
  178. background-color: #0e2d32;
  179. padding: 20px;
  180. margin-bottom: 20px;
  181. color: white;
  182. }
  183. .card-container {
  184. margin-top: 20px;
  185. margin-bottom: 20px;
  186. margin-left: 5rem;
  187. margin-right: 5rem;
  188. }
  189. .card {
  190. background: #c3e5e7;
  191. border-radius: 10px;
  192. padding-left: 5rem;
  193. padding-right: 5rem;
  194. padding-top: 3rem;
  195. padding-bottom: 3rem;
  196. width: 36rem;
  197. height: 15rem;
  198. display: flex;
  199. flex-direction: column;
  200. justify-content: center;
  201. align-items: center;
  202. text-align: center;
  203. }
  204. </style>