Browse Source

website overhaul

master
D 3 months ago
parent
commit
505e76e2d0
  1. 3
      .gitignore
  2. 101
      dragonx.is/FAQ/index.html
  3. 128
      dragonx.is/exchanges/index.html
  4. 113
      dragonx.is/guides/index.html
  5. 71
      dragonx.is/halving/index.html
  6. 519
      dragonx.is/index.html
  7. 398
      dragonx.is/index.old.html
  8. 205
      dragonx.is/mining/index.html
  9. 380
      dragonx.is/old,index.html
  10. 1003
      dragonx.is/old.old.style.css
  11. 415
      dragonx.is/releases/index.html
  12. 3430
      dragonx.is/style.css
  13. BIN
      img/fonts/Satoshi-Black.ttf
  14. BIN
      img/fonts/Satoshi-Black.woff
  15. BIN
      img/fonts/Satoshi-Black.woff2
  16. BIN
      img/fonts/Satoshi-BlackItalic.woff
  17. BIN
      img/fonts/Satoshi-BlackItalic.woff2
  18. BIN
      img/fonts/Satoshi-Bold.woff
  19. BIN
      img/fonts/Satoshi-Bold.woff2
  20. BIN
      img/fonts/Satoshi-BoldItalic.woff
  21. BIN
      img/fonts/Satoshi-BoldItalic.woff2
  22. BIN
      img/fonts/Satoshi-Italic.woff
  23. BIN
      img/fonts/Satoshi-Italic.woff2
  24. BIN
      img/fonts/Satoshi-Light.woff
  25. BIN
      img/fonts/Satoshi-Light.woff2
  26. BIN
      img/fonts/Satoshi-LightItalic.woff
  27. BIN
      img/fonts/Satoshi-LightItalic.woff2
  28. BIN
      img/fonts/Satoshi-Medium.woff
  29. BIN
      img/fonts/Satoshi-Medium.woff2
  30. BIN
      img/fonts/Satoshi-MediumItalic.woff
  31. BIN
      img/fonts/Satoshi-MediumItalic.woff2
  32. BIN
      img/fonts/Satoshi-Regular.woff
  33. BIN
      img/fonts/Satoshi-Regular.woff2
  34. BIN
      img/fonts/Satoshi-Variable.woff
  35. BIN
      img/fonts/Satoshi-Variable.woff2
  36. BIN
      img/fonts/Satoshi-VariableItalic.woff
  37. BIN
      img/fonts/Satoshi-VariableItalic.woff2
  38. BIN
      img/graphics/bg_lava.jpg
  39. 54
      img/graphics/dragonx_logo_slogan_light.svg
  40. 17
      img/graphics/explorer_graph_line_1.svg
  41. 16
      img/graphics/icon_link_out.svg
  42. 16
      img/graphics/icon_linkout_red.svg
  43. BIN
      img/graphics/screenshots/SDX_mining_screen.gif
  44. BIN
      img/graphics/screenshots/drgx screen 1.png
  45. BIN
      img/graphics/screenshots/drgx screen 2.png
  46. BIN
      img/graphics/screenshots/drgx screen 3.png
  47. BIN
      img/graphics/screenshots/drgx screen 4.png
  48. BIN
      img/graphics/screenshots/drgx screen 5.png
  49. BIN
      img/graphics/screenshots/drgx screen 6.png
  50. BIN
      img/graphics/screenshots/drgx screen 7.png
  51. BIN
      img/logo_dragonx.ico
  52. 40
      img/logo_text_dragonx.svg
  53. 38
      img/logos/dragonx_logotext_dark.svg
  54. 38
      img/logos/dragonx_logotext_light.svg
  55. 21
      img/logos/icon_android_red.svg
  56. 0
      img/logos/icon_android_white.svg
  57. 16
      img/logos/icon_apple_red.svg
  58. 0
      img/logos/icon_apple_white.svg
  59. 12
      img/logos/icon_git_red.svg
  60. 12
      img/logos/icon_git_white.svg
  61. 36
      img/logos/icon_linux_red.svg
  62. 0
      img/logos/icon_linux_white.svg
  63. 16
      img/logos/icon_windows_red.svg
  64. 0
      img/logos/icon_windows_white.svg

3
.gitignore

@ -1 +1,2 @@
/explorer.dragonx.is
/explorer.dragonx.is
/siona-DragonX

101
dragonx.is/FAQ/index.html

@ -0,0 +1,101 @@
<!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="exchanges">
<h2 style="margin-bottom: 4rem">FAQ</h2>
<div class="card-container flex-center">
<div class="card" style="display: none;">
<div class="flex-center flex-col">
<h3>Question</h3>
<p>Answer</p>
</div>
</div>
</div>
</section>
<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">
<a href="" 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'"
alt=""
/></a>
<a href="" 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'"
alt=""
/></a>
<a href="" 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'"
alt=""
/></a>
</div>
© Copyright DragonX
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
</footer>
</body>
</html>

128
dragonx.is/exchanges/index.html

@ -0,0 +1,128 @@
<!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="exchanges">
<h2 style="margin-bottom: 4rem">Exchanges</h2>
<div class="card-container flex-center">
<div class="card flex-center">
<h3>nonkyc</h3>
<img src="../../img/logos/logo_nonkyc.svg" alt="" />
<div>
<a class="btn" href="https://nonkyc.io/market/DRGX_BTC">DRGX/BTC</a>
<a class="btn" href="https://nonkyc.io/market/DRGX_XMR">DRGX/XMR</a>
<a class="btn" href="https://nonkyc.io/market/DRGX_USDT"
>DRGX/USDT</a
>
</div>
</div>
<div class="card flex-center">
<h3>SafeTrade</h3>
<img src="../../img/logos/logo_safetrade.svg" alt="" />
<div>
<a
class="btn"
href="https://safe.trade/exchange/DRGX-BTC?type=basic"
>DRGX/BTC</a
>
<a
class="btn"
href="https://safe.trade/exchange/DRGX-DERO?type=basic"
>DRGX/DERO</a
>
<a
class="btn"
href="https://safe.trade/exchange/DRGX-HUSH?type=basic"
>DRGX/HUSH</a
>
</div>
</div>
</div>
</section>
<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">
<a href="" 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'"
alt=""
/></a>
<a href="" 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'"
alt=""
/></a>
<a href="" 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'"
alt=""
/></a>
</div>
© Copyright DragonX
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
</footer>
</body>
</html>

113
dragonx.is/guides/index.html

@ -0,0 +1,113 @@
<!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="">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">
<a href="" 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'"
alt=""
/></a>
<a href="" 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'"
alt=""
/></a>
<a href="" 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'"
alt=""
/></a>
</div>
© Copyright DragonX
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
</footer>
</body>
</html>

71
dragonx.is/halving/index.html

@ -28,55 +28,32 @@
<body>
<header>
<input type="checkbox" id="nav-check" />
<nav class="nav-bar mobile">
<div class="toggle-overlay" style="pointer-events: none"></div>
<a href="https://dragonx.is">
<svg class="header-logo mobile" xmlns="http://www.w3.org/2000/svg" width="12vh" height="12vh"
viewBox="0 0 128 128" alt="dragonx logo">
<path fill="white" stroke="none" stroke-width="1"
d="M35.86 47.8c-2.76 3.53-5.73 6.97-8.88 10.45-4.11-3.47-8.71-4.13-8.71-4.13 17.78-6.06 2.18-11.77.22-12.65C.14 33.19 0 11.47 0 11.47c8.93 26.49 28.25 25.06 28.25 25.06.28-.17.52-.36.72-.55 1.27 2.54 3.56 6.73 6.89 11.83Zm10.31-16.46c-1.05 2.32-2.26 4.52-3.58 6.7a70.682 70.682 0 0 1-3.58-6.7c1.35-2.67 3.58-15.96 3.58-15.96s2.23 13.29 3.58 15.96Zm5.73 44.63-2.7 1.82s-.08-3.45-2.73-1.43c-.33.25-1.85 1.71-.03 3.31 0 0-3.14 3.17-3.86 6.37-.72-3.2-3.86-6.37-3.86-6.37 1.82-1.6.3-3.06-.03-3.31-2.65-2.01-2.73 1.43-2.73 1.43l-2.7-1.82c.22-2.76.08-5.18-.36-7.3 3.64-3.83 6.86-7.66 9.68-11.33 2.84 3.67 6.04 7.5 9.68 11.33-.44 2.12-.58 4.55-.36 7.3Zm15-21.86s-4.6.66-8.71 4.13c-3.11-3.47-6.12-6.92-8.88-10.45 3.34-5.1 5.62-9.29 6.89-11.83.19.19.44.39.72.55 0 0 19.32 1.43 28.25-25.06 0 0-.14 21.72-18.5 29.99-1.96.88-17.56 6.59.22 12.65Z" />
<path fill="#91a4b8" stroke="none" stroke-width="1"
d="M73.6 99.29s-4.88-19.16-14.53-26.71c-6.62-6.23-12.13-12.79-16.48-18.74-4.36 5.95-9.87 12.54-16.48 18.74-9.62 7.55-14.53 26.71-14.53 26.71-1.85-18.88 6.09-27.79 9.98-32.03 6.06-6.59 11.88-12.85 16.87-19.41-5.93-8.88-8.85-15.3-8.85-15.3-.69-2.54-2.98-5.15-2.98-5.15 4.71-6.28-1.24-13.18-1.24-13.18C29.85 9.86 30.57 6.45 31.81 0c-1.52 17.34 3.11 30.32 10.81 41.98C50.26 30.32 54.89 17.34 53.37 0c1.24 6.48 1.96 9.87 6.45 14.22 0 0-5.95 6.89-1.24 13.18 0 0-2.29 2.62-2.98 5.15 0 0-2.92 6.42-8.82 15.3 4.99 6.56 10.83 12.85 16.87 19.41 3.86 4.24 11.8 13.15 9.95 32.03Z" />
</svg>
</a>
<nav class="nav-links mobile">
<!-- https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md -->
<a href="https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md" class="component-button"
style="--index: 0"><small class="">Mine DragonX</small></a>
<a href="https://git.hush.is/hush/SilentDragon/releases" class="component-button" style="--index: 1"><small
class="">GUI Wallet</small></a>
<a href="./tg" class="component-button" style="--index: 2"><small class="">Telegram</small></a>
<a href="https://explorer.dragonx.is" class="component-button" style="--index: 3"><small
class="">Explorer</small></a>
<a href="https://www.youtube.com/channel/UCmGOYuRrFbPGRw5vytVgUQw" class="component-button"
style="--index: 3"><small class="">Guides</small></a>
</nav>
<button class="mobile-menu mobile" style="background-color: rgba(0, 0, 0, 0); border-style: none">
<label for="nav-check">
<img class="nav-mobile-icon nav-btn" src="../../img/mobile-sidebar-button.png" alt="hamburger menu" />
</label>
</button>
</nav>
<nav class="nav-bar desktop">
<nav class="nav-links">
<!-- https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md -->
<a href="https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md"
class="component-button"><small class="">Mine DragonX</small></a>
<a href="https://git.hush.is/hush/SilentDragon/releases" class="component-button"><small class="">GUI
Wallet</small></a>
<a href="./tg" class="component-button"><small class="">Telegram</small></a>
<a href="https://explorer.dragonx.is" class="component-button" style="--index: 3"><small
class="">Explorer</small></a>
<a href="https://www.youtube.com/channel/UCmGOYuRrFbPGRw5vytVgUQw" class="component-button"
style="--index: 3"><small class="">Guides</small></a>
</nav>
</nav>
<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>
<div class="header-space"></div>
<div class="divider"></div>
<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 class="halving-info-container">
<section class="flex-center flex-col">
<div class="countdown-timer">
<div id="containerDays">
<h3 id="countDays">#</h3>

519
dragonx.is/index.html

