forked from diego/stack-wallet-website
Add coins html
This commit is contained in:
parent
79c3141442
commit
39294d29a2
@ -1,36 +1,78 @@
|
||||
<header>
|
||||
<div class="container">
|
||||
<nav class="row" role='navigation'>
|
||||
<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">
|
||||
<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>
|
||||
<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>
|
||||
<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"><a href="{{ site.baseurl }}#features">Features</a></li>
|
||||
<li class="nav-item link"><a href="{{ site.baseurl }}#support">Support</a></li>
|
||||
<li class="nav-item link"><a href="{{ site.baseurl }}/donate.html">Donate</a></li>
|
||||
<li class="nav-item link">
|
||||
<a href="{{ site.baseurl }}#features">Features</a>
|
||||
</li>
|
||||
<li class="nav-item link">
|
||||
<a href="{{ site.baseurl }}#coins">Coins</a>
|
||||
</li>
|
||||
<li class="nav-item link">
|
||||
<a href="{{ site.baseurl }}#support">Support</a>
|
||||
</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">
|
||||
<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">
|
||||
<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">
|
||||
<input class="burger-checkdropdown" id="list4" type="checkbox" tabindex="0">
|
||||
<label for="list4">Download</label>
|
||||
|
58
bitcoin.html
Normal file
58
bitcoin.html
Normal file
@ -0,0 +1,58 @@
|
||||
---
|
||||
layout: base
|
||||
title: titles.bitcoin
|
||||
permalink: /bitcoin.html
|
||||
---
|
||||
|
||||
<section id="intro" class="page-intro section">
|
||||
<div class="container">
|
||||
<div class="intro-coin row">
|
||||
<div class="intro-info col">
|
||||
<h1>A human-centered wallet for Bitcoin</h1>
|
||||
<p>
|
||||
Stack Wallet supports Bitcoin (BTC) as well as many other
|
||||
cryptocurrencies <a href="/coins.html">(full list here)</a> Use Stack
|
||||
Wallet to send, receive, exchange, and store Bitcoin, with the added
|
||||
confidence that every key generated for Bitcoin 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 class="coin-screen col">
|
||||
<img class="intro-img-coin" src="/img/coin-btc-screen.svg" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="coin-info">Bitcoin</section>
|
59
bitcoincash.html
Normal file
59
bitcoincash.html
Normal file
@ -0,0 +1,59 @@
|
||||
---
|
||||
layout: base
|
||||
title: titles.bitcoincash
|
||||
permalink: /bitcoincash.html
|
||||
---
|
||||
|
||||
<section id="intro" class="page-intro section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="intro-info col">
|
||||
<h1>A human-centered wallet for Bitcoin cash</h1>
|
||||
<p>
|
||||
Stack Wallet supports Bitcoin cash (BCH) as well as many other
|
||||
cryptocurrencies <a href="/coins.html">(full list here)</a> Use Stack
|
||||
Wallet to send, receive, exchange, and store Bitcoin cash, with the
|
||||
added confidence that every key generated for Bitcoin cash 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 class="coin-screen col">
|
||||
<img class="intro-img-coin" src="/img/coin-btc-screen.svg" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="coin-info">Bitcoin cash</section>
|
9
coin/particl.html
Normal file
9
coin/particl.html
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: coin
|
||||
title: titles.particl
|
||||
permalink: /particl.html
|
||||
coin: Particl
|
||||
ticker: PART
|
||||
---
|
||||
|
||||
Particl
|
722
css/style.css
722
css/style.css
File diff suppressed because it is too large
Load Diff
58
dogecoin.html
Normal file
58
dogecoin.html
Normal file
@ -0,0 +1,58 @@
|
||||
---
|
||||
layout: base
|
||||
title: titles.dogecoin
|
||||
permalink: /dogecoin.html
|
||||
---
|
||||
|
||||
<section id="intro" class="page-intro section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="intro-info col">
|
||||
<h1>A human-centered wallet for Dogecoin</h1>
|
||||
<p>
|
||||
Stack Wallet supports Dogecoin (DOGE) as well as many other
|
||||
cryptocurrencies <a href="/coins.html">(full list here)</a> Use Stack
|
||||
Wallet to send, receive, exchange, and store Dogecoin, with the added
|
||||
confidence that every key generated for Dogecoin 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 class="coin-screen col">
|
||||
<img class="intro-img-coin" src="/img/coin-btc-screen.svg" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="coin-info">Dogecoin</section>
|
58
epiccash.html
Normal file
58
epiccash.html
Normal file
@ -0,0 +1,58 @@
|
||||
---
|
||||
layout: base
|
||||
title: titles.epiccash
|
||||
permalink: /epiccash.html
|
||||
---
|
||||
|
||||
<section id="intro" class="page-intro section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="intro-info col">
|
||||
<h1>A human-centered wallet for Epic cash</h1>
|
||||
<p>
|
||||
Stack Wallet supports Epic cash (EPIC) as well as many other
|
||||
cryptocurrencies <a href="/coins.html">(full list here)</a> Use Stack
|
||||
Wallet to send, receive, exchange, and store Epic cash, with the added
|
||||
confidence that every key generated for Epic cash 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 class="coin-screen col">
|
||||
<img class="intro-img-coin" src="/img/coin-btc-screen.svg" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="coin-info">Epic cash</section>
|
58
firo.html
Normal file
58
firo.html
Normal file
@ -0,0 +1,58 @@
|
||||
---
|
||||
layout: base
|
||||
title: titles.firo
|
||||
permalink: /firo.html
|
||||
---
|
||||
|
||||
<section id="intro" class="page-intro section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="intro-info col">
|
||||
<h1>A human-centered wallet for Firo</h1>
|
||||
<p>
|
||||
Stack Wallet supports Firo (FIRO) as well as many other
|
||||
cryptocurrencies <a href="/coins.html">(full list here)</a> Use Stack
|
||||
Wallet to send, receive, exchange, and store Firo, with the added
|
||||
confidence that every key generated for Firo 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 class="coin-screen col">
|
||||
<img class="intro-img-coin" src="/img/coin-btc-screen.svg" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="coin-info">Firo</section>
|
232
img/coin-btc-screen.svg
Normal file
232
img/coin-btc-screen.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 8.0 MiB |
44
index.html
44
index.html
@ -218,46 +218,46 @@ permalink: /index.html
|
||||
<section id="coins" class="section">
|
||||
<div class="container">
|
||||
<div class="coins row">
|
||||
<div class="coin_item">
|
||||
<a class="coin_item" href="bitcoin.html">
|
||||
<img class="coin_icon" src="/img/coin-logos/bitcoin.svg" />
|
||||
<p class="coin_name">Bitcoin (BTC)</p>
|
||||
</div>
|
||||
<div class="coin_item">
|
||||
</a>
|
||||
<a class="coin_item" href="bitcoincash.html">
|
||||
<img class="coin_icon" src="/img/coin-logos/bitcoin-cash.svg" />
|
||||
<p class="coin_name">Bitcoin cash (BTH)</p>
|
||||
</div>
|
||||
<div class="coin_item">
|
||||
<p class="coin_name">Bitcoin cash (BCH)</p>
|
||||
</a>
|
||||
<a class="coin_item" href="litecoin.html">
|
||||
<img class="coin_icon" src="/img/coin-logos/litecoin.svg" />
|
||||
<p class="coin_name">Litecoin (LTC)</p>
|
||||
</div>
|
||||
<div class="coin_item">
|
||||
<p class="coin_name" href=".html">Litecoin (LTC)</p>
|
||||
</a>
|
||||
<a class="coin_item" href="dogecoin.html">
|
||||
<img class="coin_icon" src="/img/coin-logos/doge.svg" />
|
||||
<p class="coin_name">Dogecoin (DOGE)</p>
|
||||
</div>
|
||||
<div class="coin_item">
|
||||
</a>
|
||||
<a class="coin_item" href="monero.html">
|
||||
<img class="coin_icon" src="/img/coin-logos/monero.svg" />
|
||||
<p class="coin_name">Monero (XMR)</p>
|
||||
</div>
|
||||
<div class="coin_item">
|
||||
</a>
|
||||
<a class="coin_item" href="epiccash.html">
|
||||
<img class="coin_icon" src="/img/coin-logos/epic.svg" />
|
||||
<p class="coin_name">Epic Cash (EPIC)</p>
|
||||
</div>
|
||||
<div class="coin_item">
|
||||
</a>
|
||||
<a class="coin_item" href="firo.html">
|
||||
<img class="coin_icon" src="/img/coin-logos/firo.svg" />
|
||||
<p class="coin_name">Firo (FIRO)</p>
|
||||
</div>
|
||||
<div class="coin_item">
|
||||
</a>
|
||||
<a class="coin_item" href="wownero.html">
|
||||
<img class="coin_icon" src="/img/coin-logos/wownero.svg" />
|
||||
<p class="coin_name">Wownero (WOW)</p>
|
||||
</div>
|
||||
<div class="coin_item">
|
||||
</a>
|
||||
<a class="coin_item" href="namecoin.html">
|
||||
<img class="coin_icon" src="/img/coin-logos/namecoin.svg" />
|
||||
<p class="coin_name">Namecoin (NMC)</p>
|
||||
</div>
|
||||
<div class="coin_item">
|
||||
</a>
|
||||
<a class="coin_item" href="particl.html">
|
||||
<img class="coin_icon" src="/img/coin-logos/particl.svg" />
|
||||
<p class="coin_name">Particl (PART)</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
58
litecoin.html
Normal file
58
litecoin.html
Normal file
@ -0,0 +1,58 @@
|
||||
---
|
||||
layout: base
|
||||
title: titles.litecoin
|
||||
permalink: /litecoin.html
|
||||
---
|
||||
|
||||
<section id="intro" class="page-intro section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="intro-info col">
|
||||
<h1>A human-centered wallet for Litecoin</h1>
|
||||
<p>
|
||||
Stack Wallet supports Litecoin (LTC) as well as many other
|
||||
cryptocurrencies <a href="/coins.html">(full list here)</a> Use Stack
|
||||
Wallet to send, receive, exchange, and store Litecoin, with the added
|
||||
confidence that every key generated for Litecoin 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 class="coin-screen col">
|
||||
<img class="intro-img-coin" src="/img/coin-btc-screen.svg" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="coin-info">Litecoin</section>
|
58
monero.html
Normal file
58
monero.html
Normal file
@ -0,0 +1,58 @@
|
||||
---
|
||||
layout: base
|
||||
title: titles.monero
|
||||
permalink: /monero.html
|
||||
---
|
||||
|
||||
<section id="intro" class="page-intro section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="intro-info col">
|
||||
<h1>A human-centered wallet for Monero</h1>
|
||||
<p>
|
||||
Stack Wallet supports Monero (XMR) as well as many other
|
||||
cryptocurrencies <a href="/coins.html">(full list here)</a> Use Stack
|
||||
Wallet to send, receive, exchange, and store Monero, with the added
|
||||
confidence that every key generated for Monero 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 class="coin-screen col">
|
||||
<img class="intro-img-coin" src="/img/coin-btc-screen.svg" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="coin-info">Monero</section>
|
58
namecoin.html
Normal file
58
namecoin.html
Normal file
@ -0,0 +1,58 @@
|
||||
---
|
||||
layout: base
|
||||
title: titles.namecoin
|
||||
permalink: /namecoin.html
|
||||
---
|
||||
|
||||
<section id="intro" class="page-intro section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="intro-info col">
|
||||
<h1>A human-centered wallet for Namecoin</h1>
|
||||
<p>
|
||||
Stack Wallet supports Namecoin (NMC) as well as many other
|
||||
cryptocurrencies <a href="/coins.html">(full list here)</a> Use Stack
|
||||
Wallet to send, receive, exchange, and store Namecoin, with the added
|
||||
confidence that every key generated for Namecoin 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 class="coin-screen col">
|
||||
<img class="intro-img-coin" src="/img/coin-btc-screen.svg" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="coin-info">Namecoin</section>
|
58
particl.html
Normal file
58
particl.html
Normal file
@ -0,0 +1,58 @@
|
||||
---
|
||||
layout: base
|
||||
title: titles.particl
|
||||
permalink: /particl.html
|
||||
---
|
||||
|
||||
<section id="intro" class="page-intro section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="intro-info col">
|
||||
<h1>A human-centered wallet for Particl</h1>
|
||||
<p>
|
||||
Stack Wallet supports Particl (PART) as well as many other
|
||||
cryptocurrencies <a href="/coins.html">(full list here)</a> Use Stack
|
||||
Wallet to send, receive, exchange, and store Particl, with the added
|
||||
confidence that every key generated for Particl 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 class="coin-screen col">
|
||||
<img class="intro-img-coin" src="/img/coin-btc-screen.svg" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="coin-info">Particl</section>
|
58
wownero.html
Normal file
58
wownero.html
Normal file
@ -0,0 +1,58 @@
|
||||
---
|
||||
layout: base
|
||||
title: titles.wownero
|
||||
permalink: /wownero.html
|
||||
---
|
||||
|
||||
<section id="intro" class="page-intro section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="intro-info col">
|
||||
<h1>A human-centered wallet for Wownero</h1>
|
||||
<p>
|
||||
Stack Wallet supports Wownero (WOW) as well as many other
|
||||
cryptocurrencies <a href="/coins.html">(full list here)</a> Use Stack
|
||||
Wallet to send, receive, exchange, and store Wownero, with the added
|
||||
confidence that every key generated for Wownero 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 class="coin-screen col">
|
||||
<img class="intro-img-coin" src="/img/coin-btc-screen.svg" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="coin-info">Wownero</section>
|
Loading…
Reference in New Issue
Block a user