mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 15:54:13 +01:00
Add copyrights
This commit is contained in:
@@ -27,16 +27,18 @@ const socials = [
|
||||
type="solid"
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<h3>Find me on:</h3>
|
||||
<div class="flex gap-4 my-4">
|
||||
<HomeLink
|
||||
v-for="social in socials"
|
||||
:key="social.label"
|
||||
:icon="social.icon"
|
||||
:label="social.label"
|
||||
:href="social.link"
|
||||
/>
|
||||
<div class="space-y-4">
|
||||
<div class="flex gap-2 items-center">
|
||||
<h3>Find me on:</h3>
|
||||
<div class="flex gap-4">
|
||||
<HomeLink
|
||||
v-for="social in socials"
|
||||
:key="social.label"
|
||||
:href="social.link"
|
||||
:icon="social.icon"
|
||||
:label="social.label"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex gap-2">
|
||||
<h4>Or send me an email:</h4>
|
||||
@@ -47,5 +49,8 @@ const socials = [
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="mt-8 w-full flex justify-center text-xs">
|
||||
© {{ new Date().getFullYear() }} Arthur Danjou. All rights reserved.
|
||||
</div>
|
||||
</footer>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user