mirror of
https://github.com/ivabus/www
synced 2024-11-21 22:05:06 +03:00
Rearrange and text chnange
This commit is contained in:
parent
0920ce5bc6
commit
276bc5342a
2 changed files with 11 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="flex pt-1 pb-1 ps-4 pe-1 mb-3 black-bg copy-section" style="max-width: 800px; margin-left:auto; margin-right:auto; height:60px; border: 1px solid #949494;">
|
||||
<div class="flex pt-1 pb-1 ps-4 pe-1 mb-1 black-bg copy-section" style="max-width: 800px; margin-left:auto; margin-right:auto; height:60px; border: 1px solid #949494;">
|
||||
<code class="white copy-text" style="font-size:16px;">sh <(curl tea.xyz)</code>
|
||||
<button class="hbtn hb-fill-right copy-button" style="height:100%; width:30%;">Copy</button>
|
||||
</div>
|
||||
|
|
|
@ -20,14 +20,16 @@
|
|||
<h3 class="text-center" style="font-size:28px; line-height:32px;">Use our installer in your terminal</h3>
|
||||
<p class="text-center mb-4">Best for developers who are used to working with CLIs.</p>
|
||||
{{- partial "click-to-copy.html" . -}}
|
||||
<p class="no-installer grid-gray text-center small twoway-boiler">Don't like installers? As per <a class="teal" href="https://docs.tea.xyz/getting-started/install-tea/without-installer">our docs</a>, you can also install tea via a fancy one-liner, brew install, or docker.</p>
|
||||
|
||||
<p class="text-center">system requirements:</p>
|
||||
<div class="flex mb-4 reqs">
|
||||
<span class="sys-req small">macOS >= 11</span>
|
||||
<span class="sys-req small">Linux glibc >= 2.28</span>
|
||||
<span class="sys-req small">WSL >= 2</span>
|
||||
<div class="p-2 mb-2">
|
||||
<p class="text-center small">
|
||||
The following platforms support both aarch64 (arm64) and x86-64</p>
|
||||
<div class="flex reqs">
|
||||
<span class="sys-req small">macOS >= 11</span>
|
||||
<span class="sys-req small">Linux glibc >= 2.28</span>
|
||||
<span class="sys-req small">WSL >= 2</span>
|
||||
</div>
|
||||
</div>
|
||||
<p class="no-installer grid-gray text-center small twoway-boiler">Don't like installers? As per <a class="teal" href="https://docs.tea.xyz/getting-started/install-tea/without-installer">our docs</a>, you can also install tea via a fancy one-liner, brew install, or docker.</p>
|
||||
|
||||
<div class="dropdown">
|
||||
<button onclick="toggleDropdown(this)" class="dropbtn hbtn-light hb-light-fill-right">
|
||||
|
@ -47,7 +49,7 @@
|
|||
<style>
|
||||
|
||||
.reqs{
|
||||
max-width: 450px;
|
||||
max-width: 500px;
|
||||
margin-top: -10px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
|
Loading…
Reference in a new issue