mirror of
https://github.com/ivabus/www
synced 2024-11-10 07:15:15 +03:00
Merge pull request #303 from teaxyz/add-additional-install-text-below-oneliner
Add text about additional install methods below one-liner
This commit is contained in:
commit
53dfe4528c
|
@ -160,6 +160,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
{{- partial "click-to-copy.html" . -}}
|
{{- partial "click-to-copy.html" . -}}
|
||||||
|
<p class="no-installer grid-gray text-center"><span class="tea">tea</span> is a stand‐alone binary, see <a class="install-link" href="https://docs.tea.xyz/getting-started/install-tea/without-installer">our docs</a> for more installation methods.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -167,6 +168,14 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
.install-link{
|
||||||
|
color: #00ffd0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.install-link:hover{
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
.term-icon{
|
.term-icon{
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
|
|
Loading…
Reference in a new issue