Browse Source

wording changes

pull/3/head
D 4 months ago
parent
commit
b9a9bf05d0
  1. 50
      dragonx.is/index.html
  2. 14
      dragonx.is/style.css

50
dragonx.is/index.html

@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1"" />
<meta name="viewport" content="width=device-width, initial-scale=1.0,
minimum-scale=1"" />
<link rel="stylesheet" href="style.css?=v2" />
<link rel="icon" type="image/x-icon" href="../img/logo_dragonx.ico" />
<title>DragonX</title>
</head>
<body>
<header>
<div class="nav-logo">
<a href="https://dragonx.is" alt="dragonx logo"></a>
@ -23,7 +23,12 @@
<a class="btn" href="https://dragonx.is/matrix">Matrix</a>
</div>
</header>
<input type="checkbox" id="mobile-checkbox" name="mobile-checkbox" style="display: none;">
<input
type="checkbox"
id="mobile-checkbox"
name="mobile-checkbox"
style="display: none"
/>
<label for="mobile-checkbox" id="mobile-menu-btn"></label>
<div class="nav-menu mobile">
<a class="btn" href="https://dragonx.is/releases">Wallets</a>
@ -43,10 +48,16 @@
<h2 class="hero-slogan">Extreme Privacy</h2>
<h3>The World’s First CPU Mineable zk-SNARKs Cryptocurrency</h3>
<div class="hero-downloads">
<a class="btn-guide btn" href="https://dragonx.is/mining">How To Mine DragonX</a>
<a class="btn-guide btn" href="https://dragonx.is/mining"
>How To Mine DragonX</a
>
<div class="btn alt-btn">
<a href="./releases">Latest Release Info</a>
<img class="btn-icon" src="../img/graphics/icon_link_out.svg" alt="" />
<img
class="btn-icon"
src="../img/graphics/icon_link_out.svg"
alt=""
/>
</div>
<h2>Get A Wallet Now</h2>
<p>Direct Download</p>
@ -81,20 +92,19 @@
</button>
</div>
</div>
</section>
<section class="about" id="about">
<h2>What is DragonX?</h2>
<h4>
DragonX is a cryptocurrency and messenger built using the technology of
the HUSH blockchain.
DragonX is a ZK-SNARKS based Crypto Currency with default privacy and
built-in instant messaging.
</h4>
<div class="card-container flex-center">
<div class="card flex-center">
<img src="../img/graphics/graphic_cpu.png" alt="" />
<p>
DragonX is mined with a CPU rather than GPU or ASIC. This allows
anyone with a computer the ability to mine.
DragonX is an ASICS resistant CPU mined Crypto Currency utilizing
the RandomX mining algorithm offering greater decentralization.
</p>
<a href="https://git.hush.is/hush/hush3/src/branch/dev/doc/randomx.md"
>Learn More</a
@ -117,12 +127,19 @@
</div>
<div class="card flex-center">
<img src="../img/graphics/graphic_sietch.png" alt="" />
<p>Shielded transaction layer utilizing a technology called SIETCH</p>
<p>
Enhanced anonymity by blending concepts of Monero and Zcash into a
feature called Sietch, pioneered by Hush. Sietch offers a higher
anonymity set velocity than any other ZK-SNARKS based Cryptos.
</p>
<a href="https://git.hush.is/hush/sietch">Learn More</a>
</div>
<div class="card flex-center">
<img src="../img/graphics/graphic_smartchain.png" alt="" />
<p>Fully independent blockchain built with HUSH</p>
<p>
Fully independent layer 1 blockchain with default privacy. The first
of the "Arrakis Spice Chains" Ecosystem.
</p>
<a href="https://git.hush.is/hush/hush-smart-chains">Learn More</a>
</div>
<div class="card flex-center">
@ -134,8 +151,8 @@
</div>
</div>
</section>
<section class="roadmap" id="roadmap">
<h2>Roadmap</h2>
<section class="roadmap flex-center" id="roadmap">
<!-- <h2>Roadmap</h2> -->
</section>
<section class="specs" id="specs">
<h2>Chain Specifications</h2>
@ -215,7 +232,10 @@
alt=""
/></a>
</div>
© Copyright DragonX <script type="text/javascript">document. write(new Date(). getFullYear());</script>
© Copyright DragonX
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
</footer>
</body>
</html>

14
dragonx.is/style.css

@ -226,7 +226,7 @@
flex-direction: column;
min-width: 20rem;
max-width: 20rem;
min-height: 16.5rem;
/* min-height: 20.5rem; */
outline: 0.1rem solid var(--col-red-outline);
background-color: var(--col-btn-bg);
color: var(--col-btn-text);
@ -238,7 +238,7 @@
}
.card p {
margin: 1rem 0 0 0;
margin: 1rem 0 3rem 0;
}
.card img {
@ -349,7 +349,7 @@
.card {
flex-direction: column;
width: 15rem;
min-height: 20rem;
min-height: 21rem;
outline: 0.1rem solid var(--col-red-outline);
background-color: var(--col-btn-bg);
color: var(--col-btn-text);
@ -385,7 +385,13 @@
}
.card p {
margin-top: 1rem;
display: flex;
justify-content: center;
align-items: center;
margin-top: 0rem;
margin-bottom: 1rem;
height: 10rem;
}
.card .btn {

Loading…
Cancel
Save