|
1 | 1 | <template>
|
2 |
| - <footer |
3 |
| - class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4" |
4 |
| - > |
5 |
| - <p class="col-md-4 mb-0 text-wrapper-no-hover"> |
6 |
| - © 2023 Exifly |
7 |
| - <br /> |
8 |
| - Coded by those |
9 |
| - <NuxtLink |
10 |
| - class="text-wrapper-authors" |
11 |
| - style="text-decoration: none; font-weight: 600" |
12 |
| - to="/contributors" |
13 |
| - > |
14 |
| - wonderful people |
15 |
| - </NuxtLink> |
16 |
| - </p> |
17 |
| - |
18 |
| - <NuxtLink |
19 |
| - to="/" |
20 |
| - class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none" |
| 2 | + <footer |
| 3 | + class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4" |
21 | 4 | >
|
22 |
| - <img :src="logoMode" alt="" width="30" height="30" /> |
23 |
| - </NuxtLink> |
| 5 | + <p class="col-md-4 mb-0 text-wrapper-no-hover"> |
| 6 | + 2024 © Exifly |
| 7 | + <br /> |
| 8 | + Coded by those |
| 9 | + <NuxtLink |
| 10 | + class="text-wrapper-authors" |
| 11 | + style="text-decoration: none; font-weight: 600" |
| 12 | + to="/contributors" |
| 13 | + > |
| 14 | + wonderful people |
| 15 | + </NuxtLink> |
| 16 | + </p> |
24 | 17 |
|
25 |
| - <ul class="nav col-md-4 justify-content-end"> |
26 |
| - <li class="nav-item"> |
27 |
| - <a |
28 |
| - id="emailSupport" |
29 |
| - title="Send us an Email" |
30 |
| - tabindex="3" |
31 |
| - href="mailto:info@exifly.it" |
32 |
| - class="nav-link px-2 text-wrapper" |
33 |
| - target="_blank" |
34 |
| - >{{ packageJson.version }}</a |
35 |
| - > |
36 |
| - </li> |
37 |
| - <li class="nav-item"> |
38 |
| - <a |
39 |
| - id="githubRepository" |
40 |
| - title="Check out our github repository" |
41 |
| - tabindex="4" |
42 |
| - href="https://github.com/Exifly/ApiVault" |
43 |
| - class="nav-link px-2 text-wrapper" |
44 |
| - target="_blank" |
45 |
| - ><font-awesome-icon :icon="['fab', 'github']" |
46 |
| - /></a> |
47 |
| - </li> |
48 |
| - <li class="nav-item"> |
49 |
| - <a |
50 |
| - title="Send us an Email" |
51 |
| - tabindex="5" |
52 |
| - href="mailto:info@exifly.it" |
53 |
| - class="nav-link px-2 text-wrapper" |
54 |
| - target="_blank" |
55 |
| - >Contact</a |
56 |
| - > |
57 |
| - </li> |
58 |
| - <li class="nav-item"> |
59 |
| - <a |
60 |
| - title="Sponsor APIVault" |
61 |
| - tabindex="6" |
62 |
| - href="https://ko-fi.com/apivault" |
63 |
| - class="nav-link px-2 text-wrapper" |
64 |
| - target="_blank" |
65 |
| - >Sponsor</a |
66 |
| - > |
67 |
| - </li> |
68 |
| - <li class="nav-item"> |
69 | 18 | <NuxtLink
|
70 |
| - title="Apivault Cookie Policy" |
71 |
| - tabindex="7" |
72 |
| - to="/cookie-policy" |
73 |
| - class="nav-link px-2 text-wrapper" |
74 |
| - >Cookie Policy</NuxtLink |
| 19 | + to="/" |
| 20 | + class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-dark text-decoration-none" |
75 | 21 | >
|
76 |
| - </li> |
77 |
| - <li class="nav-item"> |
78 |
| - <NuxtLink |
79 |
| - title="Apivault Privacy Policy" |
80 |
| - tabindex="8" |
81 |
| - to="/privacy-policy" |
82 |
| - class="nav-link px-2 text-wrapper" |
83 |
| - >Privacy Policy</NuxtLink |
84 |
| - > |
85 |
| - </li> |
86 |
| - </ul> |
87 |
| - </footer> |
| 22 | + <img :src="logoMode" alt="" width="30" height="30" /> |
| 23 | + </NuxtLink> |
| 24 | + |
| 25 | + <ul class="nav col-md-4 justify-content-end"> |
| 26 | + <li class="nav-item"> |
| 27 | + <a |
| 28 | + id="emailSupport" |
| 29 | + title="Send us an Email" |
| 30 | + tabindex="3" |
| 31 | + href="mailto:info@exifly.it" |
| 32 | + class="nav-link px-2 text-wrapper" |
| 33 | + target="_blank" |
| 34 | + >{{ packageJson.version }}</a |
| 35 | + > |
| 36 | + </li> |
| 37 | + <li class="nav-item"> |
| 38 | + <a |
| 39 | + id="githubRepository" |
| 40 | + title="Check out our github repository" |
| 41 | + tabindex="4" |
| 42 | + href="https://github.com/Exifly/ApiVault" |
| 43 | + class="nav-link px-2 text-wrapper" |
| 44 | + target="_blank" |
| 45 | + ><font-awesome-icon :icon="['fab', 'github']" |
| 46 | + /></a> |
| 47 | + </li> |
| 48 | + <li class="nav-item"> |
| 49 | + <a |
| 50 | + title="Send us an Email" |
| 51 | + tabindex="5" |
| 52 | + href="mailto:info@exifly.it" |
| 53 | + class="nav-link px-2 text-wrapper" |
| 54 | + target="_blank" |
| 55 | + >Contact</a |
| 56 | + > |
| 57 | + </li> |
| 58 | + <li class="nav-item"> |
| 59 | + <a |
| 60 | + title="Sponsor APIVault" |
| 61 | + tabindex="6" |
| 62 | + href="https://ko-fi.com/apivault" |
| 63 | + class="nav-link px-2 text-wrapper" |
| 64 | + target="_blank" |
| 65 | + >Sponsor</a |
| 66 | + > |
| 67 | + </li> |
| 68 | + <li class="nav-item"> |
| 69 | + <NuxtLink |
| 70 | + title="Apivault Cookie Policy" |
| 71 | + tabindex="7" |
| 72 | + to="/cookie-policy" |
| 73 | + class="nav-link px-2 text-wrapper" |
| 74 | + >Cookie Policy</NuxtLink |
| 75 | + > |
| 76 | + </li> |
| 77 | + <li class="nav-item"> |
| 78 | + <NuxtLink |
| 79 | + title="Apivault Privacy Policy" |
| 80 | + tabindex="8" |
| 81 | + to="/privacy-policy" |
| 82 | + class="nav-link px-2 text-wrapper" |
| 83 | + >Privacy Policy</NuxtLink |
| 84 | + > |
| 85 | + </li> |
| 86 | + </ul> |
| 87 | + </footer> |
88 | 88 | </template>
|
89 | 89 |
|
90 | 90 | <script setup lang="ts">
|
91 |
| -import packageJson from "../package.json"; |
| 91 | +import packageJson from '../package.json' |
92 | 92 |
|
93 |
| -const theme = useState("APIVaultTheme", () => |
94 |
| - process.client ? localStorage.getItem("APIVaultTheme")! : "dark" |
95 |
| -); |
| 93 | +const theme = useState('APIVaultTheme', () => |
| 94 | + process.client ? localStorage.getItem('APIVaultTheme')! : 'dark' |
| 95 | +) |
96 | 96 |
|
97 | 97 | const logoMode = computed(() => {
|
98 |
| - if (theme!.value === "dark" || theme.value === null) { |
99 |
| - return "/img/apivault-dark-nobg.png"; |
100 |
| - } |
101 |
| - return "/img/apivault-light-nobg.png"; |
102 |
| -}); |
| 98 | + if (theme!.value === 'dark' || theme.value === null) { |
| 99 | + return '/img/apivault-dark-nobg.png' |
| 100 | + } |
| 101 | + return '/img/apivault-light-nobg.png' |
| 102 | +}) |
103 | 103 | </script>
|
104 | 104 |
|
105 | 105 | <style scoped>
|
106 | 106 | .text-wrapper {
|
107 |
| - color: var(--text-color); |
| 107 | + color: var(--text-color); |
108 | 108 | }
|
109 | 109 |
|
110 | 110 | .text-wrapper:hover {
|
111 |
| - color: var(--text-color-hover); |
| 111 | + color: var(--text-color-hover); |
112 | 112 | }
|
113 | 113 |
|
114 | 114 | .text-wrapper-no-hover {
|
115 |
| - color: var(--text-color); |
| 115 | + color: var(--text-color); |
116 | 116 | }
|
117 | 117 |
|
118 | 118 | .text-wrapper-authors {
|
119 |
| - color: rgb(3, 155, 178); |
| 119 | + color: rgb(3, 155, 178); |
120 | 120 | }
|
121 | 121 |
|
122 | 122 | .text-wrapper-authors:hover {
|
123 |
| - color: rgb(0, 201, 232); |
| 123 | + color: rgb(0, 201, 232); |
124 | 124 | }
|
125 | 125 | </style>
|
0 commit comments