Footer.vue 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. <template>
  2. <v-container class="container">
  3. <div class="activities">
  4. <v-row>
  5. <v-col cols="4">
  6. <v-img
  7. class="logo logo-jaune"
  8. src="/images/OpenTalent_LogoNoir_Jaune_white.png"
  9. ></v-img>
  10. <small class="text-logo-jaune">
  11. Orchestres, chorales, danse, théatre, cirque</small
  12. >
  13. </v-col>
  14. <v-col cols="3">
  15. <v-img
  16. class="logo logo-rouge"
  17. src="/images/OpenTalent_LogoNoir_rouge_manager_white.png"
  18. ></v-img>
  19. <small class="text-logo-rouge"
  20. >Fédérations, confédérations, collectivités</small
  21. >
  22. </v-col>
  23. <v-col cols="4">
  24. <v-img
  25. class="logo logo-bleu"
  26. src="/images/logo_school_white.png"
  27. ></v-img>
  28. <small class="text-logo-bleu"
  29. >Tous les établissements d'enseignement artistique</small
  30. >
  31. </v-col>
  32. </v-row>
  33. </div>
  34. <div class="footer">
  35. <div class="content-footer">
  36. <v-row>
  37. <v-col cols="3">
  38. <v-img
  39. class="logo"
  40. src="/images/Logo-blanc.png"
  41. width="294px"
  42. height="49px"
  43. ></v-img>
  44. </v-col>
  45. <v-col cols="2">
  46. <v-row>Liens Rapides</v-row>
  47. <v-row>
  48. <p>A propos</p>
  49. </v-row>
  50. <v-row>
  51. <p>Nos logiciels</p>
  52. </v-row>
  53. <v-row>
  54. <p>Nos actus</p>
  55. </v-row>
  56. </v-col>
  57. <v-col cols="2">
  58. <v-row>Informations</v-row>
  59. <v-row>
  60. <p>FAQ</p>
  61. </v-row>
  62. <v-row>
  63. <p>Nous rejoindre</p>
  64. </v-row>
  65. <v-row>
  66. <p>Press</p>
  67. </v-row>
  68. <v-row>
  69. <p>CGV</p>
  70. </v-row>
  71. </v-col>
  72. <v-col cols="2">
  73. <v-row> Espace client </v-row>
  74. <v-row>
  75. <p>Mon compte</p>
  76. </v-row>
  77. <v-row>
  78. <p>Nous contacter</p>
  79. </v-row>
  80. </v-col>
  81. <v-col cols="3">
  82. <v-row> Suivez nous </v-row>
  83. <v-row>
  84. <v-col cols="2">
  85. <v-icon left class="fab fa-facebook"></v-icon>
  86. </v-col>
  87. <v-col cols="2">
  88. <v-icon left class="fab fa-linkedin"></v-icon>
  89. </v-col>
  90. <v-col cols="2">
  91. <v-icon left class="fab fa-youtube"></v-icon>
  92. </v-col>
  93. </v-row>
  94. </v-col>
  95. </v-row>
  96. </div>
  97. </div>
  98. </v-container>
  99. </template>
  100. <script>
  101. import "@fortawesome/fontawesome-free/css/all.css";
  102. </script>
  103. <style scoped>
  104. .container {
  105. width: 1600px;
  106. background: #091d20;
  107. height: 600px;
  108. color: aliceblue;
  109. }
  110. .activities {
  111. height: 186px;
  112. /**passer à 116 après */
  113. background: #091d20;
  114. border-bottom: 0.4px solid rgba(255, 255, 255, 0.3);
  115. box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.07);
  116. }
  117. .footer {
  118. height: 604px;
  119. margin-top: 90px;
  120. }
  121. .logo {
  122. margin-top: 25px;
  123. margin-bottom: 21px;
  124. width: 141px;
  125. height: 77px;
  126. }
  127. .logo-jaune {
  128. margin-left: 307.74px;
  129. }
  130. .logo-rouge {
  131. margin-left: 117px;
  132. }
  133. .logo-bleu {
  134. margin-left: 91.74px;
  135. }
  136. .text-logo-jaune {
  137. margin-left: 187.74px;
  138. font-family: "Barlow";
  139. font-style: normal;
  140. font-weight: 500;
  141. font-size: 14px;
  142. line-height: 18px;
  143. display: flex;
  144. align-items: center;
  145. color: #ecfbfc;
  146. text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25),
  147. 0px 4px 4px rgba(0, 0, 0, 0.25);
  148. }
  149. .text-logo-rouge {
  150. margin-left: 37.74px;
  151. font-family: "Barlow";
  152. font-style: normal;
  153. font-weight: 500;
  154. font-size: 14px;
  155. line-height: 18px;
  156. display: flex;
  157. align-items: center;
  158. color: #ecfbfc;
  159. text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25),
  160. 0px 4px 4px rgba(0, 0, 0, 0.25);
  161. }
  162. .text-logo-bleu {
  163. height: 24px;
  164. left: 897px;
  165. top: 7858px;
  166. margin-left: 25.74px;
  167. font-family: "Barlow";
  168. font-style: normal;
  169. font-weight: 500;
  170. font-size: 14px;
  171. line-height: 18px;
  172. display: flex;
  173. align-items: center;
  174. color: #ecfbfc;
  175. text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25),
  176. 0px 4px 4px rgba(0, 0, 0, 0.25);
  177. }
  178. </style>