2022-12-27 20:58:47 +05:30
|
|
|
<footer class="flex flex-col text-xl sticky top-full">
|
|
|
|
<div
|
2023-01-05 22:42:43 +05:30
|
|
|
class="flex flex-col justify-center sm:flex-row gap-1 border-t border-t-solid border-t-grey p-3 text-sm"
|
2022-12-27 20:58:47 +05:30
|
|
|
>
|
2023-01-05 22:42:43 +05:30
|
|
|
<span class="flex flex-row items-center gap-1">Made with <div class="i-simple-icons:svelte" />SvelteKit <span class="hidden sm:block">-</span></span>
|
|
|
|
<a href="https://github.com/ProjectSegfault/website">Source code</a>
|
2022-06-18 21:56:58 +05:30
|
|
|
</div>
|
2022-06-18 00:22:07 +05:30
|
|
|
</footer>
|