@ -3,378 +3,219 @@
<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" />
<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="./logo_dragonx.ico" />
<link rel="icon" type="image/x-icon" href="../img/logo_dragonx.ico" />
<title>DragonX</title>
</head>
<body>
<header>
<input type="checkbox" id="nav-check" />
<nav class="nav-bar mobile">
<div class="toggle-overlay" style="pointer-events: none"></div>
<a href="https://dragonx.is">
<svg
class="header-logo mobile"
xmlns="http://www.w3.org/2000/svg"
width="12vh"
height="12vh"
viewBox="0 0 128 128"
alt="dragonx logo"
>
<path
fill="white"
stroke="none"
stroke-width="1"
d="M35.86 47.8c-2.76 3.53-5.73 6.97-8.88 10.45-4.11-3.47-8.71-4.13-8.71-4.13 17.78-6.06 2.18-11.77.22-12.65C.14 33.19 0 11.47 0 11.47c8.93 26.49 28.25 25.06 28.25 25.06.28-.17.52-.36.72-.55 1.27 2.54 3.56 6.73 6.89 11.83Zm10.31-16.46c-1.05 2.32-2.26 4.52-3.58 6.7a70.682 70.682 0 0 1-3.58-6.7c1.35-2.67 3.58-15.96 3.58-15.96s2.23 13.29 3.58 15.96Zm5.73 44.63-2.7 1.82s-.08-3.45-2.73-1.43c-.33.25-1.85 1.71-.03 3.31 0 0-3.14 3.17-3.86 6.37-.72-3.2-3.86-6.37-3.86-6.37 1.82-1.6.3-3.06-.03-3.31-2.65-2.01-2.73 1.43-2.73 1.43l-2.7-1.82c.22-2.76.08-5.18-.36-7.3 3.64-3.83 6.86-7.66 9.68-11.33 2.84 3.67 6.04 7.5 9.68 11.33-.44 2.12-.58 4.55-.36 7.3Zm15-21.86s-4.6.66-8.71 4.13c-3.11-3.47-6.12-6.92-8.88-10.45 3.34-5.1 5.62-9.29 6.89-11.83.19.19.44.39.72.55 0 0 19.32 1.43 28.25-25.06 0 0-.14 21.72-18.5 29.99-1.96.88-17.56 6.59.22 12.65Z"
/>
<path
fill="#91a4b8"
stroke="none"
stroke-width="1"
d="M73.6 99.29s-4.88-19.16-14.53-26.71c-6.62-6.23-12.13-12.79-16.48-18.74-4.36 5.95-9.87 12.54-16.48 18.74-9.62 7.55-14.53 26.71-14.53 26.71-1.85-18.88 6.09-27.79 9.98-32.03 6.06-6.59 11.88-12.85 16.87-19.41-5.93-8.88-8.85-15.3-8.85-15.3-.69-2.54-2.98-5.15-2.98-5.15 4.71-6.28-1.24-13.18-1.24-13.18C29.85 9.86 30.57 6.45 31.81 0c-1.52 17.34 3.11 30.32 10.81 41.98C50.26 30.32 54.89 17.34 53.37 0c1.24 6.48 1.96 9.87 6.45 14.22 0 0-5.95 6.89-1.24 13.18 0 0-2.29 2.62-2.98 5.15 0 0-2.92 6.42-8.82 15.3 4.99 6.56 10.83 12.85 16.87 19.41 3.86 4.24 11.8 13.15 9.95 32.03Z"
/>
</svg>
</a>
<nav class="nav-links mobile">
<!-- https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md -->
<a
href="https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md"
class="component-button"
style="--index: 0"
><small class="">Mine DragonX</small></a
>
<a
href="https://dragonx.is#exchanges"
class="component-button"
style="--index: 0"
><small class="">Exchanges</small></a
>
<a href="./releases" class="component-button" style="--index: 1"
><small class="">Wallets</small></a
>
<a href="./tg" class="component-button" style="--index: 2"
><small class="">Telegram</small></a
>
<a href="./matrix" class="component-button" style="--index: 2"
><small class="">Matrix</small></a
>
<a
href="https://explorer.dragonx.is"
class="component-button"
style="--index: 3"
><small class="">Explorer</small></a
>
<a
href="https://www.youtube.com/channel/UCmGOYuRrFbPGRw5vytVgUQw"
class="component-button"
style="--index: 3"
><small class="">Guides</small></a
>
</nav>
<button
class="mobile-menu mobile"
style="background-color: rgba(0, 0, 0, 0); border-style: none"
>
<label for="nav-check">
<img
class="nav-mobile-icon nav-btn"
src="../img/mobile-sidebar-button.png"
alt="hamburger menu"
/>
</label>
</button>
</nav>
<nav class="nav-bar desktop">
<nav class="nav-links">
<!-- https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md -->
<a
href="https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md"
class="component-button"
><small class="">Mine DragonX</small></a
>
<a
href="https://dragonx.is#exchanges"
class="component-button"
><small class="">Exchanges</small></a
>
<a href="./releases/" class="component-button"
><small class="">Wallets</small></a
>
<a href="./tg" class="component-button"
><small class="">Telegram</small></a
<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 class="hero" id="hero">
<img
src="../img/logos/dragonx_logotext_light.svg"
alt="dragonx hero logo"
/>
<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>
<div class="btn alt-btn">
<a href="./releases">Latest Release Info</a>
<img class="btn-icon" src="../img/graphics/icon_link_out.svg" alt="" />
</div>
<h2>Get A Wallet Now</h2>
<p>Direct Download</p>
<div class="btn-container">
<button
class="btn wallet-download"
onclick="window.location = 'https://git.hush.is/attachments/c9ae87fa-0439-418a-8d34-d42e02930825'"
>
<a href="./matrix" class="component-button"
><small class="">Matrix</small></a
<img src="../img/logos/icon_windows_white.svg" alt="button-icon" />
<p>Windows</p>
</button>
<button
class="btn wallet-download"
onclick="window.location = 'https://git.hush.is/attachments/ebbdc1a3-5e7e-4070-8e39-078f919dd9f5'"
>
<a
href="https://explorer.dragonx.is"
class="component-button"
style="--index: 3"
><small class="">Explorer</small></a
<img src="../img/logos/icon_apple_white.svg" alt="button-icon" />
<p>Apple</p>
</button>
<button
class="btn wallet-download"
onclick="window.location = 'https://git.hush.is/attachments/20e30b52-83b8-46dc-aae4-50c9edcc75a0'"
>
<a
href="https://www.youtube.com/channel/UCmGOYuRrFbPGRw5vytVgUQw"
class="component-button"
style="--index: 3"
><small class="">Guides</small></a
<img src="../img/logos/icon_android_white.svg" alt="button-icon" />
<p>Android</p>
</button>
<button
class="btn wallet-download"
onclick="window.location = 'https://git.hush.is/attachments/4f2e2fae-2786-4a91-9266-ad58a92fb607'"
>
</nav>
</nav>
</header>
<div class="header-space"></div>
<div class="divider"></div>
<figure class="hero-image">
<img
src="../img/graphic_hero_dragonx_notext.png"
alt="dragonx the world's first cpu mineable zk-snarks cryptocurrency"
/>
</figure>
<h2>The World's First CPU Mineable zk-SNARKs Cryptocurrency</h2>
<h3 class="os-download-title" id="directDownload">Direct Download</h3>
<span
style="
display: flex;
justify-content: center;
width: 100%;
text-align: center;
"
>Available on GNU/Linux and Windows 10</span
>
<div class="os-download-container">
<a
href="https://git.hush.is/attachments/c9ae87fa-0439-418a-8d34-d42e02930825"
class="wallet-btn component-button"
><img
src="../img/logos/logo_windows_white.svg"
alt=""
class="btn-logo"
/><small class="">Windows Wallet</small>
</a>
<a
href="https://git.hush.is/attachments/ebbdc1a3-5e7e-4070-8e39-078f919dd9f5"
class="wallet-btn component-button"
><img
src="../img/logos/logo_apple_white.svg"
alt=""
class="btn-logo"
/><small class="">Mac Wallet</small>
</a>
<a
href="https://git.hush.is/attachments/20e30b52-83b8-46dc-aae4-50c9edcc75a0"
class="wallet-btn component-button"
><img
src="../img/logos/logo_android_white.svg"
alt=""
class="btn-logo"
/><small class="">Android Wallet</small>
</a>
</div>
<div class="hero-download">
<div class="hero-btn-container">
<a
href="https://git.hush.is/hush/SilentDragon/releases"
class="component-button hero-btn"
style="--index: 0"
><small class="">Full Node Source Code</small>
</a>
<!-- <a
href="https://git.hush.is/hush/SilentDragon/releases/tag/v1.3.1"
class="component-button hero-btn"
style="--index: 0"
><small class="">Lite Wallet Source Code</small>
</a> -->
<a
href="https://git.hush.is/dragonx/SilentDragonXAndroid/releases"
class="component-button hero-btn"
style="--index: 0"
><small class="">Mobile Wallet Source Code</small>
</a>
<img src="../img/logos/icon_linux_white.svg" alt="button-icon" />
<p>Linux</p>
</button>
</div>
</div>
</div>
<div class="divider"></div>
<h1 style="font-size: 3.5rem; margin-top: 22vh">What is DragonX?</h1>
<p class="about-summary">
DragonX is a cryptocurrency and messenger built using the technology of
the
<a href="https://hush.is" style="text-decoration: none; font-weight: 600"
>HUSH</a
>
blockchain.
</p>
<section class="grid-content-1x3">
<div class="grid-item">
<div class="grid-inner-container">
<img
src="../img/graphics/graphic_cpu.png"
alt="cpu mining, randomx"
/>
</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.
</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.
</p>
<a href="https://git.hush.is/hush/hush3/src/branch/dev/doc/randomx.md"
>Learn More</a
>
</div>
<a href="https://git.hush.is/hush/hush3/src/branch/dev/doc/randomx.md"
>Learn More</a
>
</div>
<div class="grid-item">
<div class="grid-inner-container">
<img
src="../img/graphics/graphic_no_tax.png"
alt="money bag with cross overlay"
/>
<div class="card flex-center">
<img src="../img/graphics/graphic_no_tax.png" alt="" />
<p>
NO Pre-Mine and NO dev-tax. Announced in advance for a fair launch.
NO Pre-Mine and NO dev-tax. Announced in advance for a fair launch..
</p>
<a
href="https://bitcointalk.org/index.php?topic=5415965.msg61063012#msg61063012"
>Learn More</a
>
</div>
<a
href="https://bitcointalk.org/index.php?topic=5415965.msg61063012#msg61063012"
>Learn More</a
>
</div>
<div class="grid-item">
<div class="grid-inner-container">
<img src="../img/graphics/graphic_zk_scaling.png" alt="bar graph" />
<div class="card flex-center">
<img src="../img/graphics/graphic_zk_scaling.png" alt="" />
<p>Network level scaling anonymity with zk-SNARKS</p>
<a href="https://git.hush.is/hush/anonsets">Learn More</a>
</div>
<a href="https://git.hush.is/hush/anonsets">Learn More</a>
</div>
<div class="grid-item">
<div class="grid-inner-container">
<img
src="../img/graphics/graphic_sietch.png"
alt="eye looking over broken chain link"
/>
<div class="card flex-center">
<img src="../img/graphics/graphic_sietch.png" alt="" />
<p>Shielded transaction layer utilizing a technology called SIETCH</p>
<a href="https://git.hush.is/hush/sietch">Learn More</a>
</div>
<a href="https://git.hush.is/hush/sietch">Learn More</a>
</div>
<div class="grid-item">
<div class="grid-inner-container">
<img
src="../img/graphics/graphic_smartchain.png"
alt="blockchain, smart chain"
/>
<div class="card flex-center">
<img src="../img/graphics/graphic_smartchain.png" alt="" />
<p>Fully independent blockchain built with HUSH</p>
<a href="https://git.hush.is/hush/hush-smart-chains">Learn More</a>
</div>
<a href="https://git.hush.is/hush/hush-smart-chains">Learn More</a>
</div>
<div class="grid-item">
<div class="grid-inner-container">
<img
src="../img/graphics/graphic_chat.png"
alt="chat bubbles secured with a key"
/>
<div class="card flex-center">
<img src="../img/graphics/graphic_chat.png" alt="" />
<p>
Encrypted Chat system with no phone numbers or centralized servers
</p>
<a href="https://git.hush.is/hush/hushchat">Learn More</a>
</div>
<a href="https://git.hush.is/hush/hushchat">Learn More</a>
</div>
</section>
<div class="divider"></div>
<section id="exchanges">
<h2>Exchanges</h2>
<div style="display: flex;">
<div class="exchanges-card">
<h3>nonkyc exchange</h3>
<img src="../img/logos/logo_nonkyc.svg" alt="">
<a href="https://nonkyc.io/market/DRGX_BTC"></a>
</div>
<div class="exchanges-card">
<h3>nonkyc exchange</h3>
<img src="../img/logos/logo_safetrade.svg" alt="">
<a href="https://safe.trade/exchange/DRGX-BTC?type=basic"></a>
</div>
</div>
<section class="roadmap" id="roadmap">
<h2>Roadmap</h2>
</section>
<div class="divider"></div>
<section class="specs-section">
<div class="specs-content-body">
<div class="specs-tab">
<h3>Specifications</h3>
</div>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">Algorithm:</span>
</div>
<div class="specs-bar-right">
<span class="specs-right">RandomX</span>
</div>
</div>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">Blocktime:</span>
</div>
<div class="specs-bar-right">
<span class="specs-right">36 Seconds</span>
</div>
</div>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">Block Reward:</span>
</div>
<div class="specs-bar-right">
<span class="specs-right">3 DRGX</span>
</div>
</div>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">Reward Halving:</span>
</div>
<div class="specs-bar-right">
<span class="specs-right">Every 3.5M Blocks</span>
</div>
</div>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">Total Supply:</span>
</div>
<div class="specs-bar-right">
<span class="specs-right">21,000,000 DRGX</span>
</div>
</div>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">Premine:</span>
</div>
<div class="specs-bar-right">
<span class="specs-right">0 DRGX</span>
</div>
</div>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">P2P Port:</span>
</div>
<div class="specs-bar-right">
<span class="specs-right">21768</span>
</div>
</div>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">RPC Port:</span>
</div>
<div class="specs-bar-right">
<span class="specs-right">21769</span>
</div>
<section class="specs" id="specs">
<h2>Chain Specifications</h2>
<table>
<tr>
<td>Algorithm:</td>
<td>RandomX</td>
</tr>
<tr>
<td>Blocktime:</td>
<td>36 Seconds</td>
</tr>
<tr>
<td>Block Reward:</td>
<td>3 DRGX</td>
</tr>
<tr>
<td>Reward Halving:</td>
<td>Every 3.5M Blocks</td>
</tr>
<tr>
<td>Total Supply:</td>
<td>21,000,000 DRGX</td>
</tr>
<tr>
<td>Premine:</td>
<td>0 DRGX</td>
</tr>
<tr>
<td>P2P Port:</td>
<td>21768</td>
</tr>
<tr>
<td>RPC Port:</td>
<td>21769</td>
</tr>
</table>
</section>
<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>
</section>
<div class="divider"></div>
<div style="margin: 2rem 0 2rem 0">
<a href="" 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'"
alt=""
/></a>
<a href="" 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'"
alt=""
/></a>
<a href="" 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'"
alt=""
/></a>
</div>
© Copyright DragonX <script type="text/javascript">document. write(new Date(). getFullYear());</script>
</footer>
</body>
</html>

398
dragonx.is/index.old.html

