mirror of
https://github.com/ivabus/www
synced 2024-11-10 05:35:14 +03:00
Google Drive instead
This commit is contained in:
parent
267f30ccb5
commit
216e8be3f9
|
@ -9,24 +9,23 @@
|
|||
<h1 class="display-4">The App Store for Developers</h1>
|
||||
<p class="mb-4">Meet GUI - the app store for developers! 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. Try it today!</p>
|
||||
<p>Download the <span class="tea">tea/gui</span> beta for Mac (v0.0.37)</p>
|
||||
<div style="display:flex;align-items:flex-start;">
|
||||
<div class="">
|
||||
<a href="http://preview.gui.tea.xyz.s3-website-us-east-1.amazonaws.com/release/tea-0.0.37-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>
|
||||
</div>
|
||||
<div class="ms-3">
|
||||
<a href="http://preview.gui.tea.xyz.s3-website-us-east-1.amazonaws.com/release/tea-0.0.37.dmg">
|
||||
<button class="hbtn hb-fill-right github-click" style="width:180px;height:40px;font-size:14px;"><i class="icon-apple"></i>Intel Chip</button>
|
||||
</a>
|
||||
<div style="display:flex;align-items:flex-start;">
|
||||
<div class="">
|
||||
<a href="https://drive.google.com/drive/folders/1esL8hvTEuTE7j3YC4jC2aM_eIhx4rlfE?usp=share_link">
|
||||
<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>
|
||||
</div>
|
||||
<div class="ms-3">
|
||||
<a href="https://drive.google.com/drive/folders/1uWGsHqaxxGol1yOUDUt1UkWl8NwTjscD?usp=share_link">
|
||||
<button class="hbtn hb-fill-right github-click" style="width:180px;height:40px;font-size:14px;"><i class="icon-apple"></i>Intel Chip</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12 mt-xl-0 mt-lg-0 mt-md-0 mt-sm-4 mt-4">
|
||||
<img style="width:100%;" src="/Images/gui-screenshot-hero.png" alt="tea/gui">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<style media="screen">
|
||||
|
@ -82,12 +81,12 @@
|
|||
<div class="mb-2" style="display:flex;justify-content:center;">
|
||||
<div style="display:flex;align-items:flex-start;">
|
||||
<div class="">
|
||||
<a href="http://preview.gui.tea.xyz.s3-website-us-east-1.amazonaws.com/release/tea-0.0.37-arm64.dmg">
|
||||
<a href="https://drive.google.com/drive/folders/1esL8hvTEuTE7j3YC4jC2aM_eIhx4rlfE?usp=share_link">
|
||||
<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>
|
||||
</div>
|
||||
<div class="ms-3">
|
||||
<a href="http://preview.gui.tea.xyz.s3-website-us-east-1.amazonaws.com/release/tea-0.0.37.dmg">
|
||||
<a href="https://drive.google.com/drive/folders/1uWGsHqaxxGol1yOUDUt1UkWl8NwTjscD?usp=share_link">
|
||||
<button class="hbtn hb-fill-right github-click" style="width:180px;height:40px;font-size:14px;"><i class="icon-apple"></i>Intel Chip</button>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue