Footer.vue 8.4 KB

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