@ -1,398 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="uisual" content="Hush uses this html/css template made by uisual.com">
<link rel="stylesheet" href="style.old.css">
<title>Hush - Speak and Transact Freely</title>
</head>
<input type="checkbox" id="nav-check">
<div class="nav">
<div class="sidebar-menu-container">
<div class="nav-btn">
<label for="nav-check">
<img class="nav-menu-icon" src="img/mobile-sidebar-button.png" alt="">
</label>
</div>
</div>
<div class="mobile-sidebar">
<div class="mobile-nav-container">
<a href="#buy" class="component-button-mobile"><small class="mobile">Mine DragonX</small></a>
<a href="#download" class="component-button-mobile"><small class="mobile">Download Wallet</small></a>
<a href="#contact" class="component-button-mobile"><small class="mobile">Tech Support</small></a>
</div>
</div>
</div>
<body>
<!------------------- MOBILE ------------------->
<div class="header-nav mobile">
<header class="section-header mobile">
<a href="https://hush.is">
<svg class="header-logo mobile" xmlns="http://www.w3.org/2000/svg" width="6rem" height="6rem" viewBox="0 0 128 128">
<path fill="white" stroke="none" stroke-width="1" d="M35.86 47.8c-2.76 3.53-5.73 6.97-8.88 10.45-4.11-3.47-8.71-4.13-8.71-4.13 17.78-6.06 2.18-11.77.22-12.65C.14 33.19 0 11.47 0 11.47c8.93 26.49 28.25 25.06 28.25 25.06.28-.17.52-.36.72-.55 1.27 2.54 3.56 6.73 6.89 11.83Zm10.31-16.46c-1.05 2.32-2.26 4.52-3.58 6.7a70.682 70.682 0 0 1-3.58-6.7c1.35-2.67 3.58-15.96 3.58-15.96s2.23 13.29 3.58 15.96Zm5.73 44.63-2.7 1.82s-.08-3.45-2.73-1.43c-.33.25-1.85 1.71-.03 3.31 0 0-3.14 3.17-3.86 6.37-.72-3.2-3.86-6.37-3.86-6.37 1.82-1.6.3-3.06-.03-3.31-2.65-2.01-2.73 1.43-2.73 1.43l-2.7-1.82c.22-2.76.08-5.18-.36-7.3 3.64-3.83 6.86-7.66 9.68-11.33 2.84 3.67 6.04 7.5 9.68 11.33-.44 2.12-.58 4.55-.36 7.3Zm15-21.86s-4.6.66-8.71 4.13c-3.11-3.47-6.12-6.92-8.88-10.45 3.34-5.1 5.62-9.29 6.89-11.83.19.19.44.39.72.55 0 0 19.32 1.43 28.25-25.06 0 0-.14 21.72-18.5 29.99-1.96.88-17.56 6.59.22 12.65Z"/>
<path fill="#91a4b8" stroke="none" stroke-width="1" d="M73.6 99.29s-4.88-19.16-14.53-26.71c-6.62-6.23-12.13-12.79-16.48-18.74-4.36 5.95-9.87 12.54-16.48 18.74-9.62 7.55-14.53 26.71-14.53 26.71-1.85-18.88 6.09-27.79 9.98-32.03 6.06-6.59 11.88-12.85 16.87-19.41-5.93-8.88-8.85-15.3-8.85-15.3-.69-2.54-2.98-5.15-2.98-5.15 4.71-6.28-1.24-13.18-1.24-13.18C29.85 9.86 30.57 6.45 31.81 0c-1.52 17.34 3.11 30.32 10.81 41.98C50.26 30.32 54.89 17.34 53.37 0c1.24 6.48 1.96 9.87 6.45 14.22 0 0-5.95 6.89-1.24 13.18 0 0-2.29 2.62-2.98 5.15 0 0-2.92 6.42-8.82 15.3 4.99 6.56 10.83 12.85 16.87 19.41 3.86 4.24 11.8 13.15 9.95 32.03Z" />
</svg>
</a>
</header>
</div>
<div class="header-nav filler">
<header class="section-header">
</header>
</div>
<div class="hero-background mobile">
<img class="hero-image-mobile mobile" src="img/graphic_hero_dragonx.png" alt="">
</div>
<a href="#download" class="component-button hero-download mobile"><small>Download HUSH & HUSH chat</small></a>
<small class="hero-small mobile">Available on GNU/Linux and Windows 10</small>
<div class="page-content mobile">
<h2 class="home-heading mobile">Why HUSH?</h2>
<p>Hush claims to be the most private cryptocurrency and here is why</p>
<div class="grid-container-3x2 mobile">
<div class="grid-item-3x2 mobile">
<div class="grid-sub-item">
<img class="grid-item-icon" src="img/icon_privacy_by_default.png" alt="">
<h4 class="grid-item-title">Private by Default</h4>
<p class="grid-item-desc" >HUSH achieves privacy with mandatory z2z transactions</p>
</div>
<div class="grid-item-button">
<a href="#contact"><p class="grid-item-button-text">learn more</p></a>
</div>
</div>
<div class="grid-item-3x2 mobile">
<div class="grid-sub-item">
<img class="grid-item-icon" src="img/icon_network_encrypted.png" alt="">
<h4 class="grid-item-title">Network Encryption</h4>
<p class="grid-item-desc" >First cryptocoin to encrypt data at protocol level</p>
</div>
<div class="grid-item-button">
<a href="#contact"><p class="grid-item-button-text">learn more</p></a>
</div>
</div>
<div class="grid-item-3x2 mobile">
<div class="grid-sub-item">
<img class="grid-item-icon" src="img/icon_encrypted_messaging.png" alt="">
<h4 class="grid-item-title">Encrypted Chat System</h4>
<p class="grid-item-desc" >HushChat has no phone numbers nor centralized web servers</p>
</div>
<div class="grid-item-button">
<a href="https://git.hush.is/hush/hushchat"><p class="grid-item-button-text">learn more</p></a>
</div>
</div>
<div class="grid-item-3x2 mobile">
<div class="grid-sub-item">
<img class="grid-item-icon" src="img/icon_anonymity_set.png" alt="">
<h4 class="grid-item-title">Anonymity Set</h4>
<p class="grid-item-desc" >Hush has the largest anonset among all known privacy coins</p>
</div>
<div class="grid-item-button">
<a href="https://git.hush.is/hush/anonsets"><p class="grid-item-button-text">learn more</p></a>
</div>
</div>
<div class="grid-item-3x2 mobile">
<div class="grid-sub-item">
<img class="grid-item-icon" src="img/icon_sietch.png" alt="">
<h4 class="grid-item-title">Sietch</h4>
<p class="grid-item-desc" >Protection from linkability analysis of z2z transactions</p>
</div>
<div class="grid-item-button">
<a href="https://git.hush.is/hush/sietch"><p class="grid-item-button-text">learn more</p></a>
</div>
</div>
<div class="grid-item-3x2 mobile">
<div class="grid-sub-item">
<img class="grid-item-icon" src="img/icon_smartchains.png" alt="">
<h4 class="grid-item-title">Hush Smart Chains</h4>
<p class="grid-item-desc" >Create your own privacy coin with a single command</p>
</div>
<div class="grid-item-button">
<a href="https://git.hush.is/oDinZu/hush-smart-chains"><p class="grid-item-button-text">learn more</p></a>
</div>
</div>
</div>
</div>
<div class="divider mobile"></div>
<div id="download" class="page-content mobile">
<div class="grid-container-2x1 mobile">
<h2 class="grid-item-heading-2x2 mobile">HUSH Chat</h2>
<div>
<img class="grid-item-screenshot mobile" src="img/sdl.png" alt="">
</div>
<div class="grid-item-desc mobile" >
<p class="grid-item-desc-2x1 mobile" >Silent Dragon Lite has HUSH Chat, the most private messenger with no phone numbers and leaking no metadata</p>
<a href="https://git.hush.is/hush/SilentDragonLite/releases" class="component-button button-single-column mobile grid-1x2"><small class="mobile">Download Lite Wallet</small></a>
<small class="download-small mobile">Lite Wallet includes Hush Messenger</small>
</div>
</div>
<div class="grid-container-2x1 mobile">
<h2 class="grid-item-heading-2x2 mobile">HUSH Full Node Wallet</h2>
<div>
<img class="grid-item-screenshot mobile" src="img/sdl.png" alt="">
</div>
<div class="grid-item-desc mobile">
<p class="grid-item-desc-2x1 mobile" >Silent Dragon is the Full Node Wallet for HUSH that connects to a hushd Full Node software</p>
<a href="https://git.hush.is/hush/SilentDragon/releases" class="component-button button-single-column mobile grid-1x2"><small class="mobile">Download Full Node Wallet</small></a>
<small class="download-small mobile">Available on GNU/Linux and Windows 10</small>
</div>
</div>
</div>
<div id="buy" class="divider mobile">
</div>
<div class="page-content mobile">
<div class="">
<h2 class="">Buy HUSH</h2>
<p class="p-desc mobile" >1 HUSH = 10000 encrypted messages</p>
<div class="buttons-single-row mobile">
<a href="https://tradeogre.com/exchange/BTC-HUSH" class="component-button button-single-column mobile"><small class="mobile">Trade Ogre</small></a>
<a href="https://safe.trade/trading/hushbtc" class="component-button button-single-column mobile"><small class="mobile">Safe.trade</small></a>
<a href="https://hush.is/tg/" class="component-button button-single-column mobile"><small class="mobile">OTC Deal</small></a>
</div>
</div>
</div>
</div>
<div class="divider mobile">
</div>
<footer id="contact" class="section-footer mobile">
<div>
<h4 class="footer-CTA">Join Us!</h2>
<p class="footer-tagline" >Hush is a community project. Everyone is welcomed with open arms!</p>
</div>
<div class="container-footer-icons mobile">
<a href="https://hush.is/flote/"><img src="img/social_icons/icon_flote.svg" class="footer-icons" alt=""><span class="tooltip">Flote</span></a>
<a href="https://bitcointalk.org/index.php?topic=2008578.0"><img src="img/social_icons/icon_bitcointalk.svg" class="footer-icons" alt=""><span class="tooltip">BitcoinTalk</span></a>
<a href="https://git.hush.is/"><img src="img/social_icons/icon_git.svg" class="footer-icons" alt=""><span class="tooltip">Git</span></a>
<a href="https://hush.is/mastodon"><img src="img/social_icons/icon_mastodon.svg" class="footer-icons" alt=""><span class="tooltip">Mastodon</span></a>
<a href="https://hush.is/matrix/"><img src="img/social_icons/icon_matrix.svg" class="footer-icons" alt=""><span class="tooltip">Matrix</span></a>
<a href="https://hush.is/reddit/"><img src="img/social_icons/icon_reddit.svg" class="footer-icons" alt=""><span class="tooltip">Reddit</span></a>
<a href="https://hush.is/tg/"><img src="img/social_icons/icon_telegram.svg" class="footer-icons" alt=""><span class="tooltip">Telegram</span></a>
<a href="https://hush.is/twitter/"><img src="img/social_icons/icon_twitter.svg" class="footer-icons" alt=""><span class="tooltip">Twitter</span></a>
<a href="https://videos.hush.is/"><img src="img/social_icons/icon_peertube.svg" class="footer-icons" alt=""><span class="tooltip">Peertube</span></a>
</div>
<div class="footer-copywrite">
Copyright © 2016-2022 The Hush developers. All rights reserved.
</div>
</footer>
</div>
<!------------------- DESKTOP ------------------->
<div class="header-nav desktop">
<header class="section-header">
<a href="https://hush.is">
<svg class="header-logo" xmlns="http://www.w3.org/2000/svg" width="8rem" height="8rem" viewBox="0 0 128 128">
<path fill="white" stroke="none" stroke-width="1" d="M35.86 47.8c-2.76 3.53-5.73 6.97-8.88 10.45-4.11-3.47-8.71-4.13-8.71-4.13 17.78-6.06 2.18-11.77.22-12.65C.14 33.19 0 11.47 0 11.47c8.93 26.49 28.25 25.06 28.25 25.06.28-.17.52-.36.72-.55 1.27 2.54 3.56 6.73 6.89 11.83Zm10.31-16.46c-1.05 2.32-2.26 4.52-3.58 6.7a70.682 70.682 0 0 1-3.58-6.7c1.35-2.67 3.58-15.96 3.58-15.96s2.23 13.29 3.58 15.96Zm5.73 44.63-2.7 1.82s-.08-3.45-2.73-1.43c-.33.25-1.85 1.71-.03 3.31 0 0-3.14 3.17-3.86 6.37-.72-3.2-3.86-6.37-3.86-6.37 1.82-1.6.3-3.06-.03-3.31-2.65-2.01-2.73 1.43-2.73 1.43l-2.7-1.82c.22-2.76.08-5.18-.36-7.3 3.64-3.83 6.86-7.66 9.68-11.33 2.84 3.67 6.04 7.5 9.68 11.33-.44 2.12-.58 4.55-.36 7.3Zm15-21.86s-4.6.66-8.71 4.13c-3.11-3.47-6.12-6.92-8.88-10.45 3.34-5.1 5.62-9.29 6.89-11.83.19.19.44.39.72.55 0 0 19.32 1.43 28.25-25.06 0 0-.14 21.72-18.5 29.99-1.96.88-17.56 6.59.22 12.65Z"/>
<path fill="#91a4b8" stroke="none" stroke-width="1" d="M73.6 99.29s-4.88-19.16-14.53-26.71c-6.62-6.23-12.13-12.79-16.48-18.74-4.36 5.95-9.87 12.54-16.48 18.74-9.62 7.55-14.53 26.71-14.53 26.71-1.85-18.88 6.09-27.79 9.98-32.03 6.06-6.59 11.88-12.85 16.87-19.41-5.93-8.88-8.85-15.3-8.85-15.3-.69-2.54-2.98-5.15-2.98-5.15 4.71-6.28-1.24-13.18-1.24-13.18C29.85 9.86 30.57 6.45 31.81 0c-1.52 17.34 3.11 30.32 10.81 41.98C50.26 30.32 54.89 17.34 53.37 0c1.24 6.48 1.96 9.87 6.45 14.22 0 0-5.95 6.89-1.24 13.18 0 0-2.29 2.62-2.98 5.15 0 0-2.92 6.42-8.82 15.3 4.99 6.56 10.83 12.85 16.87 19.41 3.86 4.24 11.8 13.15 9.95 32.03Z" />
</svg>
</a>
<div class="nav-buttons">
<a href="#buy" class="component-button desktop-nav"><small>Buy DragonX</small></a>
<a href="#download" class="component-button desktop-nav"><small>Download Wallet</small></a>
<a href="#contact" class="component-button desktop-nav"><small>Tech Support</small></a>
</div>
</header>
</div>
<div class="hero-background desktop">
<img class="hero-image desktop" src="img/graphic_hero_dragonx.png" alt="">
</div>
<a href="#contact" class="component-button hero-download desktop"><small>Download HUSH & HUSH chat</small></a>
<small class="hero-small desktop">Available on GNU/Linux and Windows 10</small>
<div class="page-content desktop">
<h2 class="home-heading">Why HUSH?</h2>
<p>Hush claims to be the most private cryptocurrency and here is why</p>
<div class="grid-container-3x2">
<div class="grid-item-3x2 desktop">
<div class="grid-sub-item">
<img class="grid-item-icon" src="img/icon_privacy_by_default.png" alt="">
<h4 class="grid-item-title">Private by Default</h4>
<p class="grid-item-desc" >HUSH achieves privacy with mandatory z2z transactions</p>
</div>
<div class="grid-item-button">
<a href="#contact"><p class="grid-item-button-text">learn more</p></a>
</div>
</div>
<div class="grid-item-3x2 desktop">
<div class="grid-sub-item">
<img class="grid-item-icon" src="img/icon_network_encrypted.png" alt="">
<h4 class="grid-item-title">Network Encryption</h4>
<p class="grid-item-desc" >First cryptocoin to encrypt data at protocol level</p>
</div>
<div class="grid-item-button">
<a href="#contact"><p class="grid-item-button-text">learn more</p></a>
</div>
</div>
<div class="grid-item-3x2 desktop">
<div class="grid-sub-item">
<img class="grid-item-icon" src="img/icon_encrypted_messaging.png" alt="">
<h4 class="grid-item-title">Encrypted Chat System</h4>
<p class="grid-item-desc" >HushChat has no phone numbers nor centralized web servers</p>
</div>
<div class="grid-item-button">
<a href="https://git.hush.is/hush/hushchat"><p class="grid-item-button-text">learn more</p></a>
</div>
</div>
<div class="grid-item-3x2 desktop">
<div class="grid-sub-item">
<img class="grid-item-icon" src="img/icon_anonymity_set.png" alt="">
<h4 class="grid-item-title">Anonymity Set</h4>
<p class="grid-item-desc" >Hush has the largest anonset among all known privacy coins</p>
</div>
<div class="grid-item-button">
<a href="https://git.hush.is/hush/anonsets"><p class="grid-item-button-text">learn more</p></a>
</div>
</div>
<div class="grid-item-3x2 desktop">
<div class="grid-sub-item">
<img class="grid-item-icon" src="img/icon_sietch.png" alt="">
<h4 class="grid-item-title">Sietch</h4>
<p class="grid-item-desc" >Protection from linkability analysis of z2z transactions</p>
</div>
<div class="grid-item-button">
<a href="https://git.hush.is/hush/sietch"><p class="grid-item-button-text">learn more</p></a>
</div>
</div>
<div class="grid-item-3x2 desktop">
<div class="grid-sub-item">
<img class="grid-item-icon" src="img/icon_smartchains.png" alt="">
<h4 class="grid-item-title">Hush Smart Chains</h4>
<p class="grid-item-desc" >Create your own privacy coin with a single command</p>
</div>
<div class="grid-item-button">
<a href="https://git.hush.is/oDinZu/hush-smart-chains"><p class="grid-item-button-text">learn more</p></a>
</div>
</div>
</div>
</div>
<div class="divider desktop">
</div>
<div id="download" class="page-content desktop">
<div class="grid-container-2x1">
<div>
<h2 class="grid-item-heading-2x2">HUSH Chat</h2>
<p class="grid-item-desc-2x1" >Silent Dragon Lite has HUSH Chat, the most private messenger with no phone numbers and leaking no metadata</p>
<a href="https://git.hush.is/hush/SilentDragonLite/releases" class="component-button button-single-column"><small>Download Lite Wallet</small></a>
<small class="download-small">Lite Wallet includes Hush Messenger</small>
</div>
<div>
<img class="grid-item-screenshot" src="img/sdl.png" alt="">
</div>
</div>
<div class="grid-container-2x1">
<div>
<img class="grid-item-screenshot" src="img/sdl.png" alt="">
</div>
<div>
<h2 class="grid-item-heading-2x2">HUSH Full Node Wallet</h2>
<p class="grid-item-desc-2x1" >Silent Dragon is the Full Node Wallet for HUSH that connects to a hushd Full Node software</p>
<a href="https://git.hush.is/hush/SilentDragon/releases" class="component-button button-single-column"><small>Download Full Node Wallet</small></a>
<small class="download-small">Available on GNU/Linux and Windows 10</small>
</div>
</div>
</div>
<div id="buy" class="divider desktop">
</div>
<div class="page-content desktop">
<div class="">
<h2 class="">Buy HUSH</h2>
<p class="" >1 HUSH = 10000 encrypted messages</p>
<div class="buttons-single-row">
<a href="https://tradeogre.com/exchange/BTC-HUSH" class="component-button button-single-column"><small>Trade Ogre</small></a>
<a href="https://safe.trade/trading/hushbtc" class="component-button button-single-column"><small>Safe.trade</small></a>
<a href="https://hush.is/tg/" class="component-button button-single-column"><small>OTC Deal</small></a>
</div>
</div>
</div>
</div>
<div class="divider desktop">
</div>
<footer id="contact" class="section-footer desktop">
<div>
<h4 class="footer-CTA">Join Us!</h2>
<p class="footer-tagline" >Hush is a community project. Everyone is welcomed with open arms!</p>
</div>
<div class="container-footer-icons">
<a href="https://hush.is/flote/"><img src="img/social_icons/icon_flote.svg" class="footer-icons" alt=""><span class="tooltip">Flote</span></a>
<a href="https://bitcointalk.org/index.php?topic=2008578.0"><img src="img/social_icons/icon_bitcointalk.svg" class="footer-icons" alt=""><span class="tooltip">BitcoinTalk</span></a>
<a href="https://git.hush.is/"><img src="img/social_icons/icon_git.svg" class="footer-icons" alt=""><span class="tooltip">Git</span></a>
<a href="https://hush.is/mastodon"><img src="img/social_icons/icon_mastodon.svg" class="footer-icons" alt=""><span class="tooltip">Mastodon</span></a>
<a href="https://hush.is/matrix/"><img src="img/social_icons/icon_matrix.svg" class="footer-icons" alt=""><span class="tooltip">Matrix</span></a>
<a href="https://hush.is/reddit/"><img src="img/social_icons/icon_reddit.svg" class="footer-icons" alt=""><span class="tooltip">Reddit</span></a>
<a href="https://hush.is/tg/"><img src="img/social_icons/icon_telegram.svg" class="footer-icons" alt=""><span class="tooltip">Telegram</span></a>
<a href="https://hush.is/twitter/"><img src="img/social_icons/icon_twitter.svg" class="footer-icons" alt=""><span class="tooltip">Twitter</span></a>
<a href="https://videos.hush.is/"><img src="img/social_icons/icon_peertube.svg" class="footer-icons" alt=""><span class="tooltip">Peertube</span></a>
</div>
<div class="footer-copywrite">
Copyright © 2016-2022 The Hush developers. All rights reserved.
</div>
</footer>
</div>
</body>
</html>

