Footer.vue 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. <template>
  2. <LayoutContainer>
  3. <div v-if="lgAndUp" 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="smAndDown ? 12 : 3" :class="smAndDown ? 'logo-opentalent-sm' : ''">
  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="smAndDown ? 6 : 2" :class="smAndDown ? 'link-sm' : '' ">
  46. <v-row class="title-link">Liens Rapides</v-row>
  47. <v-row>
  48. <small class="small-link">A propos</small>
  49. </v-row>
  50. <v-row>
  51. <small class="small-link">Nos logiciels</small>
  52. </v-row>
  53. <v-row>
  54. <small class="small-link">Nos actus</small>
  55. </v-row>
  56. </v-col>
  57. <v-col :cols="smAndDown ? 6 : 2" :class="smAndDown ? 'link-sm' : '' ">
  58. <v-row class="title-link">Informations</v-row>
  59. <v-row>
  60. <small class="small-link">FAQ</small>
  61. </v-row>
  62. <v-row>
  63. <small class="small-link">Nous rejoindre</small>
  64. </v-row>
  65. <v-row>
  66. <small class="small-link">Presse</small>
  67. </v-row>
  68. <v-row>
  69. <small class="small-link">CGV</small>
  70. </v-row>
  71. </v-col>
  72. <v-col :cols="smAndDown ? 6 : 2" :class="smAndDown ? 'link-sm' : '' ">
  73. <v-row class="title-link">Espace client</v-row>
  74. <v-row>
  75. <small class="small-link">Mon compte</small>
  76. </v-row>
  77. <v-row>
  78. <small class="small-link">Nous contacter</small>
  79. </v-row>
  80. </v-col>
  81. <v-col :cols="smAndDown ? 6 : 2" :class="smAndDown ? 'link-sm' : '' ">
  82. <v-row class="title-link">Liens Rapides</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. </LayoutContainer>
  99. </template>
  100. <script setup>
  101. import { useDisplay } from "vuetify";
  102. const { mdAndDown, smAndDown, lgAndUp } = useDisplay();
  103. </script>
  104. <style scoped>
  105. .link-sm{
  106. display: flex;
  107. flex-direction: column;
  108. justify-content: center;
  109. align-items: center;
  110. text-align: center;
  111. }
  112. .logo-opentalent-sm{
  113. display: flex;
  114. justify-content: center;
  115. align-items: center;
  116. }
  117. .icon:nth-child(2) {
  118. margin-left: 10px;
  119. }
  120. .title-link {
  121. font-family: "Barlow";
  122. font-style: normal;
  123. font-weight: 500;
  124. font-size: 1rem;
  125. line-height: 20px;
  126. margin-bottom: 1rem;
  127. }
  128. .small-link {
  129. margin-bottom: 0.5rem;
  130. font-family: "Barlow";
  131. font-style: normal;
  132. font-weight: 300;
  133. font-size: 0.7rem;
  134. line-height: 20px;
  135. /* identical to box height, or 143% */
  136. color: #ffffff;
  137. }
  138. .container {
  139. background: #091d20;
  140. color: aliceblue;
  141. }
  142. .activities {
  143. height: 12rem;
  144. background: #091d20;
  145. border-bottom: 0.4px solid rgba(255, 255, 255, 0.3);
  146. box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.07);
  147. }
  148. .footer {
  149. margin-top: 2rem;
  150. margin-bottom: 6rem;
  151. }
  152. .logo {
  153. margin-top: 25px;
  154. margin-bottom: 21px;
  155. width: 141px;
  156. height: 77px;
  157. }
  158. .logo-jaune {
  159. margin-left: 307.74px;
  160. }
  161. .logo-rouge {
  162. margin-left: 117px;
  163. }
  164. .logo-bleu {
  165. margin-left: 91.74px;
  166. }
  167. .text-logo-jaune {
  168. margin-left: 10rem;
  169. font-family: "Barlow";
  170. font-style: normal;
  171. font-weight: 500;
  172. font-size: 14px;
  173. line-height: 18px;
  174. display: flex;
  175. align-items: center;
  176. color: #ecfbfc;
  177. text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25),
  178. 0px 4px 4px rgba(0, 0, 0, 0.25);
  179. }
  180. .text-logo-rouge {
  181. margin-left: 37.74px;
  182. font-family: "Barlow";
  183. font-style: normal;
  184. font-weight: 500;
  185. font-size: 14px;
  186. line-height: 18px;
  187. display: flex;
  188. align-items: center;
  189. color: #ecfbfc;
  190. text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25),
  191. 0px 4px 4px rgba(0, 0, 0, 0.25);
  192. }
  193. .text-logo-bleu {
  194. height: 24px;
  195. left: 897px;
  196. top: 7858px;
  197. margin-left: 25.74px;
  198. font-family: "Barlow";
  199. font-style: normal;
  200. font-weight: 500;
  201. font-size: 14px;
  202. line-height: 18px;
  203. display: flex;
  204. align-items: center;
  205. color: #ecfbfc;
  206. text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25),
  207. 0px 4px 4px rgba(0, 0, 0, 0.25);
  208. }
  209. </style>