gui/packages/gui/src/components/FooterLinks/FooterLinks.svelte
2022-12-15 17:29:51 -05:00

16 lines
649 B
Svelte

<footer class="h-autofont-machina relative w-full bg-black">
<section class="h-56 p-4 px-16" />
<section class="h-16 border border-r-0 border-gray p-4 px-16">
<div class="footer flex">
<div class="about w-1/2">
<h3>Changing the way you build. And what happens after you build it.</h3>
<p>
tea.cli is a delightful package manager that gets out of your way and sets you up for a
joyful development process. You can install it today. Our web3 protocol will create an OSS
ecosystem that is safer for all users, and fair for all maintainers. Read our white paper
here.
</p>
</div>
</div>
</section>
</footer>