205
dragonx.is/mining/index.html

@ -0,0 +1,205 @@
<!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="mining" class="justify-center flex-col">
<h2 style="margin-bottom: 4rem">How To Mine DragonX</h2>
<div>
<h3>
Mining From Silent Dragon <br />
(GUI WALLET)
</h3>
<p>
The easiest way to mine is with the Silent Dragon X Wallet. Simply
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>
<img
class="how-to-gif"
src="../../img/graphics/screenshots/SDX_mining_screen.gif"
alt=""
/>
</div>
<div>
<h3>
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 />
Unzip the archive.
<img
class="how-to-gif"
src="../../img/graphics/screenshots/drgx screen 1.png"
alt=""
/>
</p>
<p>
Then navigate to the folder containing the wallet. Then in an empty area of
the windows explorer,<br>
<b>right click > Open in Terminal</b> <br /><br />
<img
class="how-to-gif"
src="../../img/graphics/screenshots/drgx screen 2.png"
alt=""
/>
If windows terminal is not installed, it can be found
<a
href="https://apps.microsoft.com/detail/9N0DX20HK701?hl=en-US&gl=US"
>here</a
>.
<br /><br />
In the terminal type <b>./dragonxd</b> to start the node.
</p>
<img
class="how-to-gif"
src="../../img/graphics/screenshots/drgx screen 3.png"
alt=""
/>
<p>Then right click the tab in the terminal and <b>Duplicate Tab</b></p>.
<img
class="how-to-gif"
src="../../img/graphics/screenshots/drgx screen 4.png"
alt=""
/>
<p>
Then in the new tab type <b>./dragonx-cli getinfo</b>. You will know
when the node is fully synced and ready to start mining when both
<b>"blocks" and "longestchain"</b> are the same number.
</p>
<img
class="how-to-gif"
src="../../img/graphics/screenshots/drgx screen 5.png"
alt=""
/>
<p>
After syncing your node, type
<b>./dragonx-cli setgenerate true $(1)</b> <br />
<br /><b>"1"</b> can be changed for the number of threads you want to
mine with, more threads means more mining power. Generally you can
find the total number of threads your CPU has by taking the number of
cores and multiplying by 2.
</p>
<img
class="how-to-gif"
src="../../img/graphics/screenshots/drgx screen 6.png"
alt=""
/>
<p>
If you check back on the first tab running the node you will notice it
now shows <b>setgenerate:HUSH_MININGTHREADS=1</b>.
</p>
<img
class="how-to-gif"
src="../../img/graphics/screenshots/drgx screen 7.png"
alt=""
/>
<p>You are now mining DragonX from the terminal!</p>
<p>
To stop mining simply type <b>./dragonx-cli setgenerate false</b> in
the second terminal tab.
</p>
<p>
you can check your balance with <b>./dragonx-cli getwalletinfo</b>
</p>
<p>
To use any mined funds they must first be shielded to a z-address
which can be done by generating a z-address and shielding all funds to
that address with: <br /><br /><b>./dragonx-cli z_getnewaddress</b>
<br /><br />
<b>./dragonx-cli z_shieldcoinbase "*" "generated z-address" 0.0001 0</b>
</p>
<p>this will shield all mining funds to the specified z-address.</p>
<p>shielded funds can be checked with <b>./dragonx-cli z_gettotalbalance</b></p>
</div>
</section>
<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">
<a href="" 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'"
alt=""
/></a>
<a href="" 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'"
alt=""
/></a>
<a href="" 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'"
alt=""
/></a>
</div>
© Copyright DragonX
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
</footer>
</body>
</html>

380
dragonx.is/old,index.html

@ -0,0 +1,380 @@
<!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" />
<link rel="stylesheet" href="style.css?=v2" />
<link rel="icon" type="image/x-icon" href="./logo_dragonx.ico" />
<title>DragonX</title>
</head>
<body>
<header>
<input type="checkbox" id="nav-check" />
<nav class="nav-bar mobile">
<div class="toggle-overlay" style="pointer-events: none"></div>
<a href="https://dragonx.is">
<svg
class="header-logo mobile"
xmlns="http://www.w3.org/2000/svg"
width="12vh"
height="12vh"
viewBox="0 0 128 128"
alt="dragonx logo"
>
<path
fill="white"
stroke="none"
stroke-width="1"
d="M35.86 47.8c-2.76 3.53-5.73 6.97-8.88 10.45-4.11-3.47-8.71-4.13-8.71-4.13 17.78-6.06 2.18-11.77.22-12.65C.14 33.19 0 11.47 0 11.47c8.93 26.49 28.25 25.06 28.25 25.06.28-.17.52-.36.72-.55 1.27 2.54 3.56 6.73 6.89 11.83Zm10.31-16.46c-1.05 2.32-2.26 4.52-3.58 6.7a70.682 70.682 0 0 1-3.58-6.7c1.35-2.67 3.58-15.96 3.58-15.96s2.23 13.29 3.58 15.96Zm5.73 44.63-2.7 1.82s-.08-3.45-2.73-1.43c-.33.25-1.85 1.71-.03 3.31 0 0-3.14 3.17-3.86 6.37-.72-3.2-3.86-6.37-3.86-6.37 1.82-1.6.3-3.06-.03-3.31-2.65-2.01-2.73 1.43-2.73 1.43l-2.7-1.82c.22-2.76.08-5.18-.36-7.3 3.64-3.83 6.86-7.66 9.68-11.33 2.84 3.67 6.04 7.5 9.68 11.33-.44 2.12-.58 4.55-.36 7.3Zm15-21.86s-4.6.66-8.71 4.13c-3.11-3.47-6.12-6.92-8.88-10.45 3.34-5.1 5.62-9.29 6.89-11.83.19.19.44.39.72.55 0 0 19.32 1.43 28.25-25.06 0 0-.14 21.72-18.5 29.99-1.96.88-17.56 6.59.22 12.65Z"
/>
<path
fill="#91a4b8"
stroke="none"
stroke-width="1"
d="M73.6 99.29s-4.88-19.16-14.53-26.71c-6.62-6.23-12.13-12.79-16.48-18.74-4.36 5.95-9.87 12.54-16.48 18.74-9.62 7.55-14.53 26.71-14.53 26.71-1.85-18.88 6.09-27.79 9.98-32.03 6.06-6.59 11.88-12.85 16.87-19.41-5.93-8.88-8.85-15.3-8.85-15.3-.69-2.54-2.98-5.15-2.98-5.15 4.71-6.28-1.24-13.18-1.24-13.18C29.85 9.86 30.57 6.45 31.81 0c-1.52 17.34 3.11 30.32 10.81 41.98C50.26 30.32 54.89 17.34 53.37 0c1.24 6.48 1.96 9.87 6.45 14.22 0 0-5.95 6.89-1.24 13.18 0 0-2.29 2.62-2.98 5.15 0 0-2.92 6.42-8.82 15.3 4.99 6.56 10.83 12.85 16.87 19.41 3.86 4.24 11.8 13.15 9.95 32.03Z"
/>
</svg>
</a>
<nav class="nav-links mobile">
<!-- https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md -->
<a
href="https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md"
class="component-button"
style="--index: 0"
><small class="">Mine DragonX</small></a
>
<a
href="https://dragonx.is#exchanges"
class="component-button"
style="--index: 0"
><small class="">Exchanges</small></a
>
<a href="./releases" class="component-button" style="--index: 1"
><small class="">Wallets</small></a
>
<a href="./tg" class="component-button" style="--index: 2"
><small class="">Telegram</small></a
>
<a href="./matrix" class="component-button" style="--index: 2"
><small class="">Matrix</small></a
>
<a
href="https://explorer.dragonx.is"
class="component-button"
style="--index: 3"
><small class="">Explorer</small></a
>
<a
href="https://www.youtube.com/channel/UCmGOYuRrFbPGRw5vytVgUQw"
class="component-button"
style="--index: 3"
><small class="">Guides</small></a
>
</nav>
<button
class="mobile-menu mobile"
style="background-color: rgba(0, 0, 0, 0); border-style: none"
>
<label for="nav-check">
<img
class="nav-mobile-icon nav-btn"
src="../img/mobile-sidebar-button.png"
alt="hamburger menu"
/>
</label>
</button>
</nav>
<nav class="nav-bar desktop">
<nav class="nav-links">
<!-- https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md -->
<a
href="https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md"
class="component-button"
><small class="">Mine DragonX</small></a
>
<a
href="https://dragonx.is#exchanges"
class="component-button"
><small class="">Exchanges</small></a
>
<a href="./releases/" class="component-button"
><small class="">Wallets</small></a
>
<a href="./tg" class="component-button"
><small class="">Telegram</small></a
>
<a href="./matrix" class="component-button"
><small class="">Matrix</small></a
>
<a
href="https://explorer.dragonx.is"
class="component-button"
style="--index: 3"
><small class="">Explorer</small></a
>
<a
href="https://www.youtube.com/channel/UCmGOYuRrFbPGRw5vytVgUQw"
class="component-button"
style="--index: 3"
><small class="">Guides</small></a
>
</nav>
</nav>
</header>
<div class="header-space"></div>
<div class="divider"></div>
<figure class="hero-image">
<img
src="../img/graphic_hero_dragonx_notext.png"
alt="dragonx the world's first cpu mineable zk-snarks cryptocurrency"
/>
</figure>
<h2>The World's First CPU Mineable zk-SNARKs Cryptocurrency</h2>
<h3 class="os-download-title" id="directDownload">Direct Download</h3>
<span
style="
display: flex;
justify-content: center;
width: 100%;
text-align: center;
"
>Available on GNU/Linux and Windows 10</span
>
<div class="os-download-container">
<a
href="https://git.hush.is/attachments/c9ae87fa-0439-418a-8d34-d42e02930825"
class="wallet-btn component-button"
><img
src="../img/logos/logo_windows_white.svg"
alt=""
class="btn-logo"
/><small class="">Windows Wallet</small>
</a>
<a
href="https://git.hush.is/attachments/ebbdc1a3-5e7e-4070-8e39-078f919dd9f5"
class="wallet-btn component-button"
><img
src="../img/logos/logo_apple_white.svg"
alt=""
class="btn-logo"
/><small class="">Mac Wallet</small>
</a>
<a
href="https://git.hush.is/attachments/20e30b52-83b8-46dc-aae4-50c9edcc75a0"
class="wallet-btn component-button"
><img
src="../img/logos/logo_android_white.svg"
alt=""
class="btn-logo"
/><small class="">Android Wallet</small>
</a>
</div>
<div class="hero-download">
<div class="hero-btn-container">
<a
href="https://git.hush.is/hush/SilentDragon/releases"
class="component-button hero-btn"
style="--index: 0"
><small class="">Full Node Source Code</small>
</a>
<!-- <a
href="https://git.hush.is/hush/SilentDragon/releases/tag/v1.3.1"
class="component-button hero-btn"
style="--index: 0"
><small class="">Lite Wallet Source Code</small>
</a> -->
<a
href="https://git.hush.is/dragonx/SilentDragonXAndroid/releases"
class="component-button hero-btn"
style="--index: 0"
><small class="">Mobile Wallet Source Code</small>
</a>
</div>
</div>
<div class="divider"></div>
<h1 style="font-size: 3.5rem; margin-top: 22vh">What is DragonX?</h1>
<p class="about-summary">
DragonX is a cryptocurrency and messenger built using the technology of
the
<a href="https://hush.is" style="text-decoration: none; font-weight: 600"
>HUSH</a
>
blockchain.
</p>
<section class="grid-content-1x3">
<div class="grid-item">
<div class="grid-inner-container">
<img
src="../img/graphics/graphic_cpu.png"
alt="cpu mining, randomx"
/>
<p>
DragonX is mined with a CPU rather than GPU or ASIC. This allows
anyone with a computer the ability to mine.
</p>
</div>
<a href="https://git.hush.is/hush/hush3/src/branch/dev/doc/randomx.md"
>Learn More</a
>
</div>
<div class="grid-item">
<div class="grid-inner-container">
<img
src="../img/graphics/graphic_no_tax.png"
alt="money bag with cross overlay"
/>
<p>
NO Pre-Mine and NO dev-tax. Announced in advance for a fair launch.
</p>
</div>
<a
href="https://bitcointalk.org/index.php?topic=5415965.msg61063012#msg61063012"
>Learn More</a
>
</div>
<div class="grid-item">
<div class="grid-inner-container">
<img src="../img/graphics/graphic_zk_scaling.png" alt="bar graph" />
<p>Network level scaling anonymity with zk-SNARKS</p>
</div>
<a href="https://git.hush.is/hush/anonsets">Learn More</a>
</div>
<div class="grid-item">
<div class="grid-inner-container">
<img
src="../img/graphics/graphic_sietch.png"
alt="eye looking over broken chain link"
/>
<p>Shielded transaction layer utilizing a technology called SIETCH</p>
</div>
<a href="https://git.hush.is/hush/sietch">Learn More</a>
</div>
<div class="grid-item">
<div class="grid-inner-container">
<img
src="../img/graphics/graphic_smartchain.png"
alt="blockchain, smart chain"
/>
<p>Fully independent blockchain built with HUSH</p>
</div>
<a href="https://git.hush.is/hush/hush-smart-chains">Learn More</a>
</div>
<div class="grid-item">
<div class="grid-inner-container">
<img
src="../img/graphics/graphic_chat.png"
alt="chat bubbles secured with a key"
/>
<p>
Encrypted Chat system with no phone numbers or centralized servers
</p>
</div>
<a href="https://git.hush.is/hush/hushchat">Learn More</a>
</div>
</section>
<div class="divider"></div>
<section id="exchanges">
<h2>Exchanges</h2>
<div style="display: flex;">
<div class="exchanges-card">
<h3>nonkyc exchange</h3>
<img src="../img/logos/logo_nonkyc.svg" alt="">
<a href="https://nonkyc.io/market/DRGX_BTC"></a>
</div>
<div class="exchanges-card">
<h3>nonkyc exchange</h3>
<img src="../img/logos/logo_safetrade.svg" alt="">
<a href="https://safe.trade/exchange/DRGX-BTC?type=basic"></a>
</div>
</div>
</section>
<div class="divider"></div>
<section class="specs-section">
<div class="specs-content-body">
<div class="specs-tab">
<h3>Specifications</h3>
</div>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">Algorithm:</span>
</div>
<div class="specs-bar-right">
<span class="specs-right">RandomX</span>
</div>
</div>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">Blocktime:</span>
</div>
<div class="specs-bar-right">
<span class="specs-right">36 Seconds</span>
</div>
</div>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">Block Reward:</span>
</div>
<div class="specs-bar-right">
<span class="specs-right">3 DRGX</span>
</div>
</div>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">Reward Halving:</span>
</div>
<div class="specs-bar-right">
<span class="specs-right">Every 3.5M Blocks</span>
</div>
</div>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">Total Supply:</span>
</div>
<div class="specs-bar-right">
<span class="specs-right">21,000,000 DRGX</span>
</div>
</div>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">Premine:</span>
</div>
<div class="specs-bar-right">
<span class="specs-right">0 DRGX</span>
</div>
</div>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">P2P Port:</span>
</div>
<div class="specs-bar-right">
<span class="specs-right">21768</span>
</div>
</div>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">RPC Port:</span>
</div>
<div class="specs-bar-right">
<span class="specs-right">21769</span>
</div>
</div>
</div>
</section>
<div class="divider"></div>
</body>
</html>

