Additional progress

This commit is contained in:
Thomas Smith 2023-05-01 18:34:24 +02:00
parent 302375f069
commit 527f30f8bd

View file

@ -13,6 +13,7 @@
}
h3{
font-size: 28px;
line-height: 36px;
}
.lead{
font-size: 20px;
@ -77,27 +78,27 @@
<div class="row one-box-down">
<h3 class="text-center">delightful OSS package management for everyone</h3>
</div>
<div class="row">
<div class="col product-col">
<div class="row gx-3">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12 product-col">
<div class="col-content one-box">
<h2 class="text-center">tea/cli</h2>
<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>
<div class="button" style="display:flex;justify-content:center;">
<a href="https://dist.tea.xyz/tea.xyz/gui/tea-latest-arm64.dmg">
<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>
<a href="/cli/">
<button class="hbtn hb-fill-right github-click" style="width:180px;height:40px;font-size:14px;">Learn more</button>
</a>
</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">
<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="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;">
<a href="https://dist.tea.xyz/tea.xyz/gui/tea-latest-arm64.dmg">
<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>
<a href="/gui/">
<button class="hbtn hb-fill-right github-click" style="width:180px;height:40px;font-size:14px;">Download</button>
</a>
</div>
</div>