mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
social hover
This commit is contained in:
parent
5f353ddd82
commit
bde84844e5
1 changed files with 31 additions and 3 deletions
|
@ -5,15 +5,18 @@
|
||||||
<h3 class="mb-5 text-4xl text-primary">
|
<h3 class="mb-5 text-4xl text-primary">
|
||||||
Changing the way you build. And what happens after you build it.
|
Changing the way you build. And what happens after you build it.
|
||||||
</h3>
|
</h3>
|
||||||
<p>
|
<p class="mb-5">
|
||||||
tea.cli is a delightful package manager that gets out of your way and sets you up for a
|
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
|
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
|
ecosystem that is safer for all users, and fair for all maintainers. Read our white paper
|
||||||
here.
|
here.
|
||||||
</p>
|
</p>
|
||||||
|
<div class="w-3/4">
|
||||||
|
<img src="/static/images/footer-grid-element.svg" />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card social-box w-1/4 border-2 border-gray">
|
<div class="card social-box w-1/4 h-full border-2 border-gray">
|
||||||
<ul class="list-group list-group-flush">
|
<ul class="list-group list-group-flush">
|
||||||
<div class="border-b border-gray p-3">
|
<div class="border-b border-gray p-3">
|
||||||
<a class="list-group-item" role="button" href="https://twitter.com/teaxyz"
|
<a class="list-group-item" role="button" href="https://twitter.com/teaxyz"
|
||||||
|
@ -35,15 +38,40 @@
|
||||||
><i class="icon-reddit social-icon mr-3" />Reddit</a
|
><i class="icon-reddit social-icon mr-3" />Reddit</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="border-b border-gray p-3">
|
<div class="p-3">
|
||||||
<a class="list-group-item" role="button" href="https://t.me/tea_xyz"
|
<a class="list-group-item" role="button" href="https://t.me/tea_xyz"
|
||||||
><i class="icon-telegram social-icon mr-3" />Telegram</a
|
><i class="icon-telegram social-icon mr-3" />Telegram</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="h-16 border border-r-0 border-gray p-4 px-16" />
|
<section class="h-16 border border-r-0 border-gray p-4 px-16" />
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
h3{
|
||||||
|
font-family: "pp-neue-machina", sans-serif;
|
||||||
|
color:#00ffd0;
|
||||||
|
}
|
||||||
|
|
||||||
|
p{
|
||||||
|
font-family: "sono", sans-serif;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list-group-item{
|
||||||
|
font-family: "pp-neue-machina", sans-serif;
|
||||||
|
text-transform: uppercase;
|
||||||
|
transition: 0.1s ease-in;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list-group-item:hover{
|
||||||
|
padding-left: 1vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue