This commit is contained in:
Mrrp 2025-01-25 19:37:29 -08:00
parent 952d32b2af
commit dc796e42a8
19 changed files with 124 additions and 53 deletions

View file

@ -13,9 +13,6 @@ import Card from './Card.vue';
<NuxtLink href="/article/collections/awesome" class="transition text-xl pl-2 pr-2 ease-in-out text-purple-100 hover:text-purple-400 duration-200">Awesome</NuxtLink>
<NuxtLink href="/article/collections/badges" class="transition text-xl pl-2 pr-2 ease-in-out text-purple-100 hover:text-purple-400 duration-200">Badges</NuxtLink>
</div>
<div class="flex justify-center text-white">
<small class="ml-3 mr-3">Hosted with <NuxtLink href="https://github.com/TheFelidae/thefelidae.github.io" class="text-blue-500">GitHub Pages</NuxtLink></small>
</div>
</Card>
</div>
</div>