1003
dragonx.is/old.old.style.css

File diff suppressed because it is too large

415
dragonx.is/releases/index.html

@ -3,126 +3,50 @@
<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" />
<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="../logo_dragonx.ico" />
<link rel="icon" type="image/x-icon" href="../img/logo_dragonx.ico" />
<title>DragonX</title>
</head>
<body>
<header>
<input type="checkbox" id="nav-check" />
<nav class="nav-bar mobile">
<div class="toggle-overlay" style="pointer-events: none"></div>
<a href="https://dragonx.is">
<svg
class="header-logo mobile"
xmlns="http://www.w3.org/2000/svg"
width="12vh"
height="12vh"
viewBox="0 0 128 128"
alt="dragonx logo"
>
<path
fill="white"
stroke="none"
stroke-width="1"
d="M35.86 47.8c-2.76 3.53-5.73 6.97-8.88 10.45-4.11-3.47-8.71-4.13-8.71-4.13 17.78-6.06 2.18-11.77.22-12.65C.14 33.19 0 11.47 0 11.47c8.93 26.49 28.25 25.06 28.25 25.06.28-.17.52-.36.72-.55 1.27 2.54 3.56 6.73 6.89 11.83Zm10.31-16.46c-1.05 2.32-2.26 4.52-3.58 6.7a70.682 70.682 0 0 1-3.58-6.7c1.35-2.67 3.58-15.96 3.58-15.96s2.23 13.29 3.58 15.96Zm5.73 44.63-2.7 1.82s-.08-3.45-2.73-1.43c-.33.25-1.85 1.71-.03 3.31 0 0-3.14 3.17-3.86 6.37-.72-3.2-3.86-6.37-3.86-6.37 1.82-1.6.3-3.06-.03-3.31-2.65-2.01-2.73 1.43-2.73 1.43l-2.7-1.82c.22-2.76.08-5.18-.36-7.3 3.64-3.83 6.86-7.66 9.68-11.33 2.84 3.67 6.04 7.5 9.68 11.33-.44 2.12-.58 4.55-.36 7.3Zm15-21.86s-4.6.66-8.71 4.13c-3.11-3.47-6.12-6.92-8.88-10.45 3.34-5.1 5.62-9.29 6.89-11.83.19.19.44.39.72.55 0 0 19.32 1.43 28.25-25.06 0 0-.14 21.72-18.5 29.99-1.96.88-17.56 6.59.22 12.65Z"
/>
<path
fill="#91a4b8"
stroke="none"
stroke-width="1"
d="M73.6 99.29s-4.88-19.16-14.53-26.71c-6.62-6.23-12.13-12.79-16.48-18.74-4.36 5.95-9.87 12.54-16.48 18.74-9.62 7.55-14.53 26.71-14.53 26.71-1.85-18.88 6.09-27.79 9.98-32.03 6.06-6.59 11.88-12.85 16.87-19.41-5.93-8.88-8.85-15.3-8.85-15.3-.69-2.54-2.98-5.15-2.98-5.15 4.71-6.28-1.24-13.18-1.24-13.18C29.85 9.86 30.57 6.45 31.81 0c-1.52 17.34 3.11 30.32 10.81 41.98C50.26 30.32 54.89 17.34 53.37 0c1.24 6.48 1.96 9.87 6.45 14.22 0 0-5.95 6.89-1.24 13.18 0 0-2.29 2.62-2.98 5.15 0 0-2.92 6.42-8.82 15.3 4.99 6.56 10.83 12.85 16.87 19.41 3.86 4.24 11.8 13.15 9.95 32.03Z"
/>
</svg>
</a>
<nav class="nav-links mobile">
<!-- https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md -->
<a
href="https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md"
class="component-button"
style="--index: 0"
><small class>Mine DragonX</small></a
>
<a href="#" class="component-button" style="--index: 1"
><small class>Wallets</small></a
>
<a href="./tg" class="component-button" style="--index: 2"
><small class>Telegram</small></a
>
<a href="./matrix" class="component-button" style="--index: 2"
><small class>Matrix</small></a
>
<a
href="https://explorer.dragonx.is"
class="component-button"
style="--index: 3"
><small class>Explorer</small></a
>
<a
href="https://www.youtube.com/channel/UCmGOYuRrFbPGRw5vytVgUQw"
class="component-button"
style="--index: 3"
><small class>Guides</small></a
>
</nav>
<button
class="mobile-menu mobile"
style="background-color: rgba(0, 0, 0, 0); border-style: none"
>
<label for="nav-check">
<img
class="nav-mobile-icon nav-btn"
src="../img/mobile-sidebar-button.png"
alt="hamburger menu"
/>
</label>
</button>
</nav>
<nav class="nav-bar desktop">
<nav class="nav-links">
<!-- https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md -->
<a
href="https://git.hush.is/dan_s/how-to-mine-dragonx/src/branch/master/README.md"
class="component-button"
><small class>Mine DragonX</small></a
>
<a href="#" class="component-button"
><small class>Wallets</small></a
>
<a href="./tg" class="component-button"
><small class>Telegram</small></a
>
<a href="./matrix" class="component-button"
><small class>Matrix</small></a
>
<a
href="https://explorer.dragonx.is"
class="component-button"
style="--index: 3"
><small class>Explorer</small></a
>
<a
href="https://www.youtube.com/channel/UCmGOYuRrFbPGRw5vytVgUQw"
class="component-button"
style="--index: 3"
><small class>Guides</small></a
>
</nav>
</nav>
<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>
<div class="header-space"></div>
<div class="divider"></div>
<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 class="section-default">
<article class="release-card">
<section class="releases flex-col" id="releases">
<h2>Latest Releases</h2>
<article class="release-card flex-center">
<div class="card-title">
<h2>Full Node GUI Wallet</h2>
<h2>SilentDragonX 1.4.0 "Zany Zooid"</h2>
<h2>SilentDragonX 1.4.1 "Scintillating Sundew"</h2>
</div>
<div class="card-content">
<div class="card-details">
<div class="card-content flex-center">
<div class="card-details flex-center">
<ul>
<li><span class="improvement">New:</span> View Block details</li>
<li>
@ -144,47 +68,61 @@
transactions
</li>
</ul>
<div class="card-btn-container">
<a
href="https://git.hush.is/attachments/8745ccd7-235c-4feb-844b-adb25fd332ee"
class="release-btn"
><img
src="../../img/logos/logo_windows_white.svg"
alt
class="release-img"
/>Windows ZIP</a
<div class="card-btn-container flex-center">
<button
class="btn wallet-download"
onclick="window.location = 'https://git.hush.is/attachments/9462e473-5c39-46dd-9120-fc8dbc1c62e0'"
>
<a
href="https://git.hush.is/attachments/c9ae87fa-0439-418a-8d34-d42e02930825"
class="release-btn"
><img
src="../../img/logos/logo_windows_white.svg"
alt
class="release-img"
/>Windows MSI</a
<img
src="../../img/logos/icon_windows_white.svg"
alt="button-icon"
/>
<p>Windows ZIP</p>
</button>
<button
class="btn wallet-download"
onclick="window.location = 'https://git.hush.is/attachments/c9ae87fa-0439-418a-8d34-d42e02930825'"
>
<a
href="https://git.hush.is/attachments/ebbdc1a3-5e7e-4070-8e39-078f919dd9f5"
class="release-btn"
><img
src="../../img/logos/logo_apple_white.svg"
alt
class="release-img"
/>Mac</a
<img
src="../../img/logos/icon_windows_white.svg"
alt="button-icon"
/>
<p>Windows MSI (V1.4.0)</p>
</button>
<button
class="btn wallet-download"
onclick="window.location = 'https://git.hush.is/attachments/5f32657c-bf30-43fd-80d0-4cea1183b9c6'"
>
<a
href="https://git.hush.is/hush/SilentDragon/releases"
class="release-btn"
><img
src="../../img/logos/logo_linux_white.svg"
alt
class="release-img"
/>Source Code</a
<img
src="../../img/logos/icon_apple_white.svg"
alt="button-icon"
/>
<p>mac</p>
</button>
<button
class="btn wallet-download"
onclick="window.location = 'https://git.hush.is/attachments/32e1e5aa-cb7b-4015-8b06-161afc16ed28'"
>
<img
src="../../img/logos/icon_linux_white.svg"
alt="button-icon"
/>
<p>Linux deb</p>
</button>
<button
class="btn wallet-download"
onclick="window.location = 'https://git.hush.is/hush/SilentDragon/releases'"
>
<img
src="../../img/logos/icon_git_white.svg"
alt="button-icon"
/>
<p>Source Code</p>
</button>
</div>
</div>
<div class="card-screenshot-container">
<div class="card-screenshot-container flex-center">
<img
class="card-screenshot"
src="../../img/graphics/screenshots/screenshot_SDX.png"
@ -193,8 +131,147 @@
</div>
</div>
</article>
<article class="release-card flex-center">
<div class="card-title">
<h2>Full Node CLI Wallet</h2>
<h2>Hush 3.10.1 "Oneiric Octopus""</h2>
</div>
<div class="card-content flex-center">
<div class="card-details flex-center">
<ul>
<li>
<span class="bug">Bug Fix: </span> Fix the bug which
causes "payment to wrong pubkey" error when syncing a new node
</li>
<li>
<span class="bug">Bug Fix: </span>Fixed compiling issues related to
RandomX v1.2.1
</li>
<li>
<span class="improvement">New:</span> Faster syncing of Hush and
DragonX full nodes
</li>
<li>
<span class="improvement">New: </span>Slightly less memory usage in each
Equihash/RandomX mining thread
</li>
<li>
<span class="improvement">New: </span>Improved RPC docs for
getblocktemplate
</li>
<li>
<span class="improvement">New: </span>Removed the getdeprecationinfo RPC
</li>
</ul>
<div class="card-btn-container flex-center">
<button
class="btn wallet-download"
onclick="window.location = 'https://git.hush.is/attachments/fc8a59ca-b536-4eb2-aa45-16557e4aa6c2'"
>
<img
src="../../img/logos/icon_windows_white.svg"
alt="button-icon"
/>
<p>Windows ZIP</p>
</button>
<button
class="btn wallet-download"
onclick="window.location = 'https://git.hush.is/attachments/d997a8cf-4ffb-4028-b2ff-ad9495a78450'"
>
<img
src="../../img/logos/icon_apple_white.svg"
alt="button-icon"
/>
<p>mac</p>
</button>
<button
class="btn wallet-download"
onclick="window.location = 'https://git.hush.is/attachments/8ad4f831-8882-488f-bab2-bc714c126770'"
>
<img
src="../../img/logos/icon_linux_white.svg"
alt="button-icon"
/>
<p>Linux tar.gz</p>
</button>
<button
class="btn wallet-download"
onclick="window.location = 'https://git.hush.is/hush/hush3/releases'"
>
<img
src="../../img/logos/icon_git_white.svg"
alt="button-icon"
/>
<p>Source Code</p>
</button>
</div>
</div>
<div class="card-screenshot-container flex-center">
<img
class="card-screenshot"
src="../../img/graphics/screenshots/screenshot_hush-cli_3.10.0.png"
alt=""
/>
</div>
</div>
</article>
<article class="release-card flex-center">
<div class="card-title">
<h2>Android Wallet</h2>
<h2>SilentDragonXAndroid v1.0.2</h2>
</div>
<div class="card-content flex-center">
<div class="card-details flex-center">
<ul>
<li>
<span class="improvement">New:</span> Updated checkpoints to
820,000 for faster syncing of new wallets & improved chain
security
</li>
<li>
<span class="improvement">New:</span> Minor performance tweaks
</li>
<li>
<span class="improvement">New:</span> Sapling params downloaded
from random locations for greater decentralization
</li>
</ul>
<div class="card-btn-container flex-center">
<button
class="btn wallet-download"
onclick="window.location = 'https://storage.hush.land/dragonx-sda/SilentDragonXAndroid.apk'"
>
<img
src="../../img/logos/icon_android_white.svg"
alt="button-icon"
/>
<p>Universal APK</p>
</button>
<button
class="btn wallet-download"
onclick="window.location = 'https://git.hush.is/dragonx/SilentDragonXAndroid/releases'"
>
<img
src="../../img/logos/icon_git_white.svg"
alt="button-icon"
/>
<p>Source Code</p>
</button>
</div>
</div>
<article class="release-card">
<div class="card-screenshot-container flex-center">
<img
class="card-screenshot"
src="../../img/graphics/screenshots/screenshot_drgx_android.png"
alt=""
/>
</div>
</div>
</article>
<!-- <article class="card flex-center">
<div class="card-title">
<h2>Full Node CLI Wallet</h2>
<h2>Full Node 3.10.0 "Sassy Siphonophore"</h2>
@ -262,7 +339,7 @@
</div>
</article>
<article class="release-card">
<article class="card flex-center">
<div class="card-title">
<h2>Android Wallet</h2>
<h2>SilentDragonXAndroid v1.0.2"</h2>
@ -315,9 +392,55 @@
/>
</div>
</div>
</article>
</article> -->
</section>
<div class="divider"></div>
<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">
<a href="" 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'"
alt=""
/></a>
<a href="" 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'"
alt=""
/></a>
<a href="" 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'"
alt=""
/></a>
</div>
© Copyright DragonX
<script type="text/javascript">
document.write(new Date().getFullYear());
</script>
</footer>
</body>
</html>

