2024-04-02 19:50:50 -07:00
|
|
|
<script>
|
|
|
|
import { GithubLogo } from 'svelte-radix';
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<footer class="h-24 px-2 mb-4 text-sm md:text-md xl:text-lg">
|
2024-04-02 23:01:04 -07:00
|
|
|
<hr class="mb-4" />
|
2024-04-02 19:50:50 -07:00
|
|
|
<div class="flex justify-center flex-col gap-4">
|
2024-04-02 23:01:04 -07:00
|
|
|
<div class="flex justify-around gap-4">
|
|
|
|
<a
|
|
|
|
href="https://github.com/couscousdude"
|
|
|
|
target="_blank"
|
|
|
|
class="dark:brightness-75 dark:hover:brightness-100"><GithubLogo /></a
|
|
|
|
>
|
2024-04-02 19:50:50 -07:00
|
|
|
</div>
|
|
|
|
<p class="text-zinc-400 dark:text-zinc-700 text-center">
|
2024-04-02 23:01:04 -07:00
|
|
|
© 2024 Youwen Wu | Built with <strong>SvelteKit</strong> and
|
2024-04-02 19:50:50 -07:00
|
|
|
<strong>shad-cn</strong> |
|
|
|
|
<a href="https://github.com/couscousdude/coredump" target="_blank" class="hover:underline"
|
|
|
|
>View the source</a
|
|
|
|
>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</footer>
|