Initial commit WIP

This commit is contained in:
Mike Conrad
2025-05-08 19:18:45 -04:00
commit 09cbc3f5a3
235 changed files with 25013 additions and 0 deletions

10
app/components/Footer.vue Normal file
View File

@ -0,0 +1,10 @@
<template>
<v-container>
<div class="dark:text-zinc-500 pb-16 mt-16">
<div class="text-center">
<!-- copyright -->
<p class="text-sm">&copy; {{ new Date().getFullYear() }} <NuxtLink to="/" class="text-zinc-500 hover:text-zinc-400">Oscar Mattern</NuxtLink>, All rights reserved.</p>
</div>
</div>
</v-container>
</template>