Presentation.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  1. <template>
  2. <div id="Presentation">
  3. <LayoutContainer>
  4. <v-row class="outil-row">
  5. <v-col cols="4">
  6. <div class="title-container">
  7. <v-icon size="6" class="fa-solid fa-circle icon-title" />
  8. <h4 class="subtitle">Présentation d'opentalent artist</h4>
  9. </div>
  10. <v-img src="/images/logiciels/school/screen.jpg" class="screen-img" />
  11. <div class="rectangle-4">
  12. <div class="black-circle">
  13. <div class="content-flex">
  14. <v-img
  15. src="/images/logo/logiciels/Artist-Blanc.png"
  16. class="logo-manager"
  17. />
  18. <div class="pricing-details">
  19. <p class="pricing-small-text">à partir de</p>
  20. <p class="pricing-big-text">
  21. 15€ <span class="smaller-text">/mois</span>
  22. </p>
  23. <p class="pricing-small-text">payable annuellement</p>
  24. </div>
  25. </div>
  26. </div>
  27. </div>
  28. </v-col>
  29. <v-col cols="5">
  30. <h2 class="title">Un outil complet en ligne</h2>
  31. <ul class="outil-ul">
  32. <li class="outil-list">
  33. Logiciel de gestion et de communication en ligne
  34. </li>
  35. <li class="outil-list">
  36. Destiné aux structures culturelles (tout statut juridique)
  37. </li>
  38. <li class="outil-list">
  39. Gestion complète (membres, événements, planning, matériel,...)
  40. </li>
  41. <li class="outil-list">Une solution simple d'utilisation, intuitive et collaborative </li>
  42. </ul>
  43. </v-col>
  44. <v-row class="row-caracteristiques">
  45. <v-col cols="4" />
  46. <v-col cols="6">
  47. <h2>Des caractéristiques uniques & dédiées</h2>
  48. <div class="picto-container">
  49. <div class="picto-group">
  50. <v-img
  51. class="picto-img"
  52. src="/images/logiciels/artist/picto1.png"
  53. />
  54. <p class="picto-text">
  55. Logiciel de gestion & communication full web
  56. </p>
  57. </div>
  58. <div class="picto-group">
  59. <v-img
  60. class="picto-img"
  61. src="/images/logiciels/artist/picto2.png"
  62. />
  63. <p class="picto-text">Site internet intégré & simple d'usage</p>
  64. </div>
  65. <div class="picto-group">
  66. <v-img
  67. class="picto-img"
  68. src="/images/logiciels/artist/picto3.png"
  69. />
  70. <p class="picto-text">
  71. Boostez votre visibilité & votre communication
  72. </p>
  73. </div>
  74. <div class="picto-group">
  75. <v-img
  76. class="picto-img"
  77. src="/images/logiciels/artist/picto4.png"
  78. />
  79. <p class="picto-text">Communiquez en réseau</p>
  80. </div>
  81. </div>
  82. </v-col>
  83. <v-col cols="2" />
  84. </v-row>
  85. </v-row>
  86. <v-row class="container-green">
  87. <v-row>
  88. <v-col cols="6">
  89. <p class="citation-school">
  90. “ Pour les petits comme pour les grands établissements
  91. d’enseignement artistique.“
  92. </p>
  93. </v-col>
  94. </v-row>
  95. <v-col cols="6">
  96. <div class="subtitle-logiciel">
  97. <v-icon size="10" class="fa-solid fa-circle icon-logiciel" />
  98. <h6>Logiciel Opentalent</h6>
  99. </div>
  100. <v-img
  101. src="/images/logiciels/school/screen2.png"
  102. class="screen2-img"
  103. />
  104. </v-col>
  105. </v-row>
  106. </LayoutContainer>
  107. </div>
  108. </template>
  109. <script setup></script>
  110. <style scoped>
  111. .title-container {
  112. display: flex;
  113. justify-content: center;
  114. align-items: center;
  115. font-weight: 600;
  116. font-size: 1.5rem;
  117. line-height: 18px;
  118. color: #091d20;
  119. width: 25rem;
  120. margin-left: 2rem;
  121. }
  122. .subtitle {
  123. color: #071b1f;
  124. font-family: "Barlow";
  125. font-size: 1rem;
  126. font-style: normal;
  127. font-weight: 600;
  128. line-height: 15px;
  129. letter-spacing: 1.8px;
  130. text-transform: uppercase;
  131. }
  132. .title {
  133. font-family: "Barlow";
  134. font-weight: 600;
  135. font-size: 3rem;
  136. line-height: 18px;
  137. color: #091d20;
  138. margin-bottom: 4rem;
  139. }
  140. .row-caracteristiques {
  141. margin-top: -10rem;
  142. }
  143. .pricing-details {
  144. display: flex;
  145. flex-direction: column;
  146. justify-content: center;
  147. align-items: center;
  148. height: 100%;
  149. color: black;
  150. font-weight: 500;
  151. font-size: 1rem;
  152. margin-left: 7rem;
  153. margin-top: -2.5rem;
  154. width: 10rem;
  155. }
  156. .pricing-small-text {
  157. font-size: 0.6em;
  158. }
  159. .pricing-big-text {
  160. font-size: 1.6em;
  161. font-weight: bold;
  162. }
  163. .smaller-text {
  164. font-size: 0.6em;
  165. }
  166. .black-circle {
  167. border-radius: 3rem;
  168. background: #091d20;
  169. width: 7rem;
  170. height: 6rem;
  171. }
  172. .devis {
  173. font-weight: 500;
  174. font-size: 1rem;
  175. margin-left: 9rem;
  176. margin-top: -1rem;
  177. width: 7rem;
  178. }
  179. .logo-manager {
  180. top: 1.5rem;
  181. width: 110%;
  182. }
  183. .rectangle-4 {
  184. width: 18rem;
  185. height: 6rem;
  186. background: rgba(250, 194, 10, 0.2);
  187. border-radius: 3rem;
  188. margin-left: 5rem;
  189. margin-top: 2rem;
  190. }
  191. .picto-text {
  192. font-weight: 300;
  193. font-size: 0.9rem;
  194. margin-top: -3rem;
  195. text-align: center;
  196. margin-right: 2rem;
  197. margin-left: 2rem;
  198. }
  199. .picto-container {
  200. display: flex;
  201. flex-direction: row;
  202. justify-content: space-between;
  203. margin-left: -15rem;
  204. }
  205. .picto-group {
  206. display: flex;
  207. flex-direction: column;
  208. align-items: center;
  209. }
  210. .icon-title {
  211. margin-right: 0.7rem;
  212. color: #fac20a;
  213. }
  214. .container-square {
  215. display: flex;
  216. flex-direction: column;
  217. justify-content: space-between;
  218. color: white;
  219. font-weight: 500;
  220. font-size: 0.7rem;
  221. line-height: 15px;
  222. text-align: center;
  223. letter-spacing: 0.2em;
  224. text-transform: uppercase;
  225. }
  226. .outil-ul {
  227. font-family: "Barlow";
  228. margin-left: 1rem;
  229. font-weight: 300;
  230. font-size: 1rem;
  231. line-height: 1.5rem;
  232. }
  233. .citation-school {
  234. font-style: italic;
  235. font-weight: 300;
  236. font-size: 2rem;
  237. width: 38rem;
  238. line-height: 40px;
  239. color: #ffffff;
  240. font-style: italic;
  241. margin-top: 27rem;
  242. margin-left: 2rem;
  243. }
  244. .subtitle-logiciel {
  245. display: flex;
  246. align-items: center;
  247. font-weight: 600;
  248. font-size: 1.5rem;
  249. line-height: 18px;
  250. color: #ffffff;
  251. margin-left: 5rem;
  252. margin-right: 15rem;
  253. margin-top: 4rem;
  254. top: 10rem;
  255. }
  256. .icon-logiciel {
  257. color: #fac20a;
  258. margin-right: 1rem;
  259. }
  260. .container-green {
  261. background: linear-gradient(180deg, rgba(14, 45, 50, 0) 26.84%, #0e2d32 100%),
  262. rgba(7, 27, 31, 0.3);
  263. height: 40rem;
  264. }
  265. .picto-container {
  266. display: flex;
  267. justify-content: flex-start;
  268. padding: 0 2rem;
  269. }
  270. .picto-img {
  271. width: 14rem;
  272. height: 14rem;
  273. }
  274. .screen-img {
  275. width: 20rem;
  276. height: 15rem;
  277. margin-top: 2rem;
  278. margin-left: 5rem;
  279. }
  280. .outil-row {
  281. margin-top: 5rem;
  282. margin-bottom: 5rem;
  283. }
  284. </style>
  285. <!-- <template>
  286. <div id="Presentation">
  287. <LayoutContainer>
  288. <v-row class="outil-row">
  289. <v-col cols="4">
  290. <div class="title">
  291. <v-icon
  292. size="10"
  293. class="fa-solid fa-circle icon-title"
  294. />
  295. <h4>Présentation d'opentalent artist</h4>
  296. </div>
  297. <v-img
  298. src="/images/logiciels/school/screen.jpg"
  299. class="screen-img"
  300. />
  301. <div class="rectangle-4">
  302. <div class="black-circle">
  303. <div class="content-flex">
  304. <v-img
  305. src="/images/OpenTalent_LogoNoir_Jaune_white.png"
  306. class="logo-artist"
  307. />
  308. <p class="devis">
  309. Sur devis
  310. </p>
  311. </div>
  312. </div>
  313. </div>
  314. </v-col>
  315. <v-col cols="5">
  316. <h2 class="outil-title">
  317. Un outil complet en ligne
  318. </h2>
  319. <ul class="outil-ul">
  320. <li class="outil-list">
  321. Logiciel de gestion et communication en ligne
  322. </li>
  323. <li class="outil-list">
  324. Destiné aux établissements d'enseignement artistique
  325. </li>
  326. <li class="outil-list">
  327. Gestion quotidienne et en temps réel (suivi pédagogique,
  328. facturation, encaissement…)
  329. </li>
  330. <li class="outil-list">
  331. Pilotage complet de votre structure
  332. </li>
  333. </ul>
  334. </v-col>
  335. <v-row>
  336. <v-col cols="4" />
  337. <v-col cols="5">
  338. <h2>Des caractéristiques uniques & dédiées</h2>
  339. <div class="picto-container">
  340. <div class="picto-group">
  341. <v-img
  342. class="picto-img"
  343. src="/images/logiciels/artist/picto1.png"
  344. />
  345. <p class="picto-text">
  346. Logiciel de gestion & communication full web
  347. </p>
  348. </div>
  349. <div class="picto-group">
  350. <v-img
  351. class="picto-img"
  352. src="/images/logiciels/artist/picto2.png"
  353. />
  354. <p class="picto-text">
  355. Boostez votre visibilité & votre communication
  356. </p>
  357. </div>
  358. <div class="picto-group">
  359. <v-img
  360. class="picto-img"
  361. src="/images/logiciels/artist/picto3.png"
  362. />
  363. <p class="picto-text">
  364. Boostez votre visibilité & votre communication
  365. </p>
  366. </div>
  367. <div class="picto-group">
  368. <v-img
  369. class="picto-img"
  370. src="/images/logiciels/artist/picto4.png"
  371. />
  372. <p class="picto-text">
  373. Communiquez en réseau
  374. </p>
  375. </div>
  376. </div>
  377. </v-col>
  378. <v-col cols="2" />
  379. </v-row>
  380. </v-row>
  381. <v-row class="container-green">
  382. <v-row>
  383. <v-col cols="6">
  384. <p class="citation-school">
  385. “ Pour les petits comme pour les grands établissements
  386. d’enseignement artistique.“
  387. </p>
  388. </v-col>
  389. </v-row>
  390. <v-col cols="6">
  391. <h6 class="subtitle-logiciel">
  392. Logiciel Opentalent
  393. </h6>
  394. <v-img
  395. src="/images/logiciels/school/screen2.png"
  396. class="screen2-img"
  397. />
  398. </v-col>
  399. </v-row>
  400. </LayoutContainer>
  401. </div>
  402. </template>
  403. <script setup></script>
  404. <style scoped>
  405. .devis {
  406. font-weight: 500;
  407. font-size: 1rem;
  408. margin-left: 9rem;
  409. margin-top: -1rem;
  410. width: 7rem;
  411. }
  412. .icon-title {
  413. margin-right: 1.5rem;
  414. color: #fac20a;
  415. }
  416. .text-square {
  417. font-family: "Barlow";
  418. margin-left: 2rem;
  419. margin-right: 2rem;
  420. margin-top: 0.9rem;
  421. text-align: center;
  422. }
  423. .icon {
  424. margin-top: 2rem;
  425. }
  426. .container-square {
  427. display: flex;
  428. flex-direction: column;
  429. justify-content: space-between;
  430. color: white;
  431. font-weight: 500;
  432. font-size: 0.7rem;
  433. line-height: 15px;
  434. text-align: center;
  435. letter-spacing: 0.2em;
  436. text-transform: uppercase;
  437. }
  438. .outil-title {
  439. font-family: "Barlow";
  440. font-style: normal;
  441. font-weight: 600;
  442. font-size: 3rem;
  443. line-height: 18px;
  444. color: #091d20;
  445. margin-bottom: 4rem;
  446. }
  447. .outil-ul {
  448. margin-left: 1rem;
  449. font-family: "Barlow";
  450. font-style: normal;
  451. font-weight: 300;
  452. font-size: 1rem;
  453. line-height: 1.5rem;
  454. }
  455. .logo-artist {
  456. top: 1rem;
  457. margin-left: 0.3rem;
  458. margin-right: 0.5rem;
  459. z-index: 1;
  460. }
  461. .citation-school {
  462. font-family: "Barlow";
  463. font-style: italic;
  464. font-weight: 300;
  465. font-size: 2rem;
  466. width: 38rem;
  467. line-height: 40px;
  468. color: #ffffff;
  469. font-style: italic;
  470. margin-top: 20rem;
  471. margin-left: 2rem;
  472. }
  473. .subtitle-logiciel {
  474. font-family: "Barlow";
  475. font-style: normal;
  476. font-weight: 600;
  477. font-size: 1.5rem;
  478. line-height: 18px;
  479. color: #ffffff;
  480. margin-left: 5rem;
  481. margin-right: 15rem;
  482. margin-top: 4rem;
  483. top: 10rem;
  484. }
  485. .screen2-img {
  486. width: 50rem;
  487. height: 40rem;
  488. bottom: 4rem;
  489. }
  490. .container-green {
  491. background: linear-gradient(180deg, rgba(14, 45, 50, 0) 26.84%, #0e2d32 100%),
  492. rgba(7, 27, 31, 0.3);
  493. height: 35rem;
  494. }
  495. .title-picto-container {
  496. align-items: start;
  497. }
  498. .picto-container {
  499. display: flex;
  500. flex-direction: row;
  501. justify-content: space-between;
  502. margin-left: -15rem;
  503. }
  504. .rectangle-4 {
  505. width: 18rem;
  506. height: 6rem;
  507. background: rgba(250, 194, 10, 0.2);
  508. border-radius: 3rem;
  509. margin-left: 5rem;
  510. margin-top: 2rem;
  511. }
  512. .picto-img {
  513. width: 14rem;
  514. height: 14rem;
  515. }
  516. .picto-group {
  517. display: flex;
  518. flex-direction: column;
  519. align-items: center;
  520. }
  521. .picto-text {
  522. font-family: "Barlow";
  523. font-style: normal;
  524. font-weight: 300;
  525. font-size: 0.9rem;
  526. margin-top: -3rem;
  527. text-align: center;
  528. margin-right: 2rem;
  529. margin-left: 2rem;
  530. }
  531. .black-circle {
  532. border-radius: 3rem;
  533. background: #091d20;
  534. width: 7rem;
  535. height: 6rem;
  536. }
  537. .title {
  538. display: flex;
  539. justify-content: center;
  540. align-items: center;
  541. font-weight: 600;
  542. font-size: 1.5rem;
  543. line-height: 18px;
  544. color: #091d20;
  545. width: 25rem;
  546. margin-left: 2rem;
  547. }
  548. .screen-img {
  549. width: 20rem;
  550. height: 15rem;
  551. margin-top: 2rem;
  552. margin-left: 5rem;
  553. }
  554. .outil-row {
  555. margin-top: 5rem;
  556. margin-bottom: 5rem;
  557. }
  558. .yellow-square {
  559. margin-left: 14rem;
  560. width: 10rem;
  561. height: 7rem;
  562. background: #fac20a;
  563. color: #091d20;
  564. box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  565. }
  566. </style> -->