3430
dragonx.is/style.css

File diff suppressed because it is too large

BIN
img/fonts/Satoshi-Black.ttf

Binary file not shown.

BIN
img/fonts/Satoshi-Black.woff

Binary file not shown.

BIN
img/fonts/Satoshi-Black.woff2

Binary file not shown.

BIN
img/fonts/Satoshi-BlackItalic.woff

Binary file not shown.

BIN
img/fonts/Satoshi-BlackItalic.woff2

Binary file not shown.

BIN
img/fonts/Satoshi-Bold.woff

Binary file not shown.

BIN
img/fonts/Satoshi-Bold.woff2

Binary file not shown.

BIN
img/fonts/Satoshi-BoldItalic.woff

Binary file not shown.

BIN
img/fonts/Satoshi-BoldItalic.woff2

Binary file not shown.

BIN
img/fonts/Satoshi-Italic.woff

Binary file not shown.

BIN
img/fonts/Satoshi-Italic.woff2

Binary file not shown.

BIN
img/fonts/Satoshi-Light.woff

Binary file not shown.

BIN
img/fonts/Satoshi-Light.woff2

Binary file not shown.

BIN
img/fonts/Satoshi-LightItalic.woff

Binary file not shown.

BIN
img/fonts/Satoshi-LightItalic.woff2

Binary file not shown.

BIN
img/fonts/Satoshi-Medium.woff

Binary file not shown.

BIN
img/fonts/Satoshi-Medium.woff2

Binary file not shown.

BIN
img/fonts/Satoshi-MediumItalic.woff

Binary file not shown.

BIN
img/fonts/Satoshi-MediumItalic.woff2

Binary file not shown.

BIN
img/fonts/Satoshi-Regular.woff

Binary file not shown.

BIN
img/fonts/Satoshi-Regular.woff2

Binary file not shown.

BIN
img/fonts/Satoshi-Variable.woff

Binary file not shown.

BIN
img/fonts/Satoshi-Variable.woff2

Binary file not shown.

BIN
img/fonts/Satoshi-VariableItalic.woff

Binary file not shown.

BIN
img/fonts/Satoshi-VariableItalic.woff2

Binary file not shown.

BIN
img/graphics/bg_lava.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 KiB

54
img/graphics/dragonx_logo_slogan_light.svg

@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 256">
<defs>
<style>
.cls-1 {
fill: #fff;
}
.cls-1, .cls-2 {
stroke-width: 0px;
}
.cls-2 {
fill: #d82652;
}
</style>
</defs>
<g>
<path class="cls-2" d="m490.48,200.15s-9.07-35.61-27-49.65c-12.3-11.58-22.54-23.77-30.64-34.84-8.1,11.07-18.34,23.31-30.64,34.84-17.88,14.04-27,49.65-27,49.65-3.43-35.1,11.32-51.65,18.55-59.54,11.27-12.25,22.08-23.88,31.36-36.07-11.02-16.5-16.45-28.44-16.45-28.44-1.28-4.71-5.53-9.58-5.53-9.58,8.76-11.68-2.31-24.49-2.31-24.49,8.35-8.1,9.68-14.45,11.99-26.44-2.82,32.23,5.79,56.36,20.09,78.03,14.19-21.67,22.8-45.81,19.98-78.03,2.31,12.04,3.64,18.34,11.99,26.44,0,0-11.07,12.81-2.31,24.49,0,0-4.25,4.87-5.53,9.58,0,0-5.43,11.94-16.4,28.44,9.27,12.19,20.14,23.88,31.36,36.07,7.17,7.89,21.93,24.44,18.5,59.54Z"/>
<g>
<path class="cls-1" d="m420.34,104.44c-5.12,6.56-10.66,12.96-16.5,19.42-7.63-6.46-16.19-7.69-16.19-7.69,33.05-11.27,4.05-21.88.41-23.52-34.12-15.37-34.38-55.75-34.38-55.75,16.6,49.24,52.52,46.57,52.52,46.57.51-.31.97-.67,1.33-1.02,2.36,4.71,6.61,12.5,12.81,21.98Z"/>
<g>
<path class="cls-1" d="m439.5,73.85c-1.95,4.3-4.2,8.4-6.66,12.45-2.46-4.05-4.66-8.2-6.66-12.45,2.51-4.97,6.66-29.67,6.66-29.67,0,0,4.15,24.7,6.66,29.67Z"/>
<path class="cls-1" d="m450.16,156.8l-5.02,3.38s-.15-6.4-5.07-2.66c-.61.46-3.43,3.18-.05,6.15,0,0-5.84,5.89-7.17,11.84-1.33-5.94-7.17-11.84-7.17-11.84,3.38-2.97.56-5.69-.05-6.15-4.92-3.74-5.07,2.66-5.07,2.66l-5.02-3.38c.41-5.12.15-9.63-.67-13.58,6.76-7.12,12.76-14.24,17.98-21.06,5.28,6.81,11.22,13.94,17.98,21.06-.82,3.95-1.08,8.45-.67,13.58Z"/>
<path class="cls-1" d="m478.03,116.17s-8.56,1.23-16.19,7.69c-5.79-6.46-11.37-12.86-16.5-19.42,6.2-9.48,10.45-17.27,12.81-21.98.36.36.82.72,1.33,1.02,0,0,35.92,2.66,52.52-46.57,0,0-.26,40.37-34.38,55.75-3.64,1.64-32.64,12.25.41,23.52Z"/>
</g>
</g>
</g>
<g>
<path class="cls-1" d="m0,142.25v-72.69h25.46c21.48,0,36.3,14.82,36.3,36.5s-14.52,36.2-35.6,36.2H0Zm12.73-60.96v49.23h12.23c14.52,0,23.37-9.35,23.37-24.46s-9.05-24.76-24.07-24.76h-11.54Z"/>
<path class="cls-1" d="m102.62,104.17h-4.48c-8.75,0-14.22,4.67-14.22,14.22v23.87h-12.13v-49.03h11.44l.7,7.16c2.09-4.87,6.76-8.15,13.33-8.15,1.69,0,3.38.2,5.37.7v11.24Z"/>
<path class="cls-1" d="m106.7,128.23c0-9.05,6.56-14.72,18.2-15.61l14.72-1.09v-1.09c0-6.66-3.98-9.35-10.14-9.35-7.16,0-11.14,2.98-11.14,8.15h-10.34c0-10.64,8.75-17.6,22.08-17.6s21.38,7.16,21.38,20.78v29.83h-10.64l-.89-7.26c-2.09,5.07-8.75,8.55-16.41,8.55-10.44,0-16.81-6.07-16.81-15.31Zm33.02-5.87v-2.59l-10.24.8c-7.56.7-10.44,3.18-10.44,7.16,0,4.47,2.98,6.66,8.45,6.66,7.46,0,12.23-4.47,12.23-12.03Z"/>
<path class="cls-1" d="m183.96,91.54c7.36,0,13.13,3.08,16.01,8.35l.7-6.76h11.24v46.64c0,16.41-9.84,26.65-25.76,26.65-14.12,0-23.77-8.06-25.26-21.18h12.13c.8,6.36,5.67,10.14,13.13,10.14,8.35,0,13.72-5.27,13.72-13.43v-8.15c-3.08,4.57-9.15,7.46-16.21,7.46-13.92,0-23.07-10.44-23.07-24.66s9.35-25.06,23.37-25.06Zm2.09,39.18c8.35,0,13.52-5.87,13.52-14.42s-5.07-14.12-13.52-14.12-13.23,6.07-13.23,14.12,5.27,14.42,13.23,14.42Z"/>
<path class="cls-1" d="m247.8,91.74c15.21,0,26.25,10.54,26.25,25.86s-11.04,25.86-26.25,25.86-26.25-10.54-26.25-25.86,11.04-25.86,26.25-25.86Zm0,40.87c8.35,0,14.12-6.07,14.12-15.02s-5.77-15.02-14.12-15.02-14.12,6.07-14.12,15.02,5.77,15.02,14.12,15.02Z"/>
<path class="cls-1" d="m283.7,142.25v-49.13h11.24l.99,6.36c3.08-4.97,9.05-7.86,15.71-7.86,12.33,0,18.7,7.66,18.7,20.39v30.23h-12.13v-27.35c0-8.25-4.08-12.23-10.34-12.23-7.46,0-12.03,5.17-12.03,13.13v26.45h-12.13Z"/>
<path class="cls-1" d="m342.17,110.33h32.02v10.74h-32.02v-10.74Z"/>
</g>
<g>
<path class="cls-1" d="m45.18,233.28v-24.21h14.22v1.5h-12.58v9.82h11.46v1.5h-11.46v9.89h12.62v1.5h-14.25Z"/>
<path class="cls-1" d="m74.99,233.28l5.93-8.25-5.9-8.12h1.91l5.08,7.02,5.08-7.02h1.88l-5.93,8.18,5.93,8.18h-1.91l-5.12-7.06-5.05,7.06h-1.91Z"/>
<path class="cls-1" d="m107.14,233.28v-15h-3.31v-1.36h3.31v-5.18h1.57v5.18h3.31v1.36h-3.31v15h-1.57Z"/>
<path class="cls-1" d="m136.26,218.04h-1.23c-3.04,0-5.01,2.22-5.01,5.29v9.96h-1.57v-16.37h1.47l.14,2.63c.65-1.84,2.46-3.03,4.77-3.03.51,0,.89.03,1.43.17v1.36Z"/>
<path class="cls-1" d="m150.79,225.13c0-5.11,3.1-8.63,7.67-8.63,4.26,0,7.19,3.07,7.19,7.54v1.09h-13.3c.14,4.47,2.46,7.13,6.31,7.13,2.9,0,4.74-1.26,5.39-3.68h1.6c-.95,3.38-3.31,5.11-6.99,5.11-4.74,0-7.88-3.41-7.88-8.56Zm1.6-1.3h11.66c0-3.55-2.22-5.9-5.59-5.9s-5.69,2.32-6.07,5.9Z"/>
<path class="cls-1" d="m182.78,233.28v-16.37h1.26l.24,2.52c.85-1.88,2.73-2.93,5.01-2.93,2.63,0,4.64,1.43,5.35,3.68.72-2.25,2.69-3.68,5.42-3.68,3.38,0,5.8,2.25,5.8,6.07v10.71h-1.5v-10.5c0-3-1.71-4.84-4.43-4.84-3.1,0-4.81,2.42-4.81,4.88v10.47h-1.53v-10.54c0-3-1.71-4.81-4.43-4.81-3.1,0-4.81,2.39-4.81,4.84v10.5h-1.57Z"/>
<path class="cls-1" d="m222.78,225.13c0-5.11,3.1-8.63,7.67-8.63,4.26,0,7.19,3.07,7.19,7.54v1.09h-13.3c.14,4.47,2.46,7.13,6.31,7.13,2.9,0,4.74-1.26,5.39-3.68h1.6c-.95,3.38-3.31,5.11-6.99,5.11-4.74,0-7.88-3.41-7.88-8.56Zm1.6-1.3h11.66c0-3.55-2.22-5.9-5.59-5.9s-5.69,2.32-6.07,5.9Z"/>
<path class="cls-1" d="m279.59,224.18v9.1h-1.64v-24.21h9.04c4.6,0,7.43,3,7.43,7.5,0,4.26-2.86,7.6-7.43,7.6h-7.4Zm0-13.61v12.11h7.13c3.79,0,6.04-2.56,6.04-6.17s-2.28-5.93-5.83-5.93h-7.33Z"/>
<path class="cls-1" d="m319.01,218.04h-1.23c-3.04,0-5.01,2.22-5.01,5.29v9.96h-1.57v-16.37h1.47l.14,2.63c.65-1.84,2.46-3.03,4.77-3.03.51,0,.89.03,1.43.17v1.36Z"/>
<path class="cls-1" d="m334.8,210.5c0-.78.65-1.47,1.43-1.47s1.43.68,1.43,1.47-.68,1.4-1.43,1.4-1.43-.65-1.43-1.4Zm.65,6.41h1.57v16.37h-1.57v-16.37Z"/>
<path class="cls-1" d="m353.11,216.91h1.67l4.88,11.9c.34.85.68,1.7,1.06,2.86.34-1.16.68-1.94,1.06-2.86l4.88-11.9h1.64l-6.79,16.37h-1.6l-6.79-16.37Z"/>
<path class="cls-1" d="m382.82,228.95c0-3,2.32-4.91,6.14-5.22l5.63-.44v-.61c0-3.68-2.18-4.74-4.77-4.74-3.03,0-4.84,1.43-4.84,3.82h-1.57c0-3.21,2.59-5.25,6.44-5.25,3.51,0,6.31,1.7,6.31,5.93v10.84h-1.26l-.31-3.07c-1.13,2.22-3.41,3.48-6.24,3.48-3.51,0-5.52-1.94-5.52-4.74Zm11.76-3.48v-.89l-5.49.44c-3.31.27-4.71,1.88-4.71,3.89,0,2.25,1.71,3.38,4.16,3.38,3.85,0,6.04-2.8,6.04-6.82Z"/>
<path class="cls-1" d="m420.84,216.5c3.51,0,6.14,2.08,6.89,5.18h-1.6c-.68-2.42-2.86-3.78-5.29-3.78-3.65,0-6.24,2.8-6.24,7.23s2.39,7.13,6.04,7.13c2.63,0,4.81-1.5,5.56-3.72h1.6c-.89,3.1-3.68,5.15-7.16,5.15-4.5,0-7.57-3.41-7.57-8.52s3.07-8.66,7.77-8.66Z"/>
<path class="cls-1" d="m442.63,238.94h1.53c1.33,0,2.97,0,3.82-2.32l.82-2.22-6.65-17.49h1.64l5.76,15.35,5.52-15.35h1.6l-7.26,20.15c-.85,2.35-2.35,3.34-4.57,3.34-.89,0-1.53-.07-2.22-.2v-1.26Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.6 KiB

17
img/graphics/explorer_graph_line_1.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 919.06 2">
<defs>
<style>
.cls-1 {
fill: none;
stroke: #00ff18;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2px;
}
</style>
</defs>
<g id="Layer_2-2" data-name="Layer 2">
<polyline class="cls-1" points="918.06 1 803.43 1 688.8 1 574.16 1 459.53 1 344.9 1 230.27 1 115.63 1 1 1"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 505 B

