Skip to content

Commit

Permalink
Add footer message that the site is build by me
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertRoks committed Nov 13, 2024
1 parent 795948f commit 06733e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nuxt-app/components/footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
<div
class="max-w-6xl h-full m-auto px-4 md:px-12 flex flex-row justify-between items-center"
>
<p class="text-gray-700"> {{ new Date().getFullYear() }} &copy; <span class="hidden sm:inline">Copyright,</span> Geert Roks</p>
<div class="flex flex-col text-gray-700">
<p class="m-0"> {{ new Date().getFullYear() }} &copy; <span class="hidden sm:inline">Copyright,</span> Geert Roks</p>
<p class="text-xs">designed and built by <NuxtLink to="https://github.com/GeertRoks/geertroksdotcom-Portfoliosite" class="border-b border-primary-500">myself</NuxtLink></p>
</div>

<ul class="flex flex-row justify-center space-x-3">
<li>
Expand Down

0 comments on commit 06733e6

Please sign in to comment.