home page to dragonx.is
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

113 lines
4.1 KiB

<!DOCTYPE html>
<html lang="en">
<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"" />
<link rel="stylesheet" href="../style.css" />
<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>
</div>
<div class="nav-menu desktop">
<a class="btn" href="https://dragonx.is/releases">Wallets</a>
<a class="btn" href="https://dragonx.is/exchanges">Exchanges</a>
<a class="btn" href="https://explorer.dragonx.is">Explorer</a>
<a class="btn" href="https://dragonx.is/guides">Guides</a>
<a class="btn" href="https://dragonx.is/tg">Telegram</a>
<a class="btn" href="https://dragonx.is/matrix">Matrix</a>
</div>
</header>
<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>
<a class="btn" href="https://dragonx.is/exchanges">Exchanges</a>
<a class="btn" href="https://explorer.dragonx.is">Explorer</a>
<a class="btn" href="https://dragonx.is/guides">Guides</a>
<a class="btn" href="https://dragonx.is/tg">Telegram</a>
<a class="btn" href="https://dragonx.is/matrix">Matrix</a>
</div>
<div class="bg-overlay"></div>
<div class="img-bg"></div>
<section id="guides" class="flex-center flex-col">
<h2 style="margin-bottom: 4rem">Guides</h2>
<div class="card-container flex-center">
<div class="card flex-center flex-col">
<h3>How To Mine DragonX</h3>
<div class="flex-center">
<img src="../../img/graphics/screenshots/screenshot_SDX.png" alt="">
<p>A walkthrough on mining DragonX with both the Silent Dragon (GUI) and HUSH Command Line Interface (CLI) Wallets.</p>
</div>
<a href="https://dragonx.is/mining" class="btn">Read Guide</a>
</div>
<div class="card flex-center flex-col">
<h3>How To Set Up a Wallet</h3>
<div class="flex-center">
<img src="../../img/graphics/screenshots/screenshot_hush-cli_3.10.0.png" alt="">
<p>How to set up either the Fullnode GUI wallet or Command Line Wallet.</p>
</div>
<a href="" class="btn">Coming Soon</a>
</div>
</div>
</div>
</section>
<footer class="flex-center">
<div class="flex-center">
<div class="footer-links flex-center">
<a href="https://dragonx.is/releases">Wallets</a>
<a href="https://dragonx.is/exchanges">Exchanges</a>
<a href="https://explorer.dragonx.is">Explorer</a>
</div>
<img
src="../../img/logos/dragonx_logotext_light.svg"
class="footer-logo"
alt=""
/>
<div class="footer-links flex-center">
<a href="https://dragonx.is/mining/">How To Mine</a>
<a href="" class="link-out">Documentation</a>
<a href="https://arrakis.hush.is/">Hush Arrakis Chain Creator</a>
</div>
</div>
<div style="margin: 2rem 0 2rem 0" class="flex-center">
<a href="https://twitter.com/DragonXchain" class="footer-social"
><img
src="../../img/social_icons/icon_twitter.svg"
onmouseover="src='../../img/social_icons/icon_twitter_red.svg'"
onmouseleave="src='../../img/social_icons/icon_twitter.svg'"
alt=""
/></a>
<a href="https://dragonx.is/tg" class="footer-social"
><img
src="../../img/social_icons/icon_telegram.svg"
onmouseover="src='../../img/social_icons/icon_telegram_red.svg'"
onmouseleave="src='../../img/social_icons/icon_telegram.svg'"
alt=""
/></a>
<a href="https://dragonx.is/matrix" class="footer-social"
><img
src="../../img/social_icons/icon_matrix.svg"
onmouseover="src='../../img/social_icons/icon_matrix_red.svg'"
onmouseleave="src='../../img/social_icons/icon_matrix.svg'"
alt=""
/></a>
</div>
© Copyright DragonX
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
</footer>
</body>
</html>