Outil.vue 6.7 KB

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