mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:15:06 +03:00
Additional progress
This commit is contained in:
parent
302375f069
commit
527f30f8bd
1 changed files with 9 additions and 8 deletions
|
@ -13,6 +13,7 @@
|
||||||
}
|
}
|
||||||
h3{
|
h3{
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
|
line-height: 36px;
|
||||||
}
|
}
|
||||||
.lead{
|
.lead{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
@ -77,27 +78,27 @@
|
||||||
<div class="row one-box-down">
|
<div class="row one-box-down">
|
||||||
<h3 class="text-center">delightful OSS package management for everyone</h3>
|
<h3 class="text-center">delightful OSS package management for everyone</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row gx-3">
|
||||||
<div class="col product-col">
|
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12 product-col">
|
||||||
<div class="col-content one-box">
|
<div class="col-content one-box">
|
||||||
<h2 class="text-center">tea/cli</h2>
|
<h2 class="text-center">tea/cli</h2>
|
||||||
<p class="lead text-center">Next-gen, cross-platform package manager</p>
|
<p class="lead text-center">Next-gen, cross-platform package manager</p>
|
||||||
<p class="text-center mb-5">Simply type commands and tea takes care of the rest. Get the latest versions of open source tools and support specific tool versions for different projects.</p>
|
<p class="text-center mb-5">Simply type commands and tea takes care of the rest. Get the latest versions of open source tools and support specific tool versions for different projects.</p>
|
||||||
<div class="button" style="display:flex;justify-content:center;">
|
<div class="button" style="display:flex;justify-content:center;">
|
||||||
<a href="https://dist.tea.xyz/tea.xyz/gui/tea-latest-arm64.dmg">
|
<a href="/cli/">
|
||||||
<button class="hbtn hb-fill-right github-click" style="width:180px;height:40px;font-size:14px;"><i class="icon-apple"></i>M1/M2 Chip</button>
|
<button class="hbtn hb-fill-right github-click" style="width:180px;height:40px;font-size:14px;">Learn more</button>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col product-col">
|
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12 product-col">
|
||||||
<div class="col-content one-box">
|
<div class="col-content one-box">
|
||||||
<h2 class="text-center">tea/cli</h2>
|
<h2 class="text-center">tea/gui</h2>
|
||||||
<p class="lead text-center">Ground-breaking visual package manager</p>
|
<p class="lead text-center">Ground-breaking visual package manager</p>
|
||||||
<p class="text-center">Our visual package manager lets you browse, install, and update open-source software in a snap. Say goodbye to manual updates and hello to streamlined development.</p>
|
<p class="text-center">Our visual package manager lets you browse, install, and update open-source software in a snap. Say goodbye to manual updates and hello to streamlined development.</p>
|
||||||
<div class="button" style="display:flex;justify-content:center;">
|
<div class="button" style="display:flex;justify-content:center;">
|
||||||
<a href="https://dist.tea.xyz/tea.xyz/gui/tea-latest-arm64.dmg">
|
<a href="/gui/">
|
||||||
<button class="hbtn hb-fill-right github-click" style="width:180px;height:40px;font-size:14px;"><i class="icon-apple"></i>M1/M2 Chip</button>
|
<button class="hbtn hb-fill-right github-click" style="width:180px;height:40px;font-size:14px;">Download</button>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue