Browse Source

added direct download buttons

pull/3/head
D 1 year ago
parent
commit
48c921d3c7
  1. 465
      dragonx.is/index.html
  2. 54
      dragonx.is/style.css
  3. 13
      img/logos/logo_apple_white.svg
  4. 13
      img/logos/logo_windows_white.svg

465
dragonx.is/index.html

@ -1,216 +1,315 @@
<!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" />
<link rel="icon" type="image/x-icon" href="./logo_dragonx.ico" />
<title>DragonX</title>
</head>
<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" />
<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://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>
<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="#directDownload" 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="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>
<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 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="#directDownload" class="component-button"
><small class="">Wallets</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>
</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>
<button class="hero-download">
<a href="https://git.hush.is/hush/SilentDragon/releases" class="component-button hero" style="--index: 0"><small
class="">GUI Wallet</small></a>
<span>Available on GNU/Linux and Windows 10</span>
</button>
<div class="divider"></div>
</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>
<h1 style="font-size: 3.5rem; margin-top: 22vh">What is DragonX?</h1>
<button class="hero-download">
<a
href="https://git.hush.is/hush/SilentDragon/releases"
class="component-button hero"
style="--index: 0"
><small class="">Full Node Source Code</small></a
>
<span>Available on GNU/Linux and Windows 10</span>
</button>
<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>
<h3 class="os-download-title" id="directDownload">Direct Download</h3>
<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 class="os-download-container">
<a
href="https://git.hush.is/attachments/a555a240-17b8-4931-aad4-f260e45c9e0a"
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/8ce643dd-f9c8-41f4-b41d-a1e306adf854"
class="wallet-btn component-button"
><img
src="../img/logos/logo_apple_white.svg"
alt=""
class="btn-logo"
/><small class="">Mac Wallet</small>
</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>
<div class="divider"></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>
<h1 style="font-size: 3.5rem; margin-top: 22vh">What is DragonX?</h1>
<div class="divider"></div>
<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="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>
<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="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 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="specs-content">
<div class="specs-bar-left">
<span class="specs-left">Block Reward:</span>
<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>
<div class="specs-bar-right">
<span class="specs-right">3 DRGX</span>
<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="specs-content">
<div class="specs-bar-left">
<span class="specs-left">Reward Halving:</span>
<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>
<div class="specs-bar-right">
<span class="specs-right">Every 3.5M Blocks</span>
<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>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">Total Supply:</span>
</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-bar-right">
<span class="specs-right">21,000,000 DRGX</span>
<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>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">Premine:</span>
<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-bar-right">
<span class="specs-right">0 DRGX</span>
<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>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">P2P Port:</span>
<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-bar-right">
<span class="specs-right">21768</span>
<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>
<div class="specs-content">
<div class="specs-bar-left">
<span class="specs-left">RPC Port:</span>
<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-bar-right">
<span class="specs-right">21769</span>
<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>
</div>
</section>
<div class="divider"></div>
</body>
</section>
</html>
<div class="divider"></div>
</body>
</html>

54
dragonx.is/style.css

@ -47,6 +47,10 @@ body {
margin: 0px;
}
html {
scroll-behavior: smooth;
}
.divider {
background-image: url(../img/graphic_divider_dragonx.png);
background-repeat: repeat-x;
@ -257,7 +261,7 @@ header {
text-align: center;
text-decoration: none;
color: white;
border-radius: var(0);
border-radius: 0.5rem;
background: rgb(72, 85, 99, 0.5);
}
@ -285,10 +289,58 @@ header {
color: var(--item-bg-light);
}
.os-download-title {
scroll-margin: 24rem;
}
.os-download-container {
display: flex;
align-items: center;
justify-content: center;
}
.wallet-btn {
transition: all ease-in-out 300ms;
display: flex;
align-items: center;
justify-content: center;
margin: 1rem 1rem 4rem 1rem;
padding: 1rem 2rem;
width: 14rem;
height: 2rem;
text-align: center;
border-radius: 1rem;
}
.wallet-btn small {
margin: 0;
}
.btn-logo {
position: absolute;
margin: 0;
height: 2rem;
transform: translateX(-7rem);
}
@media screen and (max-aspect-ratio: 1/1) {
.desktop {
display: none;
}
.os-download-title {
margin: 2rem 0 0 0;
scroll-margin: 24rem;
}
.os-download-container {
flex-direction: column;
margin: 0rem 0 4rem 0;
}
.wallet-btn {
margin: 1rem;
}
}
.explorer-radio {

13
img/logos/logo_apple_white.svg

@ -0,0 +1,13 @@
<?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 81.5 100.1">
<defs>
<style>
.cls-1 {
fill: #f8ffff;
}
</style>
</defs>
<g id="Layer_1-2" data-name="Layer 1">
<path class="cls-1" d="m78.89,34.13c-.58.45-10.83,6.23-10.83,19.07,0,14.86,13.04,20.11,13.43,20.24-.06.32-2.07,7.2-6.88,14.21-4.28,6.17-8.76,12.32-15.57,12.32s-8.56-3.95-16.42-3.95-10.38,4.08-16.61,4.08-10.57-5.71-15.57-12.71C4.67,79.15,0,66.37,0,54.24c0-19.46,12.65-29.78,25.11-29.78,6.62,0,12.13,4.34,16.29,4.34s10.12-4.6,17.65-4.6c2.85,0,13.1.26,19.85,9.93h0Zm-23.43-18.17c3.11-3.69,5.32-8.82,5.32-13.94,0-.71-.06-1.43-.19-2.01-5.07.19-11.09,3.37-14.73,7.59-2.85,3.24-5.52,8.37-5.52,13.56,0,.78.13,1.56.19,1.81.32.06.84.13,1.36.13,4.54,0,10.26-3.04,13.56-7.14h0Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 855 B

13
img/logos/logo_windows_white.svg

@ -0,0 +1,13 @@
<?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 87.32 87.6">
<defs>
<style>
.cls-1 {
fill: #f8ffff;
}
</style>
</defs>
<g id="Layer_1-2" data-name="Layer 1">
<path class="cls-1" d="m0,12.4l35.69-4.86.02,34.42L.03,42.17l-.03-29.77Zm35.67,33.53l.03,34.45L.03,75.48v-29.78s35.64.23,35.64.23Zm4.33-39.03L87.31,0v41.53l-47.32.38V6.91Zm47.33,39.35v41.34s-47.33-6.68-47.33-6.68l-.07-34.74,47.4.08Z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 522 B

Loading…
Cancel
Save