Logiciels.vue 7.8 KB

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