2022-06-08 02:18:10 +03:00
|
|
|
<nav class="navbar bg-dark navbar-expand-lg navbar-dark sticky-top my-auto main-nav">
|
|
|
|
<div class="container-fluid top-nav">
|
2023-02-02 19:41:38 +03:00
|
|
|
<a class="navbar-brand" href="/"><img src="/Images/tea-logo-1.png" class="top-logo" alt="top-logo"></a>
|
2023-02-08 21:21:01 +03:00
|
|
|
<button class="navbar-toggler" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasRight"
|
2022-09-28 02:33:07 +03:00
|
|
|
aria-controls="offcanvasRight" aria-expanded="false" aria-label="Toggle navigation">
|
2023-02-08 21:21:01 +03:00
|
|
|
<i class="icon-hamburger-icon-square dark-gray"></i>
|
2022-06-08 02:18:10 +03:00
|
|
|
</button>
|
2023-01-24 00:12:11 +03:00
|
|
|
<div class="collapse navbar-collapse flex" id="navbarSupportedContent">
|
2023-01-23 20:25:42 +03:00
|
|
|
<ul class="navbar-nav ms-auto my-auto">
|
2022-06-08 02:18:10 +03:00
|
|
|
{{ range .Site.Menus.main }}
|
|
|
|
<li class="nav-item mt-lg-0 mt-md-0 mt-sm-3 mt-3">
|
|
|
|
<a class="nav-link{{ if $.IsMenuCurrent "main" . }} active" aria-current="page {{ end }}" href="{{ .URL }}">{{ .Name}}</a>
|
|
|
|
</li>
|
|
|
|
{{ end }}
|
2022-12-29 23:40:30 +03:00
|
|
|
<li class="nav-item mt-lg-0 mt-md-0 mt-sm-3 mt-3">
|
2023-02-02 18:10:32 +03:00
|
|
|
<a class="nav-link" aria-current="page" href="https://github.com/teaxyz/cli/stargazers"><i class="icon-github me-2" style="position:relative;top:1.5px;"></i>GitHub (☆<span class="stargazers"></span>)</a>
|
2022-12-29 23:40:30 +03:00
|
|
|
</li>
|
2023-01-23 20:25:42 +03:00
|
|
|
<style>
|
|
|
|
|
2023-02-04 01:52:01 +03:00
|
|
|
.navbar-toggler{
|
2023-02-08 21:21:01 +03:00
|
|
|
border: none;
|
|
|
|
height: 60px;
|
|
|
|
padding: 0px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-toggler i{
|
|
|
|
font-size: 61px;
|
2023-02-04 01:52:01 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-toggler:hover{
|
|
|
|
border: none !important;
|
|
|
|
background-color: #0f0f0f;
|
|
|
|
}
|
|
|
|
|
2023-01-24 00:12:11 +03:00
|
|
|
.hbtn {
|
|
|
|
background-color: #8000ff;
|
|
|
|
position: relative;
|
|
|
|
box-sizing: border-box;
|
2023-02-01 01:07:03 +03:00
|
|
|
height: 60px;
|
2023-01-24 00:12:11 +03:00
|
|
|
display: inline-block;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 8px 20px;
|
|
|
|
width: 300px;
|
|
|
|
text-align: center;
|
2023-02-01 20:01:06 +03:00
|
|
|
border: 1px solid #8000ff;
|
2023-01-24 00:12:11 +03:00
|
|
|
text-decoration: none;
|
2023-01-24 00:35:22 +03:00
|
|
|
color: rgb(225, 225, 225);
|
2023-01-24 00:12:11 +03:00
|
|
|
white-space: nowrap;
|
|
|
|
z-index: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.hbtn i {
|
|
|
|
padding-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.hb-fill-right::before {
|
|
|
|
position: absolute;
|
|
|
|
content: "";
|
|
|
|
background: rgb(91, 0, 184);
|
2023-01-24 00:35:22 +03:00
|
|
|
transition-duration: 0.2s;
|
2023-01-24 00:12:11 +03:00
|
|
|
z-index: -1;
|
|
|
|
inset: 0px auto auto 0px;
|
|
|
|
width: 0px;
|
|
|
|
height: 100%;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.hb-fill-right:hover::before {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.hb-fill-right:hover {
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
background: rgb(91, 0, 184);
|
|
|
|
transition: color 0.3s ease 0s, background 0s ease 0.3s;
|
2023-01-23 20:25:42 +03:00
|
|
|
}
|
|
|
|
|
2023-02-01 20:01:06 +03:00
|
|
|
.hbtn-light {
|
|
|
|
font-family: "pp-neue-machina";
|
|
|
|
background: none !important;
|
|
|
|
position: relative;
|
|
|
|
box-sizing: border-box;
|
|
|
|
height: 60px;
|
|
|
|
display: inline-block;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 8px 20px;
|
|
|
|
width: 300px;
|
|
|
|
text-align: center;
|
|
|
|
border: 1px solid #e1e1e1;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #e1e1e1;
|
|
|
|
white-space: nowrap;
|
|
|
|
z-index: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.hbtn-light i {
|
|
|
|
padding-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.hb-light-fill-right::before {
|
|
|
|
position: absolute;
|
|
|
|
content: "";
|
|
|
|
background: #e1e1e1;
|
|
|
|
transition-duration: 0.2s;
|
|
|
|
z-index: -1;
|
|
|
|
inset: 0px auto auto 0px;
|
|
|
|
width: 0px;
|
|
|
|
height: 100%;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.hb-light-fill-right:hover::before {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.hb-light-fill-right:hover {
|
|
|
|
color: #1a1a1a;
|
|
|
|
background: rgb(91, 0, 184);
|
|
|
|
transition: color 0.3s ease 0s, background 0s ease 0.3s;
|
|
|
|
}
|
|
|
|
|
2023-01-23 20:25:42 +03:00
|
|
|
</style>
|
2023-01-23 19:58:52 +03:00
|
|
|
|
2022-06-08 02:18:10 +03:00
|
|
|
</ul>
|
2023-01-24 00:35:22 +03:00
|
|
|
<a href="https://github.com/teaxyz/cli" class="ms-3">
|
2023-02-02 23:17:21 +03:00
|
|
|
<button class="hbtn hb-fill-right">INSTALL TEA</button>
|
2023-01-24 00:12:11 +03:00
|
|
|
</a>
|
|
|
|
|
|
|
|
|
2022-09-07 22:27:28 +03:00
|
|
|
<!--
|
|
|
|
<a class="btn btn-primary auth-btn mt-lg-0 mt-md-0 mt-sm-4 mt-4" id="nav-cta" href="https://github.com/login/oauth/authorize?client_id=9d1f1a72f1300b6991df&state=teaxyz" role="button"><span id="cta-text">Authenticate with tea</span><span class="badge rounded-pill bg-primary ms-3"><span id="count1">287</span></span><span id="lp-text"></span></a>-->
|
2022-06-08 02:18:10 +03:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</nav>
|