Outil.vue 7.3 KB

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