Solution.vue 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. <template>
  2. <LayoutContainer :overflow="false">
  3. <p class="text-center solution-subtitle">3 solutions</p>
  4. <h3 class="text-center title">
  5. Trouvez la solution <br />
  6. faite pour vous
  7. </h3>
  8. <v-row>
  9. <v-col cols="3" class="col-info">
  10. <small class="opentalent-small">Opentalent</small>
  11. <h2 class="logiciel-name">Artist</h2>
  12. <hr class="bar" />
  13. <p class="description-logiciel">
  14. Orchestre, chorales, compagnies de danse, théâtre et cirque
  15. </p>
  16. <nuxt-link to="/logiciels/artist">
  17. <v-row>
  18. <div class="artist-image">
  19. <v-img
  20. src="/images/OpenTalent_LogoNoir_Jaune_white.png"
  21. class="logo"
  22. >
  23. </v-img>
  24. </div>
  25. </v-row>
  26. </nuxt-link>
  27. <v-row>
  28. <v-col cols="6">
  29. <ul class="list-solutions">
  30. <li class="details-solution">Gestion des membres</li>
  31. <li class="details-solution">Gestion des membres</li>
  32. <li class="details-solution">Gestion des membres</li>
  33. <li class="details-solution">Gestion des membres</li>
  34. </ul>
  35. </v-col>
  36. <v-col cols="6">
  37. <ul>
  38. <li class="details-solution">Gestion des membres</li>
  39. <li class="details-solution">Gestion des membres</li>
  40. <li class="details-solution">Gestion des membres</li>
  41. <li class="details-solution">Gestion des membres</li>
  42. </ul>
  43. </v-col>
  44. </v-row>
  45. </v-col>
  46. <v-col cols="3" class="col-info">
  47. <small class="opentalent-small">Opentalent</small>
  48. <h2 class="logiciel-name">Manager</h2>
  49. <hr class="bar" />
  50. <p class="description-logiciel">
  51. Fédérations, confédérations et collectivités
  52. </p>
  53. <v-row>
  54. <nuxt-link to="/logiciels/manager">
  55. <v-row>
  56. <div class="manager-image">
  57. <v-img
  58. src="/images/OpenTalent_LogoNoir_rouge_manager_white.png"
  59. class="logo"
  60. >
  61. </v-img>
  62. <div class="overlay">
  63. <button class="discover-button">Découvrir</button>
  64. </div>
  65. </div>
  66. </v-row>
  67. </nuxt-link>
  68. </v-row>
  69. <v-row>
  70. <v-col cols="6">
  71. <ul class="list-solutions">
  72. <li class="details-solution">Gestion des membres</li>
  73. <li class="details-solution">Gestion des membres</li>
  74. <li class="details-solution">Gestion des membres</li>
  75. <li class="details-solution">Gestion des membres</li>
  76. </ul>
  77. </v-col>
  78. <v-col cols="6">
  79. <ul>
  80. <li class="details-solution">Gestion des membres</li>
  81. <li class="details-solution">Gestion des membres</li>
  82. <li class="details-solution">Gestion des membres</li>
  83. <li class="details-solution">Gestion des membres</li>
  84. </ul>
  85. </v-col>
  86. </v-row>
  87. </v-col>
  88. <v-col cols="3" class="col-info">
  89. <small class="opentalent-small">Opentalent</small>
  90. <h2 class="logiciel-name">School</h2>
  91. <hr class="bar" />
  92. <p class="description-logiciel">
  93. Petits et grands établissements d'enseignement artistique
  94. </p>
  95. <v-row>
  96. <nuxt-link to="/logiciels/school">
  97. <v-row>
  98. <div class="school-image">
  99. <v-img src="/images/logo_school_white.png" class="logo"> </v-img>
  100. </div>
  101. </v-row>
  102. </nuxt-link>
  103. </v-row>
  104. <v-row>
  105. <v-col cols="6">
  106. <ul class="list-solutions">
  107. <li class="details-solution">Gestion des membres</li>
  108. <li class="details-solution">Gestion des membres</li>
  109. <li class="details-solution">Gestion des membres</li>
  110. <li class="details-solution">Gestion des membres</li>
  111. </ul>
  112. </v-col>
  113. <v-col cols="6">
  114. <ul>
  115. <li class="details-solution">Gestion des membres</li>
  116. <li class="details-solution">Gestion des membres</li>
  117. <li class="details-solution">Gestion des membres</li>
  118. <li class="details-solution">Gestion des membres</li>
  119. </ul>
  120. </v-col>
  121. </v-row>
  122. </v-col>
  123. </v-row>
  124. </LayoutContainer>
  125. </template>
  126. <style scoped>
  127. .discover-button {
  128. background-color: transparent;
  129. border: none;
  130. color: white;
  131. font-family: "Barlow";
  132. font-size: 1.2rem;
  133. font-weight: 600;
  134. padding: 1rem 2rem;
  135. border-radius: 2rem;
  136. cursor: pointer;
  137. }
  138. .logo {
  139. width: 5rem;
  140. height: 4rem;
  141. margin-top: 13rem;
  142. margin-left: 13rem;
  143. }
  144. .list-solutions {
  145. margin-left: 0.5rem;
  146. margin-top: 0.5rem;
  147. font-size: 0.5rem;
  148. }
  149. .details-solution {
  150. font-size: 0.5rem;
  151. margin-top: 0.5rem;
  152. width: 10rem;
  153. margin-left: 1rem;
  154. font-family: "Barlow";
  155. font-style: normal;
  156. font-size: 0.7rem;
  157. line-height: 18px;
  158. color: #091d20;
  159. }
  160. .bar {
  161. color: #c3e5e7;
  162. }
  163. .artist-image {
  164. position: relative;
  165. background: url(/images/solutions/artist.jpg);
  166. background-size: cover;
  167. background-position: center;
  168. border-radius: 0px 0px 10px 10px;
  169. width: 19rem;
  170. height: 17rem;
  171. margin-top: 2rem;
  172. margin-left: 0.9rem;
  173. }
  174. .artist-image::before {
  175. content: "";
  176. position: absolute;
  177. top: 0;
  178. left: 0;
  179. right: 0;
  180. bottom: 0;
  181. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  182. border-radius: 0px 0px 10px 10px;
  183. opacity: 0;
  184. transition: opacity 0.3s;
  185. }
  186. .artist-image:hover::before {
  187. opacity: 1;
  188. cursor: pointer;
  189. }
  190. .manager-image {
  191. position: relative;
  192. background: url(/images/solutions/manager.png);
  193. background-size: cover;
  194. background-position: center;
  195. border-radius: 0px 0px 10px 10px;
  196. width: 19rem;
  197. height: 17rem;
  198. margin-top: 4rem;
  199. margin-left: 2rem;
  200. }
  201. .manager-image::before {
  202. content: "";
  203. position: absolute;
  204. top: 0;
  205. left: 0;
  206. right: 0;
  207. bottom: 0;
  208. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  209. border-radius: 0px 0px 10px 10px;
  210. opacity: 0;
  211. transition: opacity 0.3s;
  212. }
  213. .manager-image:hover::before {
  214. opacity: 1;
  215. cursor: pointer;
  216. }
  217. .school-image {
  218. position: relative;
  219. background: url(/images/solutions/school.jpg);
  220. background-size: cover;
  221. background-position: center;
  222. border-radius: 0px 0px 10px 10px;
  223. width: 19rem;
  224. height: 17rem;
  225. margin-top: 4rem;
  226. margin-left: 1.5rem;
  227. }
  228. .school-image::before {
  229. content: "";
  230. position: absolute;
  231. top: 0;
  232. left: 0;
  233. right: 0;
  234. bottom: 0;
  235. background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  236. border-radius: 0px 0px 10px 10px;
  237. opacity: 0;
  238. transition: opacity 0.3s;
  239. }
  240. .school-image:hover::before {
  241. opacity: 1;
  242. cursor: pointer;
  243. }
  244. .col-info:first-child {
  245. margin-left: 9rem;
  246. }
  247. .col-info {
  248. width: 4rem;
  249. margin-left: 2rem;
  250. }
  251. .solution-img {
  252. width: 15rem;
  253. height: 15rem;
  254. object-fit: cover;
  255. margin-top: 2rem;
  256. }
  257. .description-logiciel {
  258. font-family: "Barlow";
  259. font-style: normal;
  260. font-size: 0.9rem;
  261. line-height: 0.9rem;
  262. margin-top: 1rem;
  263. color: #eff9fb;
  264. }
  265. .logiciel-name {
  266. font-family: "Barlow";
  267. font-style: normal;
  268. font-weight: 400;
  269. font-size: 30px;
  270. line-height: 2rem;
  271. color: #c3e5e7;
  272. margin-bottom: 1rem;
  273. }
  274. .opentalent-small {
  275. font-family: "Barlow";
  276. font-style: normal;
  277. font-weight: 600;
  278. font-size: 10px;
  279. line-height: 15px;
  280. letter-spacing: 0.18em;
  281. text-transform: uppercase;
  282. color: #ffffff;
  283. }
  284. .title {
  285. font-family: "Barlow";
  286. font-style: normal;
  287. font-weight: 00;
  288. font-size: 2rem;
  289. line-height: 42px;
  290. text-align: center;
  291. color: #ffffff;
  292. margin-bottom: 3rem;
  293. }
  294. .solution-subtitle {
  295. font-family: "Barlow";
  296. font-style: normal;
  297. font-size: 15px;
  298. line-height: 1rem;
  299. margin-top: 2rem;
  300. margin-bottom: 1rem;
  301. color: #c1eff0;
  302. }
  303. .container {
  304. background: #0e2d32;
  305. margin-bottom: 20rem;;
  306. height: 30rem;
  307. position: relative;
  308. }
  309. </style>