Browse Source

fixed matrix link, added whitepaper button in about, added social buttons in footer, added download buttons in mining guides

master
D 3 months ago
parent
commit
137dd3181e
  1. 26
      dragonx.is/FAQ/index.html
  2. 26
      dragonx.is/exchanges/index.html
  3. 26
      dragonx.is/guides/index.html
  4. 47
      dragonx.is/halving/index.html
  5. 29
      dragonx.is/index.html
  6. 2
      dragonx.is/matrix/index.html
  7. 33
      dragonx.is/mining/index.html
  8. 29
      dragonx.is/style.css
  9. 17
      img/social_icons/icon_matrix_red.svg
  10. 14
      img/social_icons/icon_telegram_red.svg
  11. 36
      img/social_icons/icon_twitter.svg
  12. 16
      img/social_icons/icon_twitter_red.svg

26
dragonx.is/FAQ/index.html

@ -69,26 +69,26 @@
<a href="">Arrakis Chain Creator</a>
</div>
</div>
<div style="margin: 2rem 0 2rem 0">
<a href="" class="footer-social"
<div style="margin: 2rem 0 2rem 0" class="flex-center">
<a href="https://twitter.com/DragonXchain" class="footer-social"
><img
src="../../img/graphics/icon_link_out.svg"
onmouseover="src='../../img/graphics/icon_linkout_red.svg'"
onmouseleave="src='../../img/graphics/icon_link_out.svg'"
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="" class="footer-social"
<a href="https://dragonx.is/tg" class="footer-social"
><img
src="../../img/graphics/icon_link_out.svg"
onmouseover="src='../../img/graphics/icon_linkout_red.svg'"
onmouseleave="src='../../img/graphics/icon_link_out.svg'"
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="" class="footer-social"
<a href="https://dragonx.is/matrix" class="footer-social"
><img
src="../../img/graphics/icon_link_out.svg"
onmouseover="src='../../img/graphics/icon_linkout_red.svg'"
onmouseleave="src='../../img/graphics/icon_link_out.svg'"
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>

26
dragonx.is/exchanges/index.html

@ -96,26 +96,26 @@
<a href="">Arrakis Chain Creator</a>
</div>
</div>
<div style="margin: 2rem 0 2rem 0">
<a href="" class="footer-social"
<div style="margin: 2rem 0 2rem 0" class="flex-center">
<a href="https://twitter.com/DragonXchain" class="footer-social"
><img
src="../../img/graphics/icon_link_out.svg"
onmouseover="src='../../img/graphics/icon_linkout_red.svg'"
onmouseleave="src='../../img/graphics/icon_link_out.svg'"
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="" class="footer-social"
<a href="https://dragonx.is/tg" class="footer-social"
><img
src="../../img/graphics/icon_link_out.svg"
onmouseover="src='../../img/graphics/icon_linkout_red.svg'"
onmouseleave="src='../../img/graphics/icon_link_out.svg'"
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="" class="footer-social"
<a href="https://dragonx.is/matrix" class="footer-social"
><img
src="../../img/graphics/icon_link_out.svg"
onmouseover="src='../../img/graphics/icon_linkout_red.svg'"
onmouseleave="src='../../img/graphics/icon_link_out.svg'"
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>

26
dragonx.is/guides/index.html

@ -81,26 +81,26 @@
<a href="">Arrakis Chain Creator</a>
</div>
</div>
<div style="margin: 2rem 0 2rem 0">
<a href="" class="footer-social"
<div style="margin: 2rem 0 2rem 0" class="flex-center">
<a href="https://twitter.com/DragonXchain" class="footer-social"
><img
src="../../img/graphics/icon_link_out.svg"
onmouseover="src='../../img/graphics/icon_linkout_red.svg'"
onmouseleave="src='../../img/graphics/icon_link_out.svg'"
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="" class="footer-social"
<a href="https://dragonx.is/tg" class="footer-social"
><img
src="../../img/graphics/icon_link_out.svg"
onmouseover="src='../../img/graphics/icon_linkout_red.svg'"
onmouseleave="src='../../img/graphics/icon_link_out.svg'"
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="" class="footer-social"
<a href="https://dragonx.is/matrix" class="footer-social"
><img
src="../../img/graphics/icon_link_out.svg"
onmouseover="src='../../img/graphics/icon_linkout_red.svg'"
onmouseleave="src='../../img/graphics/icon_link_out.svg'"
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>

47
dragonx.is/halving/index.html

@ -80,7 +80,52 @@
</section>
<script src="./halving.js"></script>
<footer class="flex-center">
<div class="flex-center">
<div class="footer-links flex-center">
<a href="">Wallets</a>
<a href="">Exchanges</a>
<a href="">Explorer</a>
</div>
<img
src="../../img/logos/dragonx_logotext_light.svg"
class="footer-logo"
alt=""
/>
<div class="footer-links flex-center">
<a href="">How To Mine</a>
<a href="" class="link-out">Documentation</a>
<a href="">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>

29
dragonx.is/index.html

@ -150,8 +150,9 @@
<a href="https://git.hush.is/hush/hushchat">Learn More</a>
</div>
</div>
<a class="btn" style="font-size: 1.5rem;" href="https://dragonx.is/whitepaper.pdf">Read the Whitepaper</a>
</section>
<section class="roadmap flex-center" id="roadmap">
<section class="roadmap flex-center" style="display: none;" id="roadmap">
<!-- <h2>Roadmap</h2> -->
</section>
<section class="specs" id="specs">
@ -209,26 +210,26 @@
<a href="">Arrakis Chain Creator</a>
</div>
</div>
<div style="margin: 2rem 0 2rem 0">
<a href="" class="footer-social"
<div style="margin: 2rem 0 2rem 0" class="flex-center">
<a href="https://twitter.com/DragonXchain" class="footer-social"
><img
src="../img/graphics/icon_link_out.svg"
onmouseover="src='../img/graphics/icon_linkout_red.svg'"
onmouseleave="src='../img/graphics/icon_link_out.svg'"
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="" class="footer-social"
<a href="https://dragonx.is/tg" class="footer-social"
><img
src="../img/graphics/icon_link_out.svg"
onmouseover="src='../img/graphics/icon_linkout_red.svg'"
onmouseleave="src='../img/graphics/icon_link_out.svg'"
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="" class="footer-social"
<a href="https://dragonx.is/matrix" class="footer-social"
><img
src="../img/graphics/icon_link_out.svg"
onmouseover="src='../img/graphics/icon_linkout_red.svg'"
onmouseleave="src='../img/graphics/icon_link_out.svg'"
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>

2
dragonx.is/matrix/index.html

@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
http-equiv="refresh"
content="1; URL=https://matrix.to/#/#hush_main:matrix.org"
content="1; URL=https://matrix.to/#/#dragonx:matrix.org"
/>
</head>
<body></body>

33
dragonx.is/mining/index.html

@ -50,6 +50,7 @@
download and run the wallet then under the mining tab, select the
number of threads to mine with and click the <b>Mining Button</b>.
</p>
<a class="btn w-14 mx-auto text-white font-size-md px-0 my-1" href="http://dragonx.is/releases">Download A Wallet</a>
<img
class="how-to-gif"
src="../../img/graphics/screenshots/SDX_mining_screen.gif"
@ -61,11 +62,11 @@
Mining From CLI <br />
(Command Line Interface)
</h3>
<h4>Download the CLI wallet</h4>
<p>
First download the CLI wallet from the releases page
<a href="https://dragonx.is/releases">here</a>
<br /><br />
</p>
<a class="btn w-14 mx-auto text-white font-size-md px-0 my-1" href="http://dragonx.is/releases">Download A Wallet</a>
<p>
Unzip the archive.
<img
class="how-to-gif"
@ -173,26 +174,26 @@
<a href="">Arrakis Chain Creator</a>
</div>
</div>
<div style="margin: 2rem 0 2rem 0">
<a href="" class="footer-social"
<div style="margin: 2rem 0 2rem 0" class="flex-center">
<a href="https://twitter.com/DragonXchain" class="footer-social"
><img
src="../../img/graphics/icon_link_out.svg"
onmouseover="src='../../img/graphics/icon_linkout_red.svg'"
onmouseleave="src='../../img/graphics/icon_link_out.svg'"
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="" class="footer-social"
<a href="https://dragonx.is/tg" class="footer-social"
><img
src="../../img/graphics/icon_link_out.svg"
onmouseover="src='../../img/graphics/icon_linkout_red.svg'"
onmouseleave="src='../../img/graphics/icon_link_out.svg'"
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="" class="footer-social"
<a href="https://dragonx.is/matrix" class="footer-social"
><img
src="../../img/graphics/icon_link_out.svg"
onmouseover="src='../../img/graphics/icon_linkout_red.svg'"
onmouseleave="src='../../img/graphics/icon_link_out.svg'"
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>

29
dragonx.is/style.css

@ -194,7 +194,7 @@
background-color: var(--col-btn-bg);
color: var(--col-btn-text);
border-radius: 0.15rem;
text-decoration: none;
text-decoration: none !important;
backdrop-filter: blur(20px);
}
.alt-btn {
@ -433,6 +433,33 @@
justify-content: center;
}
.w-14 {
width: 14em;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.my-1 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.text-white {
color: white !important;
}
.font-size-md{
font-size: 1.5rem;
}
.px-0 {
padding-left: 0rem !important;
padding-right: 0rem !important;
}
/* HEADER, FOOTER & BG */
@media screen {

17
img/social_icons/icon_matrix_red.svg

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
<defs>
<style>
.cls-1 {
fill: #d82652;
stroke-width: 0px;
}
</style>
</defs>
<g id="Layer_1-2" data-name="Layer 1">
<g>
<path class="cls-1" d="m6.7,5.9v244.3h17.6v5.9H0V0h24.3v5.9H6.7Zm242.6,244.2V5.9h-17.6V0h24.3v256h-24.3v-5.9h17.6Z"/>
<path class="cls-1" d="m82,83.3v12.4h.4c3.1-4.5,7.1-8.3,11.9-11,4.6-2.6,10-3.9,16-3.9s11,1.1,15.8,3.4c4.8,2.2,8.4,6.2,10.8,11.8,2.7-4,6.4-7.5,11-10.6s10.1-4.6,16.5-4.6c4.8,0,9.3.6,13.4,1.8,4.1,1.2,7.6,3.1,10.6,5.7,2.9,2.6,5.2,6,6.9,10.1,1.6,4.2,2.5,9.2,2.5,15.1v61.1h-25v-51.7c0-3.1-.1-5.9-.4-8.7-.2-2.5-.8-4.9-1.9-7.1-1.1-2-2.7-3.7-4.7-4.8-2.1-1.2-4.9-1.8-8.4-1.8s-6.4.7-8.5,2c-2.2,1.4-3.9,3.1-5.1,5.3-1.3,2.3-2.1,4.8-2.5,7.4-.4,2.8-.6,5.6-.6,8.4v50.9h-25v-51.2c0-2.7-.1-5.4-.2-8-.1-2.5-.6-5-1.5-7.3-.9-2.2-2.4-4.1-4.4-5.4-2.1-1.3-5.1-2-9.1-2-1.6.1-3.2.3-4.7.8-2.1.6-4,1.6-5.6,3-1.8,1.5-3.4,3.6-4.7,6.4-1.3,2.8-1.9,6.4-1.9,10.9v53h-25v-91.4h23.4Z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

14
img/social_icons/icon_telegram_red.svg

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 254.57 254.57">
<defs>
<style>
.cls-1 {
fill: #d82652;
stroke-width: 0px;
}
</style>
</defs>
<g id="Layer_1-2" data-name="Layer 1">
<path class="cls-1" d="m127.28,0C56.88,0,0,56.88,0,127.28s56.88,127.28,127.28,127.28,127.28-56.88,127.28-127.28S197.69,0,127.28,0Zm60.69,82.89c-.35,5.2-3.47,23.24-6.24,42.66l-9.02,57.57s-.69,8.32-6.94,10.06c-6.24,1.39-16.65-5.2-18.38-6.59-1.39-1.04-27.75-17.69-37.11-25.66-2.43-2.08-5.55-6.59.35-11.79,13.18-12.14,29.13-27.4,38.5-36.76,4.51-4.51,8.67-14.57-9.71-2.08l-52.02,34.68s-5.9,3.82-16.99.35c-11.1-3.47-23.93-7.63-23.93-7.63,0,0-8.67-5.55,6.24-11.45l85.66-35.38c8.32-3.82,37.11-15.61,37.11-15.61,0,0,13.53-4.86,12.49,7.63Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 849 B

36
img/social_icons/icon_twitter.svg

@ -1,20 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg2" sodipodi:docname="Twitter_bird_logo_2012.svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 256 256"
style="enable-background:new 0 0 256 256;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
</style>
<sodipodi:namedview bordercolor="#666666" borderopacity="1.0" fit-margin-bottom="0" fit-margin-left="0" fit-margin-right="0" fit-margin-top="0" id="base" inkscape:current-layer="layer1" inkscape:cx="101.29413" inkscape:cy="50.181142" inkscape:document-units="px" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="962" inkscape:window-maximized="1" inkscape:window-width="1280" inkscape:window-x="-8" inkscape:window-y="-8" inkscape:zoom="3.7200571" pagecolor="#ffffff" showgrid="false">
</sodipodi:namedview>
<g id="layer1" transform="translate(-282.32053,-396.30734)" inkscape:groupmode="layer" inkscape:label="Layer 1">
<path id="path5" inkscape:connector-curvature="0" class="st0" d="M538.3,444.9c-9.4,4.2-19.5,7-30.2,8.3
c10.8-6.5,19.2-16.8,23.1-29.1c-10.1,6-21.4,10.4-33.4,12.7c-9.6-10.2-23.2-16.6-38.3-16.6c-29,0-52.5,23.5-52.5,52.5
c0,4.1,0.5,8.1,1.4,12c-43.7-2.2-82.4-23.1-108.3-54.9c-4.5,7.8-7.1,16.8-7.1,26.4c0,18.2,9.3,34.3,23.4,43.7
c-8.6-0.3-16.7-2.6-23.8-6.6c0,0.2,0,0.4,0,0.7c0,25.4,18.1,46.7,42.1,51.5c-4.4,1.2-9,1.8-13.8,1.8c-3.4,0-6.7-0.3-9.9-0.9
c6.7,20.9,26.1,36,49.1,36.5c-18,14.1-40.6,22.5-65.2,22.5c-4.2,0-8.4-0.2-12.5-0.7c23.2,14.9,50.9,23.6,80.5,23.6
c96.6,0,149.4-80,149.4-149.4c0-2.3-0.1-4.5-0.2-6.8C522.4,464.7,531.3,455.4,538.3,444.9L538.3,444.9z"/>
</g>
</svg>
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 226">
<defs>
<style>
.cls-1 {
fill: #ffffff;
stroke-width: 0px;
}
</style>
</defs>
<g id="Layer_1-2" data-name="Layer 1">
<g id="layer1">
<path id="path5" class="cls-1" d="m255.9,24.7c-9.4,4.2-19.5,7-30.2,8.3,10.8-6.5,19.2-16.8,23.1-29.1-10.1,6-21.4,10.4-33.4,12.7C205.8,6.4,192.2,0,177.1,0c-29,0-52.5,23.5-52.5,52.5,0,4.1.5,8.1,1.4,12-43.7-2.2-82.4-23.1-108.3-54.9-4.5,7.8-7.1,16.8-7.1,26.4,0,18.2,9.3,34.3,23.4,43.7-8.6-.3-16.7-2.6-23.8-6.6v.7c0,25.4,18.1,46.7,42.1,51.5-4.4,1.2-9,1.8-13.8,1.8-3.4,0-6.7-.3-9.9-.9,6.7,20.9,26.1,36,49.1,36.5-18,14.1-40.6,22.5-65.2,22.5-4.2,0-8.4-.2-12.5-.7,23.2,14.9,50.9,23.6,80.5,23.6,96.6,0,149.4-80,149.4-149.4,0-2.3-.1-4.5-.2-6.8,10.3-7.4,19.2-16.7,26.2-27.2h0Z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 908 B

16
img/social_icons/icon_twitter_red.svg

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 226">
<defs>
<style>
.cls-1 {
fill: #d82652;
stroke-width: 0px;
}
</style>
</defs>
<g id="Layer_1-2" data-name="Layer 1">
<g id="layer1">
<path id="path5" class="cls-1" d="m255.9,24.7c-9.4,4.2-19.5,7-30.2,8.3,10.8-6.5,19.2-16.8,23.1-29.1-10.1,6-21.4,10.4-33.4,12.7C205.8,6.4,192.2,0,177.1,0c-29,0-52.5,23.5-52.5,52.5,0,4.1.5,8.1,1.4,12-43.7-2.2-82.4-23.1-108.3-54.9-4.5,7.8-7.1,16.8-7.1,26.4,0,18.2,9.3,34.3,23.4,43.7-8.6-.3-16.7-2.6-23.8-6.6v.7c0,25.4,18.1,46.7,42.1,51.5-4.4,1.2-9,1.8-13.8,1.8-3.4,0-6.7-.3-9.9-.9,6.7,20.9,26.1,36,49.1,36.5-18,14.1-40.6,22.5-65.2,22.5-4.2,0-8.4-.2-12.5-.7,23.2,14.9,50.9,23.6,80.5,23.6,96.6,0,149.4-80,149.4-149.4,0-2.3-.1-4.5-.2-6.8,10.3-7.4,19.2-16.7,26.2-27.2h0Z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 908 B

Loading…
Cancel
Save