Solution.vue 4.5 KB

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