16
img/graphics/icon_link_out.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 83.58 83.58">
<defs>
<style>
.cls-1 {
fill: white;
stroke-width: 0px;
}
</style>
</defs>
<g id="Layer_1-2" data-name="Layer 1">
<g id="Layer_1-2" data-name="Layer 1-2">
<path class="cls-1" d="m0,2.11v79.36c0,1.17.94,2.11,2.11,2.11h79.36c1.17,0,2.11-.94,2.11-2.11v-37.57c0-1.17-.94-2.11-2.11-2.11h-5.07c-1.17,0-2.11.94-2.11,2.11v28.29c0,1.17-.94,2.11-2.11,2.11H11.4c-1.17,0-2.11-.94-2.11-2.11V11.4c0-1.17.94-2.11,2.11-2.11h28.29c1.17,0,2.11-.94,2.11-2.11V2.11c0-1.17-.94-2.11-2.11-2.11H2.11C.94,0,0,.94,0,2.11Zm51.07,0v5.07c0,1.17.94,2.11,2.11,2.11h12.19c.87,0,1.3,1.05.69,1.66L26.06,50.95c-.82.82-.82,2.16,0,2.98l3.58,3.58c.82.82,2.16.82,2.98,0l40-40c.61-.61,1.66-.18,1.66.69v12.19c0,1.17.94,2.11,2.11,2.11h5.07c1.17,0,2.11-.94,2.11-2.11V2.11c0-1.17-.94-2.11-2.11-2.11h-28.29c-1.17,0-2.11.94-2.11,2.11h0Z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1007 B

16
img/graphics/icon_linkout_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 83.58 83.58">
<defs>
<style>
.cls-1 {
fill: #d82652;
stroke-width: 0px;
}
</style>
</defs>
<g id="Layer_1-2" data-name="Layer 1">
<g id="Layer_1-2" data-name="Layer 1-2">
<path class="cls-1" d="m0,2.11v79.36c0,1.17.94,2.11,2.11,2.11h79.36c1.17,0,2.11-.94,2.11-2.11v-37.57c0-1.17-.94-2.11-2.11-2.11h-5.07c-1.17,0-2.11.94-2.11,2.11v28.29c0,1.17-.94,2.11-2.11,2.11H11.4c-1.17,0-2.11-.94-2.11-2.11V11.4c0-1.17.94-2.11,2.11-2.11h28.29c1.17,0,2.11-.94,2.11-2.11V2.11c0-1.17-.94-2.11-2.11-2.11H2.11C.94,0,0,.94,0,2.11Zm51.07,0v5.07c0,1.17.94,2.11,2.11,2.11h12.19c.87,0,1.3,1.05.69,1.66L26.06,50.95c-.82.82-.82,2.16,0,2.98l3.58,3.58c.82.82,2.16.82,2.98,0l40-40c.61-.61,1.66-.18,1.66.69v12.19c0,1.17.94,2.11,2.11,2.11h5.07c1.17,0,2.11-.94,2.11-2.11V2.11c0-1.17-.94-2.11-2.11-2.11h-28.29c-1.17,0-2.11.94-2.11,2.11h0Z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1009 B

BIN
img/graphics/screenshots/SDX_mining_screen.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

BIN
img/graphics/screenshots/drgx screen 1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
img/graphics/screenshots/drgx screen 2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

BIN
img/graphics/screenshots/drgx screen 3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB

BIN
img/graphics/screenshots/drgx screen 4.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

BIN
img/graphics/screenshots/drgx screen 5.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

BIN
img/graphics/screenshots/drgx screen 6.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
img/graphics/screenshots/drgx screen 7.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

BIN
img/logo_dragonx.ico

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 97 KiB

40
img/logo_text_dragonx.svg

@ -0,0 +1,40 @@
<?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 140.43 48.19">
<defs>
<style>
.cls-1 {
fill: #fff;
}
.cls-1, .cls-2 {
stroke-width: 0px;
}
.cls-2 {
fill: #d82652;
}
</style>
</defs>
<g id="Layer_1-2" data-name="Layer 1">
<g>
<path class="cls-2" d="m72.77,16.09h2.59l2.5,3.56c.71,1.04,1.24,1.92,1.7,2.81l4.22-6.37h2.5l-5.35,7.98,5.42,8h-2.57l-2.45-3.52c-.62-.91-1.22-1.88-1.75-2.81l-4.29,6.32h-2.54l5.48-7.98-5.46-8Z"/>
<path class="cls-2" d="m134.81,48.19s-2.37-9.3-7.05-12.97c-3.21-3.02-5.89-6.21-8-9.1-2.11,2.89-4.79,6.09-8,9.1-4.67,3.67-7.05,12.97-7.05,12.97-.9-9.17,2.96-13.49,4.84-15.55,2.94-3.2,5.77-6.24,8.19-9.42-2.88-4.31-4.29-7.43-4.29-7.43-.33-1.23-1.44-2.5-1.44-2.5,2.29-3.05-.6-6.4-.6-6.4,2.18-2.11,2.53-3.77,3.13-6.9-.74,8.42,1.51,14.72,5.25,20.38,3.71-5.66,5.95-11.96,5.22-20.38.6,3.14.95,4.79,3.13,6.9,0,0-2.89,3.34-.6,6.4,0,0-1.11,1.27-1.45,2.5,0,0-1.42,3.12-4.28,7.43,2.42,3.18,5.26,6.24,8.19,9.42,1.87,2.06,5.73,6.38,4.83,15.55Z"/>
<g>
<path class="cls-1" d="m0,32.08v-15.99h5.2c4.78,0,8,3.23,8,8s-3.18,7.98-7.92,7.98H0Zm2.17-14v11.98h2.96c3.56,0,5.82-2.3,5.82-5.97s-2.26-6.01-5.9-6.01h-2.87Z"/>
<path class="cls-1" d="m21.8,23.08h-.93c-1.97,0-3.18,1.19-3.18,3.27v5.73h-2.08v-10.79h1.95l.13,1.64c.44-1.13,1.53-1.88,3.01-1.88.38,0,.69.04,1.11.13v1.9Z"/>
<path class="cls-1" d="m22.77,29.07c0-1.99,1.48-3.23,4.02-3.43l3.41-.27v-.31c0-1.81-1.08-2.45-2.54-2.45-1.75,0-2.74.77-2.74,2.08h-1.81c0-2.26,1.86-3.74,4.64-3.74s4.49,1.42,4.49,4.33v6.79h-1.77l-.22-1.75c-.55,1.24-2.03,2.01-3.78,2.01-2.32,0-3.69-1.3-3.69-3.27Zm7.45-1.66v-.58l-2.76.22c-1.84.18-2.59.88-2.59,1.95,0,1.15.84,1.72,2.19,1.72,1.97,0,3.16-1.28,3.16-3.32Z"/>
<path class="cls-1" d="m39.53,20.95c1.75,0,3.1.8,3.78,2.14l.15-1.84h1.86v10.37c0,3.41-2.1,5.57-5.42,5.57-2.94,0-4.95-1.66-5.35-4.4h2.08c.27,1.59,1.46,2.52,3.27,2.52,2.03,0,3.36-1.33,3.36-3.38v-2.17c-.71,1.26-2.12,2.01-3.83,2.01-3.07,0-5.02-2.37-5.02-5.4s1.97-5.44,5.11-5.44Zm.27,9.02c2.1,0,3.38-1.5,3.38-3.63s-1.24-3.58-3.36-3.58-3.32,1.59-3.32,3.58,1.26,3.63,3.29,3.63Z"/>
<path class="cls-1" d="m53.26,20.98c3.23,0,5.62,2.34,5.62,5.68s-2.39,5.68-5.62,5.68-5.64-2.34-5.64-5.68,2.39-5.68,5.64-5.68Zm0,9.51c2.08,0,3.54-1.57,3.54-3.83s-1.46-3.83-3.54-3.83-3.54,1.57-3.54,3.83,1.44,3.83,3.54,3.83Z"/>
<path class="cls-1" d="m61.18,32.08v-10.81h1.88l.22,1.66c.69-1.24,2.06-1.97,3.58-1.97,2.85,0,4.16,1.75,4.16,4.51v6.61h-2.08v-6.15c0-2.19-1.02-3.07-2.61-3.07-1.95,0-3.07,1.39-3.07,3.49v5.73h-2.08Z"/>
<g>
<path class="cls-1" d="m116.49,23.2c-1.34,1.71-2.78,3.39-4.31,5.07-1.99-1.69-4.23-2.01-4.23-2.01,8.63-2.94,1.06-5.71.11-6.14-8.91-4.01-8.98-14.56-8.98-14.56,4.34,12.86,13.71,12.16,13.71,12.16.13-.08.25-.17.35-.27.62,1.23,1.73,3.26,3.34,5.74Z"/>
<g>
<path class="cls-1" d="m121.49,15.21c-.51,1.12-1.1,2.19-1.74,3.25-.64-1.06-1.22-2.14-1.74-3.25.66-1.3,1.74-7.75,1.74-7.75,0,0,1.08,6.45,1.74,7.75Z"/>
<path class="cls-1" d="m124.28,36.88l-1.31.88s-.04-1.67-1.32-.7c-.16.12-.9.83-.01,1.61,0,0-1.53,1.54-1.87,3.09-.35-1.55-1.87-3.09-1.87-3.09.88-.78.15-1.49-.01-1.61-1.28-.98-1.32.7-1.32.7l-1.31-.88c.11-1.34.04-2.52-.17-3.55,1.77-1.86,3.33-3.72,4.7-5.5,1.38,1.78,2.93,3.64,4.7,5.5-.21,1.03-.28,2.21-.17,3.55Z"/>
<path class="cls-1" d="m131.56,26.26s-2.23.32-4.23,2.01c-1.51-1.69-2.97-3.36-4.31-5.07,1.62-2.48,2.73-4.51,3.34-5.74.09.09.21.19.35.27,0,0,9.38.7,13.71-12.16,0,0-.07,10.54-8.98,14.56-.95.43-8.52,3.2.11,6.14Z"/>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

38
img/logos/dragonx_logotext_dark.svg

@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 256">
<defs>
<style>
.cls-1 {
fill: #2f2335;
}
.cls-1, .cls-2 {
stroke-width: 0px;
}
.cls-2 {
fill: #d82652;
}
</style>
</defs>
<g>
<path class="cls-2" d="m490.48,220.28s-9.07-35.61-27-49.65c-12.3-11.58-22.54-23.77-30.64-34.84-8.1,11.07-18.34,23.31-30.64,34.84-17.88,14.04-27,49.65-27,49.65-3.43-35.1,11.32-51.65,18.55-59.54,11.27-12.25,22.08-23.88,31.36-36.07-11.02-16.5-16.45-28.44-16.45-28.44-1.28-4.71-5.53-9.58-5.53-9.58,8.76-11.68-2.31-24.49-2.31-24.49,8.35-8.1,9.68-14.45,11.99-26.44-2.82,32.23,5.79,56.36,20.09,78.03,14.19-21.67,22.8-45.81,19.98-78.03,2.31,12.04,3.64,18.34,11.99,26.44,0,0-11.07,12.81-2.31,24.49,0,0-4.25,4.87-5.53,9.58,0,0-5.43,11.94-16.4,28.44,9.27,12.19,20.14,23.88,31.36,36.07,7.17,7.89,21.93,24.44,18.5,59.54Z"/>
<g>
<path class="cls-1" d="m420.34,124.57c-5.12,6.56-10.66,12.96-16.5,19.42-7.63-6.46-16.19-7.69-16.19-7.69,33.05-11.27,4.05-21.88.41-23.52-34.12-15.37-34.38-55.75-34.38-55.75,16.6,49.24,52.52,46.57,52.52,46.57.51-.31.97-.67,1.33-1.02,2.36,4.71,6.61,12.5,12.81,21.98Z"/>
<g>
<path class="cls-1" d="m439.5,93.98c-1.95,4.3-4.2,8.4-6.66,12.45-2.46-4.05-4.66-8.2-6.66-12.45,2.51-4.97,6.66-29.67,6.66-29.67,0,0,4.15,24.7,6.66,29.67Z"/>
<path class="cls-1" d="m450.16,176.93l-5.02,3.38s-.15-6.4-5.07-2.66c-.61.46-3.43,3.18-.05,6.15,0,0-5.84,5.89-7.17,11.84-1.33-5.94-7.17-11.84-7.17-11.84,3.38-2.97.56-5.69-.05-6.15-4.92-3.74-5.07,2.66-5.07,2.66l-5.02-3.38c.41-5.12.15-9.63-.67-13.58,6.76-7.12,12.76-14.24,17.98-21.06,5.28,6.81,11.22,13.94,17.98,21.06-.82,3.95-1.08,8.45-.67,13.58Z"/>
<path class="cls-1" d="m478.03,136.3s-8.56,1.23-16.19,7.69c-5.79-6.46-11.37-12.86-16.5-19.42,6.2-9.48,10.45-17.27,12.81-21.98.36.36.82.72,1.33,1.02,0,0,35.92,2.66,52.52-46.57,0,0-.26,40.37-34.38,55.75-3.64,1.64-32.64,12.25.41,23.52Z"/>
</g>
</g>
</g>
<g>
<path class="cls-1" d="m0,162.38v-72.69h25.46c21.48,0,36.3,14.82,36.3,36.5s-14.52,36.2-35.6,36.2H0Zm12.73-60.96v49.23h12.23c14.52,0,23.37-9.35,23.37-24.46s-9.05-24.76-24.07-24.76h-11.54Z"/>
<path class="cls-1" d="m102.62,124.3h-4.48c-8.75,0-14.22,4.67-14.22,14.22v23.87h-12.13v-49.03h11.44l.7,7.16c2.09-4.87,6.76-8.15,13.33-8.15,1.69,0,3.38.2,5.37.7v11.24Z"/>
<path class="cls-1" d="m106.7,148.36c0-9.05,6.56-14.72,18.2-15.61l14.72-1.09v-1.09c0-6.66-3.98-9.35-10.14-9.35-7.16,0-11.14,2.98-11.14,8.15h-10.34c0-10.64,8.75-17.6,22.08-17.6s21.38,7.16,21.38,20.78v29.83h-10.64l-.89-7.26c-2.09,5.07-8.75,8.55-16.41,8.55-10.44,0-16.81-6.07-16.81-15.31Zm33.02-5.87v-2.59l-10.24.8c-7.56.7-10.44,3.18-10.44,7.16,0,4.47,2.98,6.66,8.45,6.66,7.46,0,12.23-4.47,12.23-12.03Z"/>
<path class="cls-1" d="m183.96,111.67c7.36,0,13.13,3.08,16.01,8.35l.7-6.76h11.24v46.64c0,16.41-9.84,26.65-25.76,26.65-14.12,0-23.77-8.06-25.26-21.18h12.13c.8,6.36,5.67,10.14,13.13,10.14,8.35,0,13.72-5.27,13.72-13.43v-8.15c-3.08,4.57-9.15,7.46-16.21,7.46-13.92,0-23.07-10.44-23.07-24.66s9.35-25.06,23.37-25.06Zm2.09,39.18c8.35,0,13.52-5.87,13.52-14.42s-5.07-14.12-13.52-14.12-13.23,6.07-13.23,14.12,5.27,14.42,13.23,14.42Z"/>
<path class="cls-1" d="m247.8,111.87c15.21,0,26.25,10.54,26.25,25.86s-11.04,25.86-26.25,25.86-26.25-10.54-26.25-25.86,11.04-25.86,26.25-25.86Zm0,40.87c8.35,0,14.12-6.07,14.12-15.02s-5.77-15.02-14.12-15.02-14.12,6.07-14.12,15.02,5.77,15.02,14.12,15.02Z"/>
<path class="cls-1" d="m283.7,162.38v-49.13h11.24l.99,6.36c3.08-4.97,9.05-7.86,15.71-7.86,12.33,0,18.7,7.66,18.7,20.39v30.23h-12.13v-27.35c0-8.25-4.08-12.23-10.34-12.23-7.46,0-12.03,5.17-12.03,13.13v26.45h-12.13Z"/>
<path class="cls-1" d="m342.17,130.46h32.02v10.74h-32.02v-10.74Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

