mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
16 lines
649 B
Svelte
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>
|