Coin templates #6

Open
alexvasl wants to merge 5 commits from alexvasl/stack-wallet-website:supported-coins into master
28 changed files with 3309 additions and 1397 deletions

11
Gemfile Normal file
View File

@ -0,0 +1,11 @@
# frozen_string_literal: true
source "https://rubygems.org"
# gem "rails"
gem "webrick", "~> 1.8"
gem "kramdown-parser-gfm"
gem "jekyll-watch"

30
Gemfile.lock Normal file
View File

@ -0,0 +1,30 @@
GEM
remote: https://rubygems.org/
specs:
ffi (1.15.5)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
webrick (1.8.1)
PLATFORMS
ruby
x86_64-linux
DEPENDENCIES
jekyll-watch
kramdown-parser-gfm
webrick (~> 1.8)
BUNDLED WITH
2.3.24

View File

@ -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 }}/index.html#features">Features</a>
</li>
<li class="nav-item link">
<a href="{{ site.baseurl }}/index.html#coins">Coins</a>
</li>
<li class="nav-item link">
<a href="{{ site.baseurl }}/index.html#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>
@ -43,4 +85,4 @@
</ul>
</nav>
</div>
</header>
</header>

134
bitcoin.html Normal file
View File

@ -0,0 +1,134 @@
---
layout: base
title: titles.bitcoin
permalink: /bitcoin.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</h1>
<p>
Stack Wallet supports Bitcoin (BTC) as well as many other
cryptocurrencies <a href="/index.html#coins">(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="intro-img-coin col">
<img src="/img/coin-btc.png" />
</div>
</div>
</div>
</section>
<section id="about" class="section">
<div class="container" id="art">
<div class="article">
<div class="art">
<div class="part color_red">
<h3>What is <span>bitcoin</span></h3>
<p>
Bitcoin was the first decentralized digital currency based on
blockchain technology. It was created in 2008 by an anonymous
programmer known as Satoshi Nakamoto, who released the white paper
in a cryptography mailing list and later open sourced the software
that implements the protocol.
</p>
</div>
<div class="part color_blue">
<h3>
How does Bitcoin work &
<span>where can I get a bitcoin wallet</span>?
</h3>
<p>
Bitcoin software runs on a number of distributed devices ranging
from smartphones as mobile wallets, PCs as desktop wallets, to ASICs
for mining. Transactions are relayed between nodes in a peer-to-peer
fashion. In a few seconds a given block will be propagated to all
other nodes on the network. While insuring that all nodes reach
consensus on which are the valid blocks. The process of supplying
new bitcoin to the system is done via the process of mining. The
mining software runs on specialized hardware and it tries to compute
the hash of assembled transactions and a number called the nonce.
The software targets a difficulty index automatically adjusted by
the network. The first miner to find the correct nonce wins the
mining reward and can relay the mined block to other peers on the
network.
</p>
</div>
</div>
<div class="art">
<div class="part color_yellow">
<h3>What are <span>the features of Bitcoin</span>?</h3>
<p>
<span>Store of Value</span> <br />
Bitcoin, unlike other cryptocurrencies is considered as a store of
value and could arguably become the next global reserve currency.
</p>
<p>
<span>Gateway to the Digital Currency World</span> <br />
Bitcoin is considered as the gateway to the cryptocurrency world,
based on its status as the first successful digital currency
experiment.
</p>
<p>
<span>Bitcoin Script Language</span> <br />
An assembly like language used to build complex types of
transactions and advanced contracts to an extent. Complex
transactions like Multi-Sig are possible because of advanced Bitcoin
scripting.
</p>
</div>
<div class="part color_blue">
<h3>Some key <span>terms</span></h3>
<p>
<span>Soft work</span> <br />
Change to the Bitcoin protocol that makes old blocks invalid which
were valid in the past. Bitcoin Segwit transactions feature was
implemented as a soft fork to the network.
</p>
<p>
<span>Hard work</span> <br />
Change to the Bitcoin protocol that makes previously invalid blocks
or transactions valid. The BerkeleyDB bug activated an accidental
hard fork to the Bitcoin network in 2013.
</p>
</div>
</div>
</div>
</div>
</section>

99
bitcoincash.html Normal file
View File

@ -0,0 +1,99 @@
---
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="/index.html#coins">(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="intro-img-coin col">
<img src="/img/.png" />
</div>
</div>
</div>
</section>
<section id="about" class="section">
<div class="container" id="art">
<div class="article">
<div class="art">
<div class="part color_red">
<h3>Text <span>Red</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
<div class="part color_blue">
<h3>
Text
<span>Blue</span>?
</h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
</div>
<div class="art">
<div class="part color_yellow">
<h3>Text <span>Yellow</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
<div class="part color_blue">
<h3>Text <span>Blue</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
</div>
</div>
</div>
</section>

9
coin/particl.html Normal file
View File

@ -0,0 +1,9 @@
---
layout: coin
title: titles.particl
permalink: /particl.html
coin: Particl
ticker: PART
---
Particl

File diff suppressed because it is too large Load Diff

98
dogecoin.html Normal file
View File

@ -0,0 +1,98 @@
---
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="/index.html#coins">(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="intro-img-coin col">
<img src="/img/coin-dogecoin.png" />
</div>
</div>
</div>
</section>
<section id="about" class="section">
<div class="container" id="art">
<div class="article">
<div class="art">
<div class="part color_red">
<h3>Text <span>Red</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
<div class="part color_blue">
<h3>
Text
<span>Blue</span>?
</h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
</div>
<div class="art">
<div class="part color_yellow">
<h3>Text <span>Yellow</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
<div class="part color_blue">
<h3>Text <span>Blue</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
</div>
</div>
</div>
</section>

98
epiccash.html Normal file
View File

@ -0,0 +1,98 @@
---
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="/index.html#coins">(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="intro-img-coin col">
<img src="/img/coin-epiccash.png" />
</div>
</div>
</div>
</section>
<section id="about" class="section">
<div class="container" id="art">
<div class="article">
<div class="art">
<div class="part color_red">
<h3>Text <span>Red</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
<div class="part color_blue">
<h3>
Text
<span>Blue</span>?
</h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
</div>
<div class="art">
<div class="part color_yellow">
<h3>Text <span>Yellow</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
<div class="part color_blue">
<h3>Text <span>Blue</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
</div>
</div>
</div>
</section>

98
firo.html Normal file
View File

@ -0,0 +1,98 @@
---
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="/index.html#coins">(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="intro-img-coin col">
<img src="/img/coin-firo.png" />
</div>
</div>
</div>
</section>
<section id="about" class="section">
<div class="container" id="art">
<div class="article">
<div class="art">
<div class="part color_red">
<h3>Text <span>Red</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
<div class="part color_blue">
<h3>
Text
<span>Blue</span>?
</h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
</div>
<div class="art">
<div class="part color_yellow">
<h3>Text <span>Yellow</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
<div class="part color_blue">
<h3>Text <span>Blue</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
</div>
</div>
</div>
</section>

50
img/coin-btc-screen.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.4 MiB

50
img/coin-btc-wallet.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.4 MiB

BIN
img/coin-btc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

50
img/coin-btc.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.3 MiB

BIN
img/coin-dogecoin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

BIN
img/coin-epiccash.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

BIN
img/coin-firo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

BIN
img/coin-litecoin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

View File

@ -0,0 +1 @@
<svg id="Particl_-_logo_white_text" data-name="Particl - logo white text" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 228.62 228.33"><title>particl-part-logo</title><path d="M227.64,47.53a57.36,57.36,0,0,0-20.55-34.84A56.67,56.67,0,0,0,171.31,0Q113.76,0,56.16,0c-20,.23-39,11.82-48.7,29.24C2,38.62,0,49.13,0,59.85q0,52.43,0,104.88c-.07,8.13.29,15.94,2.83,23.74A58,58,0,0,0,42,226.26c-5.51-4.39-7.95-10.5-9.74-17.11-3.71-14.5-4-29.56-3.4-44.42-.06-35,0-69.93,0-104.88.05-6,.5-11.67,3.58-17a27.31,27.31,0,0,1,23.79-14q54.71,0,109.45,0c5.51,0,10.52-.4,15.78,1.59A27.2,27.2,0,0,1,199,50.14c1.08,5.29.79,11.16.81,16.55v102.6c0,5-.56,10-2.73,14.57-4.47,9.35-14.14,15.84-24.61,15.65-28.87,0-57.77,0-86.63,0-.06-9.41,0-18.82,0-28.24q35.36,0,70.69,0c5.07.28,10.91-2.29,13.24-7a15.68,15.68,0,0,0,1.6-7.58q0-42.78,0-85.53a13.21,13.21,0,0,0-7-12.5c-3.9-2.26-8.07-1.68-12.42-1.76-27,.07-54,0-80.94.05A13.87,13.87,0,0,0,57.08,71.24c-.11,41,0,82.15,0,123.14.21,8.14-.05,15.85,4.67,22.9,3.58,5.82,9.63,8.78,16.14,10.07,7.7,1.24,15.06.94,22.79,1q35.36,0,70.68,0A57.17,57.17,0,0,0,204.07,218c10.32-7.61,18.32-18.09,22-30.45,2.54-8.36,2.5-16.48,2.54-25.11q0-49,0-98A114.68,114.68,0,0,0,227.64,47.53Zm-85.28,95H85.83V85.77h56.53Z" style="fill:#45d492"/></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
img/coin-monero.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

BIN
img/coin-namecoin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
img/coin-wownero.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

View File

@ -3,118 +3,208 @@ layout: base
title: titles.home
permalink: /index.html
---
<section id="intro">
<section id="intro">
<div class="container">
<div class="row">
<div class="intro-info col">
<h1>Stack Wallet</h1>
<p>The first open-source, non-custodial, privacy-preserving cryptocurrency wallet for all crypto fans</p>
<p>
The first open-source, non-custodial, privacy-preserving
cryptocurrency wallet for all crypto fans
</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>
<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="intro-img col">
<img src="/img/hero image.png"/>
<img src="/img/hero image.png" />
</div>
</div>
</div>
</section>
</section>
<section id="features" class="section">
<section id="features" class="section">
<div class="container" id="intro-info">
<div class="row open">
<div class="col col-img">
<img src="/img/open-source-img.svg" alt="Blockchain illustration"/>
<img src="/img/open-source-img.svg" alt="Blockchain illustration" />
</div>
<div class="col col-info">
<h3>Stack Wallet is <span>open-source</span></h3>
<p>The best and most secure applications are made together. Reap the benefits of security, power, and stability that only a fully open-source codebase can offer. Not partially open. Not mostly open. <span>Completely open.</span></p>
<p>
The best and most secure applications are made together. Reap the
benefits of security, power, and stability that only a fully
open-source codebase can offer. Not partially open. Not mostly open.
<span>Completely open.</span>
</p>
</div>
</div>
<div class="row noncust">
<div class="col col-info">
<h3>Stack Wallet is <span>non-custodial</span></h3>
<p>Stack Wallet keeps all private keys in your hands. That means, we never touch your money. We just make the "piggybank", and <span>you control all of the money inside it.</span></p>
<p>
Stack Wallet keeps all private keys in your hands. That means, we
never touch your money. We just make the "piggybank", and
<span>you control all of the money inside it.</span>
</p>
</div>
<div class="col col-img">
<img src="/img/non-custodial-img.svg" alt="Blockchain illustration"/>
<img src="/img/non-custodial-img.svg" alt="Blockchain illustration" />
</div>
</div>
<div class="row privacy">
<div class="col col-img">
<img src="/img/privacy-img.svg" alt="Blockchain illustration"/>
<img src="/img/privacy-img.svg" alt="Blockchain illustration" />
</div>
<div class="col col-info">
<h3>Stack Wallet is <span>privacy-preserving</span></h3>
<p>All privacy technologies implemented in the cryptocurrencies we support are turned on by default. Keep your funds safe from prying eyes.</p>
<p>
All privacy technologies implemented in the cryptocurrencies we
support are turned on by default. Keep your funds safe from prying
eyes.
</p>
</div>
</div>
</div>
</section>
</section>
<section id="feature" class="section features2">
<section id="feature" class="section features2">
<div class="container">
<div class="row between-xs feature-cards">
<div class="card col">
<img class="feature-icon" src="/img/features/easy-transactions-icon.svg">
<img
class="feature-icon"
src="/img/features/easy-transactions-icon.svg"
/>
<h3>Multicurrency support</h3>
<p>Send, receive, and store Monero, Bitcoin, Bitcoin Cash, Firo, Epic Cash, Namecoin, Wownero, Litecoin, and Dogecoin.</p>
<p>
Send, receive, and store Monero, Bitcoin, Bitcoin Cash, Firo, Epic
Cash, Namecoin, Wownero, Litecoin, and Dogecoin.
</p>
</div>
<div class="card col">
<img class="feature-icon" src="/img/features/exchange-icon.svg">
<img class="feature-icon" src="/img/features/exchange-icon.svg" />
<h3>Built-in exchange</h3>
<p>Weve partnered with some of the best in the ecosystem to exchange your crypto in a quick, secure, and easy manner. Even for cryptos not on
Stack Wallet!</p>
<p>
Weve partnered with some of the best in the ecosystem to exchange
your crypto in a quick, secure, and easy manner. Even for cryptos not
on Stack Wallet!
</p>
</div>
<div class="card col">
<img class="feature-icon" src="/img/features/backup-icon.svg">
<img class="feature-icon" src="/img/features/backup-icon.svg" />
<h3>Custom backup</h3>
<p>Back up your Stack Wallet data to easily restore it or transfer between devices (protected by a custom-designed secure technology).</p>
<p>
Back up your Stack Wallet data to easily restore it or transfer
between devices (protected by a custom-designed secure technology).
</p>
</div>
<div class="card col">
<img class="feature-icon" src="/img/features/address-book-icon.svg">
<img class="feature-icon" src="/img/features/address-book-icon.svg" />
<h3>Multiwallet address book</h3>
<p>Create multiple cryptocurrency addresses for your contacts and easily access them for a quick and painless transaction.</p>
<p>
Create multiple cryptocurrency addresses for your contacts and easily
access them for a quick and painless transaction.
</p>
</div>
<div class="card col">
<img class="feature-icon" src="/img/features/favorite-wallets-cion.svg">
<img
class="feature-icon"
src="/img/features/favorite-wallets-cion.svg"
/>
<h3>Favorite wallets</h3>
<p>With many wallets in one Stack, you surely will have some that you use most. Give them the attention they deserve with our Favorites feature (toggle it on or off).</p>
<p>
With many wallets in one Stack, you surely will have some that you use
most. Give them the attention they deserve with our Favorites feature
(toggle it on or off).
</p>
</div>
<div class="card col">
<img class="feature-icon" src="/img/features/user-friendly-icon.svg">
<img class="feature-icon" src="/img/features/user-friendly-icon.svg" />
<h3>User-friendly</h3>
<p>The days of cryptocurrency and open source being difficult to use are a thing of the past. Use crypto like a pro with our meticulously designed interface that makes everything simple.</p>
<p>
The days of cryptocurrency and open source being difficult to use are
a thing of the past. Use crypto like a pro with our meticulously
designed interface that makes everything simple.
</p>
</div>
<div class="card-long col">
<img class="feature-icon" src="/img/features/more-icon.svg">
<img class="feature-icon" src="/img/features/more-icon.svg" />
<h3>and more...</h3>
<div class="row">
<div class="col">
<p>Auto connect to our nodes for a seamless experience, or choose your own!</p>
<p>
Auto connect to our nodes for a seamless experience, or choose
your own!
</p>
</div>
<div class="col">
<p>Smart sync: Sync to the blockchain when is convenient for you. Minimize wait times before using your coins.</p>
<p>
Smart sync: Sync to the blockchain when is convenient for you.
Minimize wait times before using your coins.
</p>
</div>
<div class="col">
<p>Custom made backup capabilities mean you can safely and securely restore ALL of yours wallets in two easy steps.</p>
<p>
Custom made backup capabilities mean you can safely and securely
restore ALL of yours wallets in two easy steps.
</p>
</div>
<div class="col">
<p>Save multiple cryptocurrency addresses under one contact and assign an emoji</p>
<p>
Save multiple cryptocurrency addresses under one contact and
assign an emoji
</p>
</div>
<div class="col">
<p>Testnet support: Most coins we support come with their testnet alternatives also. Simply enter advanced mode.</p>
<p>
Testnet support: Most coins we support come with their testnet
alternatives also. Simply enter advanced mode.
</p>
</div>
<div class="col">
<p>SegWit support: Bitcoin uses SegWit technology automatically, saving you on fees.</p>
<p>
SegWit support: Bitcoin uses SegWit technology automatically,
saving you on fees.
</p>
</div>
<div class="col">
<p>Post Technology: Mimblewimble coins utilize Post technology, turning the painful sending and receiving process into a simple, one-and-done affair.</p>
<p>
Post Technology: Mimblewimble coins utilize Post technology,
turning the painful sending and receiving process into a simple,
one-and-done affair.
</p>
</div>
<div class="col">
<p>and many more to come!</p>
@ -123,67 +213,207 @@ permalink: /index.html
</div>
</div>
</div>
</section>
</section>
<section id="support" class="section">
<section id="coins" class="section">
<div class="container">
<div class="coins row">
<a class="coin_item" href="bitcoin.html">
<img class="coin_icon" src="/img/coin-logos/bitcoin.svg" />
<p class="coin_name">Bitcoin (BTC)</p>
</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 (BCH)</p>
</a>
<a class="coin_item" href="litecoin.html">
<img class="coin_icon" src="/img/coin-logos/litecoin.svg" />
<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>
</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>
</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>
</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>
</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>
</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>
</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>
</a>
</div>
</div>
</section>
<section id="support" class="section">
<div class="container">
<div class="row">
<div class="col accordion">
<label class="accordion__item">
<input type="checkbox" name="accordion">
<div class="accordion__title">What is a recovery key/phrase/seed?</div>
<div class="accordion__content">These terms, used interchangeably here and in most places, all refer to the string of words provided to you when you first set up a new crypto wallet. This is how you recover and restore your wallet in case of loss or catastrophe. WRITE IT DOWN!</div>
<input type="checkbox" name="accordion" />
<div class="accordion__title">
What is a recovery key/phrase/seed?
</div>
<div class="accordion__content">
These terms, used interchangeably here and in most places, all refer
to the string of words provided to you when you first set up a new
crypto wallet. This is how you recover and restore your wallet in
case of loss or catastrophe. WRITE IT DOWN!
</div>
</label>
<label class="accordion__item">
<input type="checkbox" name="accordion">
<input type="checkbox" name="accordion" />
<div class="accordion__title">How does Stack Wallet make money?</div>
<div class="accordion__content">Stack Wallet charges a tiny fee alongside our third-party exchange providers to utilize the built-in exchange. But for standard sending and receiving of any cryptocurrency, all fees go to the blockchain miners. We do NOT make money by selling user data (not like we collect much anyways, see our Privacy Policy), nor by utilizing ads.</div>
<div class="accordion__content">
Stack Wallet charges a tiny fee alongside our third-party exchange
providers to utilize the built-in exchange. But for standard sending
and receiving of any cryptocurrency, all fees go to the blockchain
miners. We do NOT make money by selling user data (not like we
collect much anyways, see our Privacy Policy), nor by utilizing ads.
</div>
</label>
<label class="accordion__item">
<input type="checkbox" name="accordion">
<div class="accordion__title">How does the exchange process work?</div>
<div class="accordion__content">Stack Wallet partners with third-party exchange providers to do any and all exchanges. We do not do any exchanges ourselves. These third-parties are built in to our app for a seamless experience, however. Just go through the exchange flow, and you will be sending your funds to the third-party exchange, who will then send back the coin you are exchanging too. Its that easy! For more, please see our article that breaks the exchange process even further.</div>
<input type="checkbox" name="accordion" />
<div class="accordion__title">
How does the exchange process work?
</div>
<div class="accordion__content">
Stack Wallet partners with third-party exchange providers to do any
and all exchanges. We do not do any exchanges ourselves. These
third-parties are built in to our app for a seamless experience,
however. Just go through the exchange flow, and you will be sending
your funds to the third-party exchange, who will then send back the
coin you are exchanging too. Its that easy! For more, please see
our article that breaks the exchange process even further.
</div>
</label>
<label class="accordion__item">
<input type="checkbox" name="accordion">
<div class="accordion__title">Does Stack Wallet support multiple wallets for the same cryptocurrency?</div>
<div class="accordion__content">We sure do! Just remember to back up each recovery key separately.</div>
<input type="checkbox" name="accordion" />
<div class="accordion__title">
Does Stack Wallet support multiple wallets for the same
cryptocurrency?
</div>
<div class="accordion__content">
We sure do! Just remember to back up each recovery key separately.
</div>
</label>
<label class="accordion__item">
<input type="checkbox" name="accordion">
<div class="accordion__title">Do I still need to write down my recovery key if I use Stack Wallet Backup?</div>
<div class="accordion__content">Yes. Stack Wallet Backup is a convenience feature that makes it simple and easy to restore all of your wallets at once. But sometimes technology fails. In the very unlikely event that SWB does fail (due to file corruption, file misplacement, etc.) then having your seeds written down ensures you still have access to your funds. You'll just have to restore them all one at a time.</div>
<input type="checkbox" name="accordion" />
<div class="accordion__title">
Do I still need to write down my recovery key if I use Stack Wallet
Backup?
</div>
<div class="accordion__content">
Yes. Stack Wallet Backup is a convenience feature that makes it
simple and easy to restore all of your wallets at once. But
sometimes technology fails. In the very unlikely event that SWB does
fail (due to file corruption, file misplacement, etc.) then having
your seeds written down ensures you still have access to your funds.
You'll just have to restore them all one at a time.
</div>
</label>
<label class="accordion__item">
<input type="checkbox" name="accordion">
<div class="accordion__title">Does Stack Wallet Backup work with other wallets?</div>
<div class="accordion__content">Unforunately, no. There is no set standard for multicoin wallet backups. Probably because most of them are closed-source. Who knows? Maybe Stack Wallet will pave the way toward interoperability here.</div>
<input type="checkbox" name="accordion" />
<div class="accordion__title">
Does Stack Wallet Backup work with other wallets?
</div>
<div class="accordion__content">
Unforunately, no. There is no set standard for multicoin wallet
backups. Probably because most of them are closed-source. Who knows?
Maybe Stack Wallet will pave the way toward interoperability here.
</div>
</label>
<label class="accordion__item">
<input type="checkbox" name="accordion">
<div class="accordion__title">How can I get my coin of choice onto Stack Wallet?</div>
<div class="accordion__content">Drop us a line on any of our social media accounts. We're happy to talk with you and/or your community to see what we can do to bring your project to Stack Wallet.</div>
<input type="checkbox" name="accordion" />
<div class="accordion__title">
How can I get my coin of choice onto Stack Wallet?
</div>
<div class="accordion__content">
Drop us a line on any of our social media accounts. We're happy to
talk with you and/or your community to see what we can do to bring
your project to Stack Wallet.
</div>
</label>
<label class="accordion__item">
<input type="checkbox" name="accordion">
<input type="checkbox" name="accordion" />
<div class="accordion__title">How do I restore my wallet?</div>
<div class="accordion__content">If the wallets unique recovery phrase (seed) has been stored properly, then restoring your wallet is as easy as selecting the “Add New” option from your My Stack page, letting us know which currency the wallet holds, and then choosing “Restore Wallet” on the following page. You can then enter your preferred name and the complete seed phrase you have saved for the wallet, and you will soon see it right back in your Stack!</div>
<div class="accordion__content">
If the wallets unique recovery phrase (seed) has been stored
properly, then restoring your wallet is as easy as selecting the
“Add New” option from your My Stack page, letting us know which
currency the wallet holds, and then choosing “Restore Wallet” on the
following page. You can then enter your preferred name and the
complete seed phrase you have saved for the wallet, and you will
soon see it right back in your Stack!
</div>
</label>
</div>
<div class="col social-support">
<h3>Still have questions?</h3>
<p>Check out our support channels, ask the community or email us at <span>support<span class="ignore">non-custodial</span>@stackw<span class="ignore">open-source</span>allet.com</span>. We are here to help!</p>
<p>
Check out our support channels, ask the community or email us at
<span
>support<span class="ignore">non-custodial</span>@stackw<span
class="ignore"
>open-source</span
>allet.com</span
>. We are here to help!
</p>
<div class="social-links">
<ul>
<li><a href="https://t.me/stackwallet" target="_blank"><i class="icon-telegram-arrow"></i><span>@stackwallet</span></a></li>
<li><a href="https://discord.gg/mRPZuXx3At" target="_blank"><i class="icon-discord"></i><span>Stack Wallet</span></a></li>
<li><a href="https://www.reddit.com/r/stackwallet/" target="_blank"><i class="icon-reddit"></i><span>r/stackwallet</span></a></li>
<li><a href="https://twitter.com/stack_wallet" target="_blank"><i class="icon-twitter"></i><span>@stack_wallet</span></a></li>
<li><a href="https://www.youtube.com/channel/UCqCtpXsLyNIle1uOO2DU7JA" target="_blank"><i class="icon-youtube"></i><span>Stack Wallet</span></a></li>
<li>
<a href="https://t.me/stackwallet" target="_blank"
><i class="icon-telegram-arrow"></i><span>@stackwallet</span></a
>
</li>
<li>
<a href="https://discord.gg/mRPZuXx3At" target="_blank"
><i class="icon-discord"></i><span>Stack Wallet</span></a
>
</li>
<li>
<a href="https://www.reddit.com/r/stackwallet/" target="_blank"
><i class="icon-reddit"></i><span>r/stackwallet</span></a
>
</li>
<li>
<a href="https://twitter.com/stack_wallet" target="_blank"
><i class="icon-twitter"></i><span>@stack_wallet</span></a
>
</li>
<li>
<a
href="https://www.youtube.com/channel/UCqCtpXsLyNIle1uOO2DU7JA"
target="_blank"
><i class="icon-youtube"></i><span>Stack Wallet</span></a
>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<a rel="me" style="display: none;" href="https://mastodon.stack.black/@stackwallet">Mastodon</a>
</section>
<a
rel="me"
style="display: none"
href="https://mastodon.stack.black/@stackwallet"
>Mastodon</a
>

98
litecoin.html Normal file
View File

@ -0,0 +1,98 @@
---
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="/index.html#coins">(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="intro-img-coin col">
<img src="/img/coin-litecoin.png" />
</div>
</div>
</div>
</section>
<section id="about" class="section">
<div class="container" id="art">
<div class="article">
<div class="art">
<div class="part color_red">
<h3>Text <span>Red</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
<div class="part color_blue">
<h3>
Text
<span>Blue</span>?
</h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
</div>
<div class="art">
<div class="part color_yellow">
<h3>Text <span>Yellow</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
<div class="part color_blue">
<h3>Text <span>Blue</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
</div>
</div>
</div>
</section>

98
monero.html Normal file
View File

@ -0,0 +1,98 @@
---
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="/index.html#coins">(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="intro-img-coin col">
<img src="/img/coin-monero.png" />
</div>
</div>
</div>
</section>
<section id="about" class="section">
<div class="container" id="art">
<div class="article">
<div class="art">
<div class="part color_red">
<h3>Text <span>Red</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
<div class="part color_blue">
<h3>
Text
<span>Blue</span>?
</h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
</div>
<div class="art">
<div class="part color_yellow">
<h3>Text <span>Yellow</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
<div class="part color_blue">
<h3>Text <span>Blue</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
</div>
</div>
</div>
</section>

98
namecoin.html Normal file
View File

@ -0,0 +1,98 @@
---
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="/index.html#coins">(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="intro-img-coin col">
<img src="/img/coin-namecoin.png" />
</div>
</div>
</div>
</section>
<section id="about" class="section">
<div class="container" id="art">
<div class="article">
<div class="art">
<div class="part color_red">
<h3>Text <span>Red</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
<div class="part color_blue">
<h3>
Text
<span>Blue</span>?
</h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
</div>
<div class="art">
<div class="part color_yellow">
<h3>Text <span>Yellow</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
<div class="part color_blue">
<h3>Text <span>Blue</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
</div>
</div>
</div>
</section>

98
particl.html Normal file
View File

@ -0,0 +1,98 @@
---
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="/index.html#coins">(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="intro-img-coin col">
<img src="/img/.png" />
</div>
</div>
</div>
</section>
<section id="about" class="section">
<div class="container" id="art">
<div class="article">
<div class="art">
<div class="part color_red">
<h3>Text <span>Red</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
<div class="part color_blue">
<h3>
Text
<span>Blue</span>?
</h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
</div>
<div class="art">
<div class="part color_yellow">
<h3>Text <span>Yellow</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
<div class="part color_blue">
<h3>Text <span>Blue</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
</div>
</div>
</div>
</section>

98
wownero.html Normal file
View File

@ -0,0 +1,98 @@
---
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="/index.html#coins">(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="intro-img-coin col">
<img src="/img/coin-wownero.png" />
</div>
</div>
</div>
</section>
<section id="about" class="section">
<div class="container" id="art">
<div class="article">
<div class="art">
<div class="part color_red">
<h3>Text <span>Red</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
<div class="part color_blue">
<h3>
Text
<span>Blue</span>?
</h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
</div>
<div class="art">
<div class="part color_yellow">
<h3>Text <span>Yellow</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
<div class="part color_blue">
<h3>Text <span>Blue</span></h3>
<p>
<span>Text</span> <br />
Text
</p>
</div>
</div>
</div>
</div>
</section>