This commit is contained in:
parent
b8e14c8370
commit
11cedc0abd
12 changed files with 584 additions and 186 deletions
16
src/lib/components/Footer.svelte
Normal file
16
src/lib/components/Footer.svelte
Normal file
|
@ -0,0 +1,16 @@
|
|||
<script lang="ts">
|
||||
</script>
|
||||
|
||||
<footer class="footer">
|
||||
<p>Logo art by <a class="hover:text-sky-500 hover:underline text-gray-400" href="https://bsky.app/profile/did:plc:sqwkomf6gkzbhnctiqexepzx">Aegiscarr</a></p>
|
||||
<p>© {new Date().getFullYear()} Lara The Protogen. All rights reserved.</p>
|
||||
</footer>
|
||||
|
||||
<style lang="scss">
|
||||
.footer {
|
||||
@apply w-full text-center p-4 text-white;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
z-index: 10;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue