2022-12-27 20:58:47 +05:30
|
|
|
<footer class="flex flex-col text-xl sticky top-full">
|
|
|
|
<div
|
|
|
|
class="flex items-center flex-col border-t border-grey p-2 children:(text-text text-sm font-500 text-center)"
|
|
|
|
>
|
2022-08-04 22:58:05 +05:30
|
|
|
<span>© 2021 - present, Project Segfault <a href="/team">team</a></span>
|
2022-08-05 19:31:15 +05:30
|
|
|
<span
|
|
|
|
>Made with <a href="https://kit.svelte.dev/">SvelteKit</a> and
|
|
|
|
released under the
|
|
|
|
<a href="https://opensource.org/licenses/MIT/">MIT license</a
|
|
|
|
>.</span
|
|
|
|
>
|
2022-12-27 20:58:47 +05:30
|
|
|
<span
|
|
|
|
><a href="https://github.com/ProjectSegfault/website">Source code</a
|
|
|
|
></span
|
|
|
|
>
|
2022-06-18 21:56:58 +05:30
|
|
|
</div>
|
2022-06-18 00:22:07 +05:30
|
|
|
</footer>
|