mirror of
https://github.com/ivabus/www
synced 2024-11-22 01:35:05 +03:00
Added ribbon to top of homepage notifying users about tea/gui
This commit is contained in:
parent
776711d458
commit
869c35f3af
1 changed files with 13 additions and 0 deletions
|
@ -135,6 +135,19 @@
|
|||
|
||||
</style>
|
||||
|
||||
<section class="gui-ribbon mt-xl-4 mt-lg-4 mt-md-4 md-sm-0 mt-0">
|
||||
<div class="container pt-2 pb-2 ps-3 pe-3" style="border-radius:2px; background-color:#2675f5; border: 1px solid #135DD4;">
|
||||
<div class="row">
|
||||
<div class="col flex">
|
||||
<p class="pe-3" style="position:relative;top:7px;font-size:14px;line-height: 20px;">We've just released the beta for our visual package manager, <span class="tea">tea/gui</span></p>
|
||||
<a href="/gui/">
|
||||
<button class="hbtn-light hb-light-fill-right github-click-secondary" style="width:125px;height:30px;font-size:14px;font-family:'inter';"><span style="position:relative; top:-4px;">Try it out</span></button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="hero one-box">
|
||||
<div class="container">
|
||||
<div class="row gx-5 mb-5">
|
||||
|
|
Loading…
Reference in a new issue