38
img/logos/dragonx_logotext_light.svg

@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 256">
<defs>
<style>
.cls-1 {
fill: #fff;
}
.cls-1, .cls-2 {
stroke-width: 0px;
}
.cls-2 {
fill: #d82652;
}
</style>
</defs>
<g>
<path class="cls-2" d="m490.48,220.28s-9.07-35.61-27-49.65c-12.3-11.58-22.54-23.77-30.64-34.84-8.1,11.07-18.34,23.31-30.64,34.84-17.88,14.04-27,49.65-27,49.65-3.43-35.1,11.32-51.65,18.55-59.54,11.27-12.25,22.08-23.88,31.36-36.07-11.02-16.5-16.45-28.44-16.45-28.44-1.28-4.71-5.53-9.58-5.53-9.58,8.76-11.68-2.31-24.49-2.31-24.49,8.35-8.1,9.68-14.45,11.99-26.44-2.82,32.23,5.79,56.36,20.09,78.03,14.19-21.67,22.8-45.81,19.98-78.03,2.31,12.04,3.64,18.34,11.99,26.44,0,0-11.07,12.81-2.31,24.49,0,0-4.25,4.87-5.53,9.58,0,0-5.43,11.94-16.4,28.44,9.27,12.19,20.14,23.88,31.36,36.07,7.17,7.89,21.93,24.44,18.5,59.54Z"/>
<g>
<path class="cls-1" d="m420.34,124.57c-5.12,6.56-10.66,12.96-16.5,19.42-7.63-6.46-16.19-7.69-16.19-7.69,33.05-11.27,4.05-21.88.41-23.52-34.12-15.37-34.38-55.75-34.38-55.75,16.6,49.24,52.52,46.57,52.52,46.57.51-.31.97-.67,1.33-1.02,2.36,4.71,6.61,12.5,12.81,21.98Z"/>
<g>
<path class="cls-1" d="m439.5,93.98c-1.95,4.3-4.2,8.4-6.66,12.45-2.46-4.05-4.66-8.2-6.66-12.45,2.51-4.97,6.66-29.67,6.66-29.67,0,0,4.15,24.7,6.66,29.67Z"/>
<path class="cls-1" d="m450.16,176.93l-5.02,3.38s-.15-6.4-5.07-2.66c-.61.46-3.43,3.18-.05,6.15,0,0-5.84,5.89-7.17,11.84-1.33-5.94-7.17-11.84-7.17-11.84,3.38-2.97.56-5.69-.05-6.15-4.92-3.74-5.07,2.66-5.07,2.66l-5.02-3.38c.41-5.12.15-9.63-.67-13.58,6.76-7.12,12.76-14.24,17.98-21.06,5.28,6.81,11.22,13.94,17.98,21.06-.82,3.95-1.08,8.45-.67,13.58Z"/>
<path class="cls-1" d="m478.03,136.3s-8.56,1.23-16.19,7.69c-5.79-6.46-11.37-12.86-16.5-19.42,6.2-9.48,10.45-17.27,12.81-21.98.36.36.82.72,1.33,1.02,0,0,35.92,2.66,52.52-46.57,0,0-.26,40.37-34.38,55.75-3.64,1.64-32.64,12.25.41,23.52Z"/>
</g>
</g>
</g>
<g>
<path class="cls-1" d="m0,162.38v-72.69h25.46c21.48,0,36.3,14.82,36.3,36.5s-14.52,36.2-35.6,36.2H0Zm12.73-60.96v49.23h12.23c14.52,0,23.37-9.35,23.37-24.46s-9.05-24.76-24.07-24.76h-11.54Z"/>
<path class="cls-1" d="m102.62,124.3h-4.48c-8.75,0-14.22,4.67-14.22,14.22v23.87h-12.13v-49.03h11.44l.7,7.16c2.09-4.87,6.76-8.15,13.33-8.15,1.69,0,3.38.2,5.37.7v11.24Z"/>
<path class="cls-1" d="m106.7,148.36c0-9.05,6.56-14.72,18.2-15.61l14.72-1.09v-1.09c0-6.66-3.98-9.35-10.14-9.35-7.16,0-11.14,2.98-11.14,8.15h-10.34c0-10.64,8.75-17.6,22.08-17.6s21.38,7.16,21.38,20.78v29.83h-10.64l-.89-7.26c-2.09,5.07-8.75,8.55-16.41,8.55-10.44,0-16.81-6.07-16.81-15.31Zm33.02-5.87v-2.59l-10.24.8c-7.56.7-10.44,3.18-10.44,7.16,0,4.47,2.98,6.66,8.45,6.66,7.46,0,12.23-4.47,12.23-12.03Z"/>
<path class="cls-1" d="m183.96,111.67c7.36,0,13.13,3.08,16.01,8.35l.7-6.76h11.24v46.64c0,16.41-9.84,26.65-25.76,26.65-14.12,0-23.77-8.06-25.26-21.18h12.13c.8,6.36,5.67,10.14,13.13,10.14,8.35,0,13.72-5.27,13.72-13.43v-8.15c-3.08,4.57-9.15,7.46-16.21,7.46-13.92,0-23.07-10.44-23.07-24.66s9.35-25.06,23.37-25.06Zm2.09,39.18c8.35,0,13.52-5.87,13.52-14.42s-5.07-14.12-13.52-14.12-13.23,6.07-13.23,14.12,5.27,14.42,13.23,14.42Z"/>
<path class="cls-1" d="m247.8,111.87c15.21,0,26.25,10.54,26.25,25.86s-11.04,25.86-26.25,25.86-26.25-10.54-26.25-25.86,11.04-25.86,26.25-25.86Zm0,40.87c8.35,0,14.12-6.07,14.12-15.02s-5.77-15.02-14.12-15.02-14.12,6.07-14.12,15.02,5.77,15.02,14.12,15.02Z"/>
<path class="cls-1" d="m283.7,162.38v-49.13h11.24l.99,6.36c3.08-4.97,9.05-7.86,15.71-7.86,12.33,0,18.7,7.66,18.7,20.39v30.23h-12.13v-27.35c0-8.25-4.08-12.23-10.34-12.23-7.46,0-12.03,5.17-12.03,13.13v26.45h-12.13Z"/>
<path class="cls-1" d="m342.17,130.46h32.02v10.74h-32.02v-10.74Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

21
img/logos/icon_android_red.svg

@ -0,0 +1,21 @@
<?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 94.25 111.5">
<defs>
<style>
.cls-1 {
fill: #d82652;
stroke-width: 0px;
}
</style>
</defs>
<g id="Layer_1-2" data-name="Layer 1">
<g id="Layer_1-2" data-name="Layer 1-2">
<g>
<path class="cls-1" d="m94.25,43.09v28.73c0,3.81-3.09,6.9-6.9,6.9s-6.9-3.09-6.9-6.9v-28.73c0-3.81,3.09-6.9,6.9-6.9s6.9,3.09,6.9,6.9Z"/>
<path class="cls-1" d="m13.8,43.09v28.73c0,3.81-3.09,6.9-6.9,6.9s-6.9-3.09-6.9-6.9v-28.73c0-3.81,3.09-6.9,6.9-6.9s6.9,3.09,6.9,6.9Z"/>
<path class="cls-1" d="m77.89,37.37v44.58c0,4.11-3.34,7.43-7.43,7.43h-4.94v15.21c0,3.81-3.09,6.9-6.9,6.9s-6.9-3.09-6.9-6.9v-15.21h-9.19v15.21c0,3.81-3.09,6.9-6.9,6.9s-6.9-3.09-6.9-6.9v-15.21h-4.94c-4.11,0-7.43-3.34-7.43-7.43v-44.58h61.53Z"/>
<path class="cls-1" d="m76.91,27.86c-1.9-6.8-6.45-12.6-12.59-16.43-.34-.22-.69-.42-1.04-.62-.36-.2-.7-.39-1.07-.59l1.17-2.11,3.69-6.66c.13-.23.15-.5.09-.74-.08-.25-.24-.46-.47-.59-.15-.08-.31-.13-.47-.13-.09,0-.18,0-.28.04-.25.08-.46.24-.59.47l-3.74,6.75h0l-1.17,2.13c-.37-.17-.75-.32-1.13-.47s-.76-.29-1.16-.43c-3.42-1.22-7.14-1.88-11.04-1.88s-7.61.66-11.04,1.88c-.39.14-.78.28-1.15.43-.38.15-.75.31-1.13.47l-1.18-2.13-3.72-6.75c-.13-.23-.34-.39-.59-.47C28.22.01,28.13,0,28.03,0,27.86,0,27.71.04,27.56.13c-.23.13-.39.33-.47.59-.08.25-.04.52.09.74l3.69,6.66,1.17,2.11c-.36.19-.71.38-1.07.59s-.7.41-1.04.62c-6.14,3.83-10.69,9.64-12.59,16.43-.64,2.27-.97,4.63-.98,7.08h61.52c0-2.44-.34-4.81-.98-7.08h.01Zm-43.98-9.32c.39,0,.75.09,1.08.24.88.41,1.49,1.3,1.49,2.33,0,.1,0,.22-.03.32-.15,1.27-1.23,2.25-2.55,2.25-1.41,0-2.57-1.16-2.57-2.57s1.16-2.57,2.57-2.57Zm28.39,0c1.41,0,2.57,1.16,2.57,2.57s-1.16,2.57-2.57,2.57c-1.31,0-2.39-.98-2.55-2.25-.01-.1-.03-.22-.03-.32,0-1.03.61-1.92,1.49-2.33.33-.15.69-.24,1.08-.24Z"/>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

0
img/logos/logo_android_white.svg → img/logos/icon_android_white.svg

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

16
img/logos/icon_apple_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 103.73 127.41">
<defs>
<style>
.cls-1 {
fill: #d82652;
stroke-width: 0px;
}
</style>
</defs>
<g id="Layer_1-2" data-name="Layer 1">
<g id="Layer_1-2" data-name="Layer 1-2">
<path class="cls-1" d="m100.42,43.43c-.74.57-13.79,7.93-13.79,24.28,0,18.92,16.6,25.6,17.1,25.76-.08.41-2.63,9.17-8.76,18.09-5.45,7.85-11.15,15.68-19.82,15.68s-10.9-5.03-20.9-5.03-13.21,5.19-21.14,5.19-13.46-7.27-19.82-16.18C5.94,100.74,0,84.47,0,69.03,0,44.26,16.1,31.12,31.96,31.12c8.43,0,15.44,5.52,20.74,5.52s12.88-5.86,22.47-5.86c3.63,0,16.68.33,25.27,12.64h-.01Zm-29.83-23.13c3.96-4.7,6.77-11.23,6.77-17.74,0-.9-.08-1.82-.24-2.56-6.45.24-14.12,4.29-18.75,9.66-3.63,4.12-7.03,10.65-7.03,17.26,0,.99.17,1.99.24,2.3.41.08,1.07.17,1.73.17,5.78,0,13.06-3.87,17.26-9.09h.01Z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 950 B

0
img/logos/logo_apple_white.svg → img/logos/icon_apple_white.svg

Before

Width:  |  Height:  |  Size: 855 B

After

Width:  |  Height:  |  Size: 855 B

12
img/logos/icon_git_red.svg

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
<defs>
<style>
.cls-1 {
fill: #d82652;
stroke-width: 0px;
}
</style>
</defs>
<path class="cls-1" d="m111.95,59.56l-43.51-43.51c-2.5-2.51-6.57-2.51-9.07,0l-9.04,9.04,11.46,11.46c2.66-.9,5.72-.3,7.84,1.83,2.13,2.14,2.73,5.22,1.81,7.89l11.05,11.05c2.67-.92,5.76-.33,7.89,1.81,2.98,2.98,2.98,7.82,0,10.8-2.98,2.98-7.82,2.98-10.8,0-2.24-2.24-2.8-5.54-1.66-8.3l-10.3-10.3v27.11c.73.36,1.41.84,2.02,1.44,2.98,2.98,2.98,7.81,0,10.8-2.98,2.98-7.82,2.98-10.8,0-2.98-2.99-2.98-7.82,0-10.8.74-.74,1.59-1.29,2.5-1.67v-27.36c-.91-.37-1.76-.92-2.5-1.67-2.26-2.26-2.8-5.57-1.64-8.35l-11.3-11.3-29.83,29.83c-2.51,2.51-2.51,6.57,0,9.08l43.51,43.51c2.51,2.51,6.57,2.51,9.08,0l43.31-43.3c2.51-2.51,2.51-6.57,0-9.08"/>
</svg>

After

Width:  |  Height:  |  Size: 881 B

12
img/logos/icon_git_white.svg

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
<defs>
<style>
.cls-1 {
fill: #fff;
stroke-width: 0px;
}
</style>
</defs>
<path class="cls-1" d="m111.95,59.56l-43.51-43.51c-2.5-2.51-6.57-2.51-9.07,0l-9.04,9.04,11.46,11.46c2.66-.9,5.72-.3,7.84,1.83,2.13,2.14,2.73,5.22,1.81,7.89l11.05,11.05c2.67-.92,5.76-.33,7.89,1.81,2.98,2.98,2.98,7.82,0,10.8-2.98,2.98-7.82,2.98-10.8,0-2.24-2.24-2.8-5.54-1.66-8.3l-10.3-10.3v27.11c.73.36,1.41.84,2.02,1.44,2.98,2.98,2.98,7.81,0,10.8-2.98,2.98-7.82,2.98-10.8,0-2.98-2.99-2.98-7.82,0-10.8.74-.74,1.59-1.29,2.5-1.67v-27.36c-.91-.37-1.76-.92-2.5-1.67-2.26-2.26-2.8-5.57-1.64-8.35l-11.3-11.3-29.83,29.83c-2.51,2.51-2.51,6.57,0,9.08l43.51,43.51c2.51,2.51,6.57,2.51,9.08,0l43.31-43.3c2.51-2.51,2.51-6.57,0-9.08"/>
</svg>

After

Width:  |  Height:  |  Size: 878 B

36
img/logos/icon_linux_red.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 16 KiB

0
img/logos/logo_linux_white.svg → img/logos/icon_linux_white.svg

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

16
img/logos/icon_windows_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 111.17 111.5">
<defs>
<style>
.cls-1 {
fill: #d82652;
stroke-width: 0px;
}
</style>
</defs>
<g id="Layer_1-2" data-name="Layer 1">
<g id="Layer_1-2" data-name="Layer 1-2">
<path class="cls-1" d="m0,15.78l45.43-6.19.03,43.81L.04,53.68l-.04-37.9Zm45.41,42.68l.04,43.85L.04,96.08v-37.91l45.37.29Zm5.51-49.68L111.14,0v52.87l-60.24.48V8.8h.01Zm60.25,50.09v52.62l-60.25-8.5-.09-44.22,60.34.1Z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 589 B

0
img/logos/logo_windows_white.svg → img/logos/icon_windows_white.svg

Before

Width:  |  Height:  |  Size: 522 B

After

Width:  |  Height:  |  Size: 522 B

Loading…
Cancel
Save