Solution.vue 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. <template>
  2. <v-container >
  3. <div class="container">
  4. <span class="vector"></span>
  5. <p class="text-center solution-subtitle">3 solutions</p>
  6. <h3 class="text-center title">Trouvez la solution <br> faite pour vous</h3>
  7. <v-row>
  8. <v-col cols="4">
  9. <small class="opentalent-small">Opentalent</small>
  10. <h2 class="logiciel-name">Artist</h2>
  11. <hr>
  12. <p class="description-logiciel">
  13. Orchestre, chorales, compagnies de danse, théâtre et cirque
  14. </p>
  15. <v-row>
  16. <v-img
  17. src="/images/solutions/artist.jpg"
  18. class="solution-img"
  19. >
  20. </v-img>
  21. </v-row>
  22. <v-row>
  23. <v-col cols="6">
  24. <ul>
  25. <li>Gestion des membres</li>
  26. <li>Gestion des membres</li>
  27. <li>Gestion des membres</li>
  28. <li>Gestion des membres</li>
  29. </ul>
  30. </v-col>
  31. <v-col cols="6">
  32. <ul>
  33. <li>Gestion des membres</li>
  34. <li>Gestion des membres</li>
  35. <li>Gestion des membres</li>
  36. <li>Gestion des membres</li>
  37. </ul>
  38. </v-col>
  39. </v-row>
  40. </v-col>
  41. <v-col cols="4">
  42. <small class="opentalent-small">Opentalent</small>
  43. <h2 class="logiciel-name">Manager</h2>
  44. <hr>
  45. <p class="description-logiciel">
  46. Orchestre, chorales, compagnies de danse, théâtre et cirque
  47. </p>
  48. <v-row>
  49. <v-img
  50. src="/images/solutions/manager.png"
  51. class="solution-img"
  52. >
  53. </v-img>
  54. </v-row>
  55. <v-row>
  56. <v-col cols="6">
  57. <ul>
  58. <li>Gestion des membres</li>
  59. <li>Gestion des membres</li>
  60. <li>Gestion des membres</li>
  61. <li>Gestion des membres</li>
  62. </ul>
  63. </v-col>
  64. <v-col cols="6">
  65. <ul>
  66. <li>Gestion des membres</li>
  67. <li>Gestion des membres</li>
  68. <li>Gestion des membres</li>
  69. <li>Gestion des membres</li>
  70. </ul>
  71. </v-col>
  72. </v-row>
  73. </v-col>
  74. <v-col cols="4">
  75. <small class="opentalent-small">Opentalent</small>
  76. <h2 class="logiciel-name">School</h2>
  77. <hr>
  78. <p class="description-logiciel">
  79. Orchestre, chorales, compagnies de danse, théâtre et cirque
  80. </p>
  81. <v-row>
  82. <v-img
  83. src="/images/solutions/artist.jpg"
  84. class="solution-img"
  85. >
  86. </v-img>
  87. </v-row>
  88. <v-row>
  89. <v-col cols="6">
  90. <ul>
  91. <li>Gestion des membres</li>
  92. <li>Gestion des membres</li>
  93. <li>Gestion des membres</li>
  94. <li>Gestion des membres</li>
  95. </ul>
  96. </v-col>
  97. <v-col cols="6">
  98. <ul>
  99. <li>Gestion des membres</li>
  100. <li>Gestion des membres</li>
  101. <li>Gestion des membres</li>
  102. <li>Gestion des membres</li>
  103. </ul>
  104. </v-col>
  105. </v-row>
  106. </v-col>
  107. </v-row>
  108. </div>
  109. <div class="white-content">
  110. </div>
  111. </v-container>
  112. </template>
  113. <style scoped>
  114. .white-content{
  115. background-color: white;
  116. height: 400px;
  117. opacity: 0.5;
  118. }
  119. .solution-img{
  120. width: 500px;
  121. height: 300px;
  122. }
  123. .description-logiciel{
  124. font-family: 'Barlow';
  125. font-style: normal;
  126. font-weight: 500;
  127. font-size: 16px;
  128. line-height: 20px;
  129. /* or 125% */
  130. /* Vert 5 */
  131. color: #EFF9FB;
  132. }
  133. .logiciel-name{
  134. /* H2 Headline */
  135. font-family: 'Barlow';
  136. font-style: normal;
  137. font-weight: 400;
  138. font-size: 30px;
  139. line-height: 34px;
  140. /* identical to box height, or 113% */
  141. /* Vert 20 */
  142. color: #C3E5E7;
  143. }
  144. .opentalent-small{
  145. font-family: 'Barlow';
  146. font-style: normal;
  147. font-weight: 600;
  148. font-size: 10px;
  149. line-height: 15px;
  150. /* or 150% */
  151. letter-spacing: 0.18em;
  152. text-transform: uppercase;
  153. /* NEUTRAL - BLANC */
  154. color: #FFFFFF;
  155. }
  156. .title{
  157. /* H2 Headline */
  158. font-family: 'Barlow';
  159. font-style: normal;
  160. font-weight: 600;
  161. font-size: 42px;
  162. line-height: 42px;
  163. /* or 100% */
  164. text-align: center;
  165. color: #FFFFFF;
  166. }
  167. .solution-subtitle {
  168. font-family: "Barlow";
  169. font-style: normal;
  170. font-weight: 600;
  171. font-size: 15px;
  172. line-height: 68px;
  173. color: #C1EFF0
  174. }
  175. .container {
  176. width: 1600px;
  177. height: 700px;
  178. margin-top: 90px;
  179. background: #0E2D32;
  180. }
  181. </style>