mirror of
https://github.com/ivabus/www
synced 2024-11-10 06:05:15 +03:00
Additional changes
This commit is contained in:
parent
527f30f8bd
commit
1e71cb6cdb
|
@ -15,6 +15,10 @@
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
}
|
}
|
||||||
|
h4{
|
||||||
|
font-family: "inter";
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
.lead{
|
.lead{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-family: "mona";
|
font-family: "mona";
|
||||||
|
@ -78,33 +82,39 @@
|
||||||
<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 gx-3">
|
<div class="row">
|
||||||
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12 product-col">
|
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12 mb-xl-0 mb-lg-0 mb-md-0 mb-sm-4 mb-4">
|
||||||
|
<div class="product-col p-4">
|
||||||
<div class="col-content one-box">
|
<div class="col-content one-box">
|
||||||
<h2 class="text-center">tea/cli</h2>
|
<h4 class="text-center">invisible, yet powerful</h4>
|
||||||
|
<h2 class="text-center mb-3">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="/cli/">
|
<a href="/cli/">
|
||||||
<button class="hbtn hb-fill-right github-click" style="width:180px;height:40px;font-size:14px;">Learn more</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-xl-6 col-lg-6 col-md-6 col-sm-12 col-12 product-col">
|
</div>
|
||||||
|
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12">
|
||||||
|
<div class="product-col p-4">
|
||||||
<div class="col-content one-box">
|
<div class="col-content one-box">
|
||||||
<h2 class="text-center">tea/gui</h2>
|
<h4 class="text-center">visible, still powerful</h4>
|
||||||
|
<h2 class="text-center mb-3">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 mb-5">Our gui 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="/gui/">
|
<a href="/cli/">
|
||||||
<button class="hbtn hb-fill-right github-click" style="width:180px;height:40px;font-size:14px;">Download</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>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Reference in a new issue