2022-08-13 23:14:12 +00:00
|
|
|
<header>
|
2023-01-30 18:35:39 +00:00
|
|
|
<div class="container">
|
|
|
|
<nav class="row" role="navigation">
|
|
|
|
<div class="logo col">
|
|
|
|
<a href="{{ site.baseurl }}/index.html" aria-label="Stack Wallet">
|
|
|
|
<img src="/img/stack-logo-full.svg" alt="Stack Wallet logo" />
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<ul class="main-menu col">
|
|
|
|
<li class="nav-item nav-btn">
|
|
|
|
<a href="#">Download</a>
|
|
|
|
<ul class="dropdown" aria-label="submenu">
|
|
|
|
<li>
|
|
|
|
<a
|
|
|
|
class="sub-nav-item"
|
|
|
|
href="https://apps.apple.com/us/app/stack-wallet-by-cypher-stack/id1634811534"
|
|
|
|
target="_blank"
|
|
|
|
><span class="downicon"></span><span>Apple Store</span></a
|
|
|
|
>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a
|
|
|
|
class="sub-nav-item"
|
|
|
|
href="https://play.google.com/store/apps/details?id=com.cypherstack.stackwallet"
|
|
|
|
target="_blank"
|
|
|
|
><span class="downicon"></span><span>Google Play</span></a
|
|
|
|
>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a
|
|
|
|
class="sub-nav-item"
|
|
|
|
href="https://github.com/cypherstack/stack_wallet/releases/latest"
|
|
|
|
target="_blank"
|
|
|
|
><span class="downicon"></span><span>Android APK</span></a
|
|
|
|
>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item link">
|
2023-02-03 09:44:59 +00:00
|
|
|
<a href="{{ site.baseurl }}/index.html#features">Features</a>
|
2023-01-30 18:35:39 +00:00
|
|
|
</li>
|
|
|
|
<li class="nav-item link">
|
2023-02-03 09:44:59 +00:00
|
|
|
<a href="{{ site.baseurl }}/index.html#coins">Coins</a>
|
2023-01-30 18:35:39 +00:00
|
|
|
</li>
|
|
|
|
<li class="nav-item link">
|
2023-02-03 09:44:59 +00:00
|
|
|
<a href="{{ site.baseurl }}/index.html#support">Support</a>
|
2023-01-30 18:35:39 +00:00
|
|
|
</li>
|
|
|
|
<li class="nav-item link">
|
|
|
|
<a href="{{ site.baseurl }}/donate.html">Donate</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
<nav role="navigation" class="mobile-menu row">
|
|
|
|
<a
|
|
|
|
class="logo-mobile col"
|
|
|
|
href="{{ site.baseurl }}/index.html"
|
|
|
|
aria-label="Stack Wallet"
|
|
|
|
><img src="/img/stack-logo-full.svg" alt="Stack Wallet logo"
|
|
|
|
/></a>
|
|
|
|
<input class="burger-check" id="mobile-burger" type="checkbox" />
|
|
|
|
<label for="mobile-burger" class="hamburger hamburger--spring">
|
|
|
|
<span class="hamburger-box">
|
|
|
|
<span class="hamburger-inner"></span>
|
|
|
|
</span>
|
|
|
|
</label>
|
|
|
|
<ul class="slide-nav">
|
|
|
|
<li class="mob-item">
|
|
|
|
<a href="{{ site.baseurl }}#features">Features</a>
|
|
|
|
</li>
|
|
|
|
<li class="mob-item">
|
|
|
|
<a href="{{ site.baseurl }}#support">Support</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item link">
|
|
|
|
<a href="{{ site.baseurl }}/donate.html">Donate</a>
|
|
|
|
</li>
|
|
|
|
<!--li class="mob-item">
|
2022-08-13 23:14:12 +00:00
|
|
|
<input class="burger-checkdropdown" id="list4" type="checkbox" tabindex="0">
|
|
|
|
<label for="list4">Download</label>
|
|
|
|
<ul class="dropdown-content">
|
|
|
|
<li><a href="#">Apple Store</a></li>
|
|
|
|
<li><a href="#">Google Play</a></li>
|
|
|
|
<li><a href="#">Android APK</a></li>
|
|
|
|
</ul>
|
|
|
|
</li-->
|
2023-01-30 18:35:39 +00:00
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
</header>
|