Outil.vue 6.8 KB

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