Footer.vue 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. <template>
  2. <footer ref="footerElement">
  3. <LayoutContainer>
  4. <div class="footer">
  5. <div class="content-footer">
  6. <v-row>
  7. <v-col
  8. :cols="smAndDown ? 12 : 4"
  9. :class="smAndDown ? 'logo-opentalent-sm' : 'flex-container'"
  10. >
  11. <v-img class="logo" src="/images/logo/footer-logo.png" />
  12. <small class="ml-12 right-reserved"
  13. >© 2022 Opentalent, Tous droits réservés</small
  14. >
  15. </v-col>
  16. <v-col
  17. :cols="smAndDown ? 6 : 2"
  18. :class="smAndDown ? 'link-sm' : ''"
  19. >
  20. <v-row :class="smAndDown ? 'title-link-sm' : 'title-link'">
  21. <h5 class="ml-12 mt-10 h5-title">Agenda culturel</h5>
  22. </v-row>
  23. <v-row>
  24. <small class="small-link ml-12">Annuaire</small>
  25. </v-row>
  26. <v-row>
  27. <small class="small-link ml-12">Actualités</small>
  28. </v-row>
  29. <v-row>
  30. <small class="small-link ml-12">Annonces</small>
  31. </v-row>
  32. </v-col>
  33. <v-col
  34. :cols="smAndDown ? 6 : 2"
  35. :class="smAndDown ? 'link-sm' : 'details-footer'"
  36. >
  37. <v-row :class="smAndDown ? 'title-link-sm' : 'title-link'">
  38. <h5 class="ml-12 mt-10 h5-title">logiciels culturels</h5>
  39. </v-row>
  40. <v-row>
  41. <small class="small-link ml-12">Opentalent Artist</small>
  42. </v-row>
  43. <v-row>
  44. <small class="small-link ml-12">Opentalent School</small>
  45. </v-row>
  46. <v-row>
  47. <small class="small-link ml-12">Opentalent Manager</small>
  48. </v-row>
  49. </v-col>
  50. <v-col
  51. :cols="smAndDown ? 6 : 2"
  52. :class="smAndDown ? 'link-sm' : 'details-footer'"
  53. >
  54. <v-row :class="smAndDown ? 'title-link-sm' : 'title-link'">
  55. <h5 class="ml-12 mt-8 h5-title">Espace client</h5>
  56. </v-row>
  57. <v-row>
  58. <small class="small-link ml-12">Foire Aux Questions</small>
  59. </v-row>
  60. <v-row>
  61. <small class="small-link ml-12">Support en ligne</small>
  62. </v-row>
  63. <v-row>
  64. <small class="small-link ml-12">Nous contacter</small>
  65. </v-row>
  66. </v-col>
  67. <!--
  68. <v-col
  69. :cols="smAndDown ? 6 : 2"
  70. :class="smAndDown ? 'link-sm' : 'details-footer'"
  71. >
  72. <v-row :class="smAndDown ? 'title-link-sm' : 'title-link'">
  73. <h5 class="ml-12 mt-10 h5-title">Conditions & politiques</h5>
  74. </v-row>
  75. <v-row>
  76. <small class="small-link ml-12">Mentions légales</small>
  77. </v-row>
  78. <v-row>
  79. <small class="small-link ml-12"
  80. >Conditions Générales d'Utilisation</small
  81. >
  82. </v-row>
  83. <v-row>
  84. <small class="small-link ml-12"
  85. >Conditions Générales de Ventes</small
  86. >
  87. </v-row>
  88. <v-row>
  89. <small class="small-link ml-12"
  90. >Politique de confidentialite & protection des données
  91. personnelles</small
  92. >
  93. </v-row>
  94. <v-row>
  95. <small class="small-link ml-12"
  96. >Politique d'utilisation des cookies</small
  97. >
  98. </v-row>
  99. </v-col> -->
  100. <v-col
  101. :cols="smAndDown ? 6 : 2"
  102. :class="smAndDown ? 'link-sm' : ''"
  103. >
  104. <v-row :class="smAndDown ? 'title-link-sm' : 'title-link'">
  105. <h5 class="ml-12 mt-10 h5-title">Suivez-nous</h5>
  106. </v-row>
  107. <v-row class="ml-5">
  108. <v-col :cols="smAndDown ? 4 : 2">
  109. <v-icon class="fab fa-facebook" />
  110. </v-col>
  111. <v-col :cols="smAndDown ? 4 : 2">
  112. <v-icon class="fab fa-linkedin" />
  113. </v-col>
  114. <v-col :cols="smAndDown ? 4 : 2">
  115. <v-icon class="fab fa-youtube" />
  116. </v-col>
  117. <v-col :cols="smAndDown ? 4 : 2">
  118. <v-icon class="fa-brands fa-square-twitter" />
  119. </v-col>
  120. </v-row>
  121. </v-col>
  122. </v-row>
  123. <hr class="mb-6 mt-4" />
  124. <v-row class="mt-2" justify="center">
  125. <p>
  126. Mentions légales - Politiques de cookies - Conditions Générales de
  127. Ventes
  128. </p>
  129. </v-row>
  130. <v-row class="mt-2" justify="center">
  131. <p>2024 &copy; Tous droits réservés par Opentalent</p>
  132. </v-row>
  133. </div>
  134. </div>
  135. </LayoutContainer>
  136. </footer>
  137. </template>
  138. <script setup>
  139. import { useDisplay } from "vuetify";
  140. import { ref, provide } from "vue";
  141. const footerElement = ref(null);
  142. provide("footerElement", footerElement);
  143. const { smAndDown, lgAndUp } = useDisplay();
  144. </script>
  145. <style scoped>
  146. .flex-container {
  147. display: flex;
  148. flex-direction: column;
  149. justify-content: space-between;
  150. }
  151. .vertical-bar {
  152. height: 4rem;
  153. border: 0.1rem solid #ecfbfc;
  154. margin-left: 10px;
  155. margin-top: 3rem;
  156. }
  157. .right-reserved {
  158. color: rgba(255, 255, 255, 0.6);
  159. font-family: Space Grotesk;
  160. font-size: 0.6rem;
  161. letter-spacing: 1px;
  162. }
  163. .h5-title {
  164. font-size: 1.1rem;
  165. font-style: normal;
  166. letter-spacing: 1.2px;
  167. text-transform: uppercase;
  168. }
  169. .link-sm {
  170. display: flex;
  171. flex-direction: column;
  172. justify-content: center;
  173. align-items: center;
  174. text-align: center;
  175. }
  176. .logo-opentalent-sm {
  177. display: flex;
  178. justify-content: center;
  179. align-items: center;
  180. }
  181. .icon:nth-child(2) {
  182. margin-left: 10px;
  183. }
  184. .title-link,
  185. .title-link-sm {
  186. font-family: "Barlow";
  187. font-style: normal;
  188. font-weight: 500;
  189. font-size: 1rem;
  190. line-height: 20px;
  191. margin-bottom: 1rem;
  192. }
  193. .title-link-sm {
  194. margin-bottom: 0.1rem;
  195. }
  196. .small-link {
  197. font-family: "Barlow";
  198. font-style: normal;
  199. font-weight: 300;
  200. font-size: 0.9rem;
  201. line-height: 20px;
  202. color: #ffffff;
  203. }
  204. .container {
  205. background: #091d20;
  206. color: aliceblue;
  207. }
  208. .activities {
  209. height: 12rem;
  210. background: #091d20;
  211. border-bottom: 0.4px solid rgba(255, 255, 255, 0.3);
  212. box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.07);
  213. }
  214. .footer {
  215. margin-top: 2rem;
  216. margin-bottom: 3rem;
  217. }
  218. .logo {
  219. }
  220. .logo-jaune {
  221. margin-left: 307.74px;
  222. }
  223. .logo-rouge {
  224. margin-left: 117px;
  225. }
  226. .logo-bleu {
  227. margin-left: 91.74px;
  228. }
  229. .text-logo-jaune {
  230. margin-left: 10rem;
  231. font-family: "Barlow";
  232. font-style: normal;
  233. font-weight: 500;
  234. font-size: 14px;
  235. line-height: 18px;
  236. display: flex;
  237. align-items: center;
  238. color: #ecfbfc;
  239. text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25),
  240. 0px 4px 4px rgba(0, 0, 0, 0.25);
  241. }
  242. .text-logo-rouge {
  243. margin-left: 37.74px;
  244. font-family: "Barlow";
  245. font-style: normal;
  246. font-weight: 500;
  247. font-size: 14px;
  248. line-height: 18px;
  249. display: flex;
  250. align-items: center;
  251. color: #ecfbfc;
  252. text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25),
  253. 0px 4px 4px rgba(0, 0, 0, 0.25);
  254. }
  255. .text-logo-bleu {
  256. height: 24px;
  257. left: 897px;
  258. top: 7858px;
  259. margin-left: 25.74px;
  260. font-family: "Barlow";
  261. font-style: normal;
  262. font-weight: 500;
  263. font-size: 14px;
  264. line-height: 18px;
  265. display: flex;
  266. align-items: center;
  267. color: #ecfbfc;
  268. text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25),
  269. 0px 4px 4px rgba(0, 0, 0, 0.25);
  270. }
  271. </style>