Logiciels.vue 7.8 KB

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