Merge pull request #338 from teaxyz/navbar-change

Launch Requirements
This commit is contained in:
Thomas Smith 2023-05-03 08:33:46 +02:00 committed by GitHub
commit b7a9378084
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 25 additions and 10 deletions

View file

@ -1,5 +1,5 @@
---
title: "Install tea"
title: "Home"
Description: "the next-generation, crossplatform package manager"
layout: "index"
menu: main

View file

@ -1,5 +1,7 @@
---
title: "Download the GUI"
Description: "The App Store for Developers"
title: "tea/gui (beta)"
Description: "The Open-Store for Open-Source"
layout: "gui"
menu: main
weight: 1
---

View file

@ -3,5 +3,5 @@ title: "Pantry"
Description: "install open-source software with tea"
layout: "packages"
menu: main
weight: 1
weight: 2
---

View file

@ -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">

View file

@ -7,8 +7,8 @@
<div class="row">
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12 my-auto">
<h1 class="display-4">The &#39;Open Store&#39; for Open Source</h1>
<p class="mb-4">Introduing the <span class="tea">tea/gui</span>&#8212; a visual package manager that lets you browse, install, and update open-source software in a snap. Say goodbye to manual updates and hello to streamlined development. Try it today!</p>
<p>Download the <span class="tea">tea/gui</span> alpha for Mac (v0.0.38)</p>
<p class="mb-4">Introduing the <span class="tea">tea/gui (beta)</span>&#8212; a visual package manager that lets you browse, install, and update open-source software in a snap. Say goodbye to manual updates and hello to streamlined development. Try it today!</p>
<p>Download the <span class="tea">tea/gui</span> (beta) for Mac</p>
<div style="display:flex;align-items:flex-start;">
<div class="">
<a href="https://dist.tea.xyz/tea.xyz/gui/tea-latest-arm64.dmg">
@ -57,15 +57,15 @@
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12">
<h3>One-Click Installs</h3>
<p>Say goodbye to the days of scavenging through cluttered docs. <span class="tea">tea/gui</span> enables to you to query our expansive pantry and install your desired version of any package with one click. Openai-python, jupyter, youtube-dl, and hundreds more&#8230; all available to you within seconds.</p>
<p>Say goodbye to the days of scavenging through cluttered docs. <span class="tea">tea/gui (beta)</span> enables you to query our expansive pantry and install your desired version of any package with one click. Openai-python, jupyter, youtube-dl, and hundreds more&#8230; all available to you within seconds.</p>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12">
<h3>Easy Updates</h3>
<p>Our aim is to enhance your workflow, not disrupt it. <span class="tea">tea/gui</span> will alert you via desktop notifcations when new updates are available for your installed packages. Your can bullk update everything, or update one-by-one in the event you'd like to exercise some more discretion. </p>
<p>Our aim is to enhance your workflow, not disrupt it. <span class="tea">tea/gui (beta)</span> will alert you via desktop notifcations when new updates are available for your installed packages. Your can bulk update everything, or update one-by-one in the event you'd like to exercise some more discretion. </p>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-12 col-12">
<h3>Version Management</h3>
<p><span class="tea">tea/gui</span> makes managing your package versions a simply delightful experience. You can prune packages to remove all but the latest version, choose your desired version when installing, and install or add specific versions for previously installed packages.</p>
<p><span class="tea">tea/gui (beta)</span> makes managing your package versions a simply delightful experience. You can prune packages to remove all but the latest version, choose your desired version when installing, and install or add specific versions for previously installed packages.</p>
</div>
</div>
</div>
@ -78,7 +78,7 @@
<div class="row">
<div class="col">
<h3 class="black text-center">Get started with visual package management today!</h3>
<p class="black text-center">Download the <span class="tea">tea/gui</span> alpha for Mac (v0.0.38)</p>
<p class="black text-center">Download the <span class="tea">tea/gui</span> (beta) for Mac</p>
<div class="mb-2" style="display:flex;justify-content:center;">
<div style="display:flex;align-items:flex-start;">
<div class="">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 434 KiB