stack-wallet-website/_layouts/coin.html

22 lines
1.4 KiB
HTML
Raw Normal View History

---
layout: base
title: page.title
---
<section class="page-intro section">
<div class="row">
<div class="col">
<h1>A human-centered wallet for {{page.coin}}</h1>
<p>Stack Wallet supports {{page.coin}} ({{page.ticker}}) as well as many other cryptocurrencies <a href="/coins.html">(full list here)</a> Use Stack Wallet to send, receive, exchange, and store {{page.coin}}, with the added confidence that every key generated for {{page.coin}} stays on your device, and you retain complete control. Download Stack Wallet below!</p>
<div class="row download-btn">
<a href="https://apps.apple.com/us/app/stack-wallet-by-cypher-stack/id1634811534"><svg class="download-badge download-ios" role="img" alt="" aria-label="" rel="noopener"></svg></a>
<a href="https://play.google.com/store/apps/details?id=com.cypherstack.stackwallet"><svg class="download-badge download-playstore" role="img" alt="" aria-label="" rel="noopener"></svg></a>
<a href="https://github.com/cypherstack/stack_wallet/releases/latest"><svg class="download-badge download-android" role="img" alt="" aria-label="" rel="noopener"></svg></a>
</div>
</div>
</div>
</section>
<section class="coin-info">
{{content}}
</section>