Outil.vue 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  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-title"></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. <div class="rectangle-4">
  12. <div class="black-circle">
  13. <div class="content-flex">
  14. <v-img src="/images/logo_school_white.png" class="logo-manager">
  15. </v-img>
  16. <p class="devis">Sur devis</p>
  17. </div>
  18. </div>
  19. </div>
  20. </v-col>
  21. <v-col cols="5">
  22. <h2 class="outil-title">Un outil complet en ligne</h2>
  23. <ul class="outil-ul">
  24. <li class="outil-list">
  25. Logiciel de gestion et communication en ligne
  26. </li>
  27. <li class="outil-list">
  28. Destiné aux établissements d'enseignement artistique
  29. </li>
  30. <li class="outil-list">
  31. Gestion quotidienne et en temps réel (suivi pédagogique,
  32. facturation, encaissement…)
  33. </li>
  34. <li class="outil-list">Pilotage complet de votre structure</li>
  35. </ul>
  36. </v-col>
  37. <v-col cols="3">
  38. <div class="container-square">
  39. <v-row>
  40. <div class="blue-square">
  41. <v-icon class="fa-regular fa-comments icon"></v-icon>
  42. <p class="text-square">Nous contacter</p>
  43. </div>
  44. </v-row>
  45. <v-row>
  46. <div class="blue-square">
  47. <v-icon class="fa-regular fa-circle-info icon"></v-icon>
  48. <p class="text-square">Demander une demo</p>
  49. </div>
  50. </v-row>
  51. <v-row>
  52. <div class="blue-square">
  53. <v-icon class="fa-brands fa-readme icon"></v-icon>
  54. <p class="text-square">Brochure</p>
  55. </div>
  56. </v-row>
  57. <v-row>
  58. <div class="darkblue-square">
  59. <v-icon class="fa-solid fa-phone icon"></v-icon>
  60. <p class="text-square">Nous Appeler</p>
  61. </div>
  62. </v-row>
  63. </div>
  64. </v-col>
  65. <v-row>
  66. <v-col cols="4"> </v-col>
  67. <v-col cols="5">
  68. <h2>Des caractéristiques uniques & dédiées</h2>
  69. <div class="picto-container">
  70. <div class="picto-group">
  71. <v-img
  72. class="picto-img"
  73. src="/images/logiciels/school/picto1.png"
  74. ></v-img>
  75. <p class="picto-text">
  76. Logiciel de gestion & communication full web
  77. </p>
  78. </div>
  79. <div class="picto-group">
  80. <v-img
  81. class="picto-img"
  82. src="/images/logiciels/school/picto2.png"
  83. ></v-img>
  84. <p class="picto-text">
  85. Boostez votre visibilité & votre communication
  86. </p>
  87. </div>
  88. <div class="picto-group">
  89. <v-img
  90. class="picto-img"
  91. src="/images/logiciels/school/picto3.png"
  92. ></v-img>
  93. <p class="picto-text">
  94. Boostez votre visibilité & votre communication
  95. </p>
  96. </div>
  97. <div class="picto-group">
  98. <v-img
  99. class="picto-img"
  100. src="/images/logiciels/school/picto4.png"
  101. ></v-img>
  102. <p class="picto-text">Communiquez en réseau</p>
  103. </div>
  104. </div>
  105. </v-col>
  106. <v-col cols="2"> </v-col>
  107. </v-row>
  108. </v-row>
  109. <v-row class="container-green">
  110. <v-row>
  111. <v-col cols="6">
  112. <p class="citation-school">
  113. “ Pour les petits comme pour les grands établissements
  114. d’enseignement artistique.“
  115. </p>
  116. </v-col>
  117. </v-row>
  118. <v-col cols="6">
  119. <h6 class="subtitle-logiciel">Logiciel Opentalent</h6>
  120. <v-img src="/images/logiciels/school/screen2.png" class="screen2-img">
  121. </v-img>
  122. </v-col>
  123. </v-row>
  124. </LayoutContainer>
  125. </template>
  126. <script setup></script>
  127. <style scoped>
  128. * {
  129. font-family: "Barlow";
  130. font-style: normal;
  131. }
  132. .black-circle {
  133. border-radius: 3rem;
  134. background: #091d20;
  135. width: 7rem;
  136. height: 6rem;
  137. }
  138. .devis {
  139. font-weight: 500;
  140. font-size: 1rem;
  141. margin-left: 9rem;
  142. margin-top: -1rem;
  143. width: 7rem;
  144. }
  145. .logo-manager {
  146. top: 1rem;
  147. margin-left: 0.3rem;
  148. margin-right: 0.5rem;
  149. z-index: 1;
  150. }
  151. .rectangle-4 {
  152. width: 18rem;
  153. height: 6rem;
  154. background: rgba(32, 147, 190, 0.2);
  155. border-radius: 3rem;
  156. margin-left: 5rem;
  157. margin-top: 2rem;
  158. }
  159. .picto-text {
  160. font-weight: 300;
  161. font-size: 0.9rem;
  162. margin-top: -3rem;
  163. text-align: center;
  164. margin-right: 2rem;
  165. margin-left: 2rem;
  166. }
  167. .picto-container {
  168. display: flex;
  169. flex-direction: row;
  170. justify-content: space-between;
  171. margin-left: -15rem;
  172. }
  173. .picto-group {
  174. display: flex;
  175. flex-direction: column;
  176. align-items: center;
  177. }
  178. .icon-title {
  179. margin-right: 1.5rem;
  180. color: rgba(32, 147, 190, 0.6);
  181. }
  182. .text-square {
  183. margin-left: 2rem;
  184. margin-right: 2rem;
  185. margin-top: 0.9rem;
  186. text-align: center;
  187. }
  188. .icon {
  189. margin-top: 1rem;
  190. }
  191. .container-square {
  192. display: flex;
  193. flex-direction: column;
  194. justify-content: space-between;
  195. color: white;
  196. font-weight: 500;
  197. font-size: 0.7rem;
  198. line-height: 15px;
  199. text-align: center;
  200. letter-spacing: 0.2em;
  201. text-transform: uppercase;
  202. }
  203. .outil-title {
  204. font-weight: 600;
  205. font-size: 3rem;
  206. line-height: 18px;
  207. color: #091d20;
  208. margin-bottom: 4rem;
  209. }
  210. .outil-ul {
  211. margin-left: 1rem;
  212. font-weight: 300;
  213. font-size: 1rem;
  214. line-height: 1.5rem;
  215. }
  216. .citation-school {
  217. font-style: italic;
  218. font-weight: 300;
  219. font-size: 2rem;
  220. width: 38rem;
  221. line-height: 40px;
  222. color: #ffffff;
  223. font-style: italic;
  224. margin-top: 20rem;
  225. margin-left: 2rem;
  226. }
  227. .subtitle-logiciel {
  228. font-weight: 600;
  229. font-size: 1.5rem;
  230. line-height: 18px;
  231. color: #ffffff;
  232. margin-left: 5rem;
  233. margin-right: 15rem;
  234. margin-top: 4rem;
  235. top: 10rem;
  236. }
  237. .container-green {
  238. background: linear-gradient(180deg, rgba(14, 45, 50, 0) 26.84%, #0e2d32 100%),
  239. rgba(7, 27, 31, 0.3);
  240. height: 35rem;
  241. }
  242. .title-picto-container {
  243. align-items: start;
  244. }
  245. .picto-container {
  246. display: flex;
  247. justify-content: flex-start;
  248. padding: 0 2rem;
  249. }
  250. .picto-img {
  251. width: 14rem;
  252. height: 14rem;
  253. }
  254. .title {
  255. display: flex;
  256. justify-content: center;
  257. align-items: center;
  258. font-weight: 600;
  259. font-size: 1.5rem;
  260. line-height: 18px;
  261. color: #091d20;
  262. margin-left: 5rem;
  263. margin-right: 5rem;
  264. }
  265. .screen-img {
  266. width: 20rem;
  267. height: 15rem;
  268. margin-top: 2rem;
  269. margin-left: 5rem;
  270. }
  271. .outil-row {
  272. margin-top: 5rem;
  273. margin-bottom: 5rem;
  274. }
  275. .darkblue-square {
  276. width: 10rem;
  277. height: 7rem;
  278. background: #0e2d32;
  279. margin-left: 14rem;
  280. }
  281. .blue-square {
  282. margin-left: 14rem;
  283. width: 10rem;
  284. height: 7rem;
  285. background: rgba(32, 147, 190, 0.6);
  286. }
  287. </style>