Footer.vue 8.4 KB

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