Outil.vue 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. <template>
  2. <LayoutContainer>
  3. <v-row class="outil-row">
  4. <v-col cols="4">
  5. <div class="title">
  6. <v-icon class="fa-brands fa-react icon"></v-icon>
  7. <h4 >Présentation d'opentalent school</h4>
  8. </div>
  9. <v-img src="/images/logiciels/school/screen.jpg" class="screen-img">
  10. </v-img>
  11. </v-col>
  12. <v-col cols="5">
  13. <h2 class="outil-title">Un outil complet en ligne</h2>
  14. <ul class="outil-ul">
  15. <li class="outil-list">Logiciel de gestion et communication en ligne</li>
  16. <li class="outil-list">Destiné aux établissements d'enseignement artistique</li>
  17. <li class="outil-list">
  18. Gestion quotidienne et en temps réel (suivi pédagogique,
  19. facturation, encaissement…)</li>
  20. <li class="outil-list">Pilotage complet de votre structure</li>
  21. </ul>
  22. </v-col>
  23. <v-col cols="3">
  24. <div class="container-square">
  25. <v-row>
  26. <div class="blue-square">
  27. <v-icon class="fa-regular fa-comments icon"></v-icon>
  28. <p class="text-square">Nous contacter</p>
  29. </div>
  30. </v-row>
  31. <v-row>
  32. <div class="blue-square">
  33. <v-icon class="fa-regular fa-circle-info icon"></v-icon>
  34. <p class="text-square">Demander une demo </p>
  35. </div>
  36. </v-row>
  37. <v-row>
  38. <div class="blue-square">
  39. <v-icon class="fa-brands fa-readme icon"></v-icon>
  40. <p class="text-square">Brochure</p>
  41. </div>
  42. </v-row>
  43. <v-row>
  44. <div class="darkblue-square">
  45. <v-icon class="fa-solid fa-phone icon"></v-icon>
  46. <p class="text-square">Nous Appeler</p>
  47. </div>
  48. </v-row>
  49. </div>
  50. </v-col>
  51. <v-row>
  52. <v-col cols="4"> </v-col>
  53. <v-col cols="5">
  54. <div class="title-picto-container">
  55. <h2>Des caractéristiques uniques & dédiées</h2>
  56. <div class="picto-container">
  57. <v-img
  58. class="picto-img"
  59. src="/images/logiciels/school/picto1.png"
  60. ></v-img>
  61. <v-img
  62. class="picto-img"
  63. src="/images/logiciels/school/picto2.png"
  64. ></v-img>
  65. <v-img
  66. class="picto-img"
  67. src="/images/logiciels/school/picto3.png"
  68. ></v-img>
  69. <v-img
  70. class="picto-img"
  71. src="/images/logiciels/school/picto4.png"
  72. ></v-img>
  73. </div>
  74. </div>
  75. </v-col>
  76. <v-col cols="2"> </v-col>
  77. </v-row>
  78. </v-row>
  79. <v-row class="container-green">
  80. <v-row>
  81. <v-col cols="6" class="citation-school"> “ Pour les petits comme pour les grands établissements d’enseignement artistique.“</v-col>
  82. </v-row>
  83. <v-col cols="6">
  84. <h6 class="subtitle-logiciel">Logiciel Opentalent</h6>
  85. <v-img src="/images/logiciels/school/screen2.png" class="screen2-img">
  86. </v-img>
  87. </v-col>
  88. </v-row>
  89. </LayoutContainer>
  90. </template>
  91. <script setup></script>
  92. <style scoped>
  93. .icon-title{
  94. color: blue;
  95. }
  96. .text-square {
  97. font-family: 'Barlow';
  98. margin-left: 2rem;
  99. margin-right: 2rem;
  100. margin-top: 0.9rem;
  101. text-align: center;
  102. }
  103. .icon{
  104. margin-top: 2rem;
  105. }
  106. .container-square {
  107. display: flex;
  108. flex-direction: column;
  109. justify-content: space-between;
  110. color: white;
  111. font-family: 'Barlow';
  112. font-style: normal;
  113. font-weight: 500;
  114. font-size: 0.7rem;
  115. line-height: 15px;
  116. text-align: center;
  117. letter-spacing: 0.20em;
  118. text-transform: uppercase;
  119. }
  120. .outil-title{
  121. font-family: "Barlow";
  122. font-style: normal;
  123. font-weight: 600;
  124. font-size: 3rem;
  125. line-height: 18px;
  126. color: #091d20;
  127. margin-bottom: 4rem;
  128. }
  129. .outil-ul{
  130. margin-left: 1rem;
  131. font-family: 'Barlow';
  132. font-style: normal;
  133. font-weight: 300;
  134. font-size: 1rem;
  135. line-height: 1.5rem;
  136. }
  137. .citation-school {
  138. font-family: 'Barlow';
  139. font-style: italic;
  140. font-weight: 300;
  141. font-size: 2rem;
  142. width: 3rem;
  143. line-height: 40px;
  144. color: #ffffff;
  145. font-style: italic;
  146. margin-top: 20rem;
  147. margin-left: 5rem;
  148. }
  149. .subtitle-logiciel {
  150. font-family: "Barlow";
  151. font-style: normal;
  152. font-weight: 600;
  153. font-size: 1.5rem;
  154. line-height: 18px;
  155. color: #ffffff;
  156. margin-left: 5rem;
  157. margin-right: 15rem;
  158. margin-top : 4rem;
  159. top: 10rem;
  160. }
  161. .screen2-img {
  162. width: 50rem;
  163. height: 40rem;
  164. bottom: 4rem;
  165. }
  166. .container-green {
  167. background: linear-gradient(180deg, rgba(14, 45, 50, 0) 26.84%, #0e2d32 100%),
  168. rgba(7, 27, 31, 0.3);
  169. height: 35rem;
  170. }
  171. .title-picto-container {
  172. align-items: start;
  173. }
  174. .picto-container {
  175. display: flex;
  176. justify-content: flex-start;
  177. padding: 0 2rem;
  178. }
  179. .picto-img {
  180. right: 5rem;
  181. height: 10rem;
  182. margin-bottom: 3rem;
  183. }
  184. .title {
  185. display: flex;
  186. justify-content: center;
  187. align-items: center;
  188. font-family: "Barlow";
  189. font-style: normal;
  190. font-weight: 600;
  191. font-size: 1.5rem;
  192. line-height: 18px;
  193. color: #091d20;
  194. margin-left: 5rem;
  195. margin-right: 15rem;
  196. }
  197. .screen-img {
  198. width: 20rem;
  199. height: 15rem;
  200. margin-top: 2rem;
  201. margin-left: 5rem;
  202. }
  203. .outil-row {
  204. margin-top: 5rem;
  205. margin-bottom: 5rem;
  206. }
  207. .darkblue-square {
  208. width: 9rem;
  209. height: 7rem;
  210. background: #0e2d32;
  211. margin-left: 15rem;
  212. }
  213. .blue-square {
  214. margin-left: 15rem;
  215. width: 9rem;
  216. height: 7rem;
  217. background: rgba(32, 147, 190, 0.6);
  218. }
  219. </style>