158 lines
4.1 KiB
HTML
158 lines
4.1 KiB
HTML
<head>
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.css">
|
|
<link rel="stylesheet" href="assets/styles/about.css">
|
|
</head>
|
|
|
|
<div id="walletsToolbar">
|
|
<p style="font-size: 28px; color:white"> About Ether-1 </p>
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<center>
|
|
<div class="ui info message" style="width: 75%">
|
|
<i class="close icon"></i>
|
|
<div class="header">
|
|
Ether-1 & ethoFS
|
|
</div>
|
|
<ul class="list" style="color:black;">
|
|
Ether-1 (ETHO) is a fork of Ethereum implementing a decentralized hosting platform (ethoFS) using a community-owned node network combining blockchain indexing technology and the IPFS protocol to deliver decentralized content on-demand. EthoFS
|
|
is a decentralized website hosting platform which utilizes the node network for storage and bandwidth, DDoS protection, censorship-resistance, and reliability. Community-owned nodes share in data hosting revenue generated by the network.
|
|
</ul>
|
|
</div>
|
|
</center>
|
|
|
|
<br>
|
|
|
|
<center>
|
|
<h2 style="color:white; margin-top: 15px">Buy ETHO</h2>
|
|
</center>
|
|
|
|
<br>
|
|
|
|
<div class="ui grid container">
|
|
<div class="four wide column">
|
|
<a href="https://cryptowolf.eu">
|
|
<button class="ui violet inverted button">
|
|
<h4>CryptoWolf</h4>
|
|
</button>
|
|
</a>
|
|
</div>
|
|
<div class="four wide column">
|
|
<a href="https://app.stex.com?ref=26491159">
|
|
<button class="ui violet inverted button">
|
|
<h4>Stex</h4>
|
|
</button>
|
|
</a>
|
|
</div>
|
|
<div class="four wide column">
|
|
<a href="https://chainex.io/register/CX187230">
|
|
<button class="ui violet inverted button">
|
|
<h4>ChainEX</h4>
|
|
</button>
|
|
</a>
|
|
</div>
|
|
<div class="four wide column">
|
|
<a href="https://google.com">
|
|
<button class="ui violet inverted button">
|
|
<h4>Graviex</h4>
|
|
</button>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="ui grid container">
|
|
<div class="four wide column">
|
|
<a href="https://tradecx.io?ref=232">
|
|
<button class="ui violet inverted button">
|
|
<h4>TradeCX</h4>
|
|
</button>
|
|
</a>
|
|
</div>
|
|
<div class="four wide column">
|
|
<a href="https://mercatox.com/?referrer=467736">
|
|
<button class="ui violet inverted button">
|
|
<h4>Mercatox</h4>
|
|
</button>
|
|
</a>
|
|
</div>
|
|
<div class="four wide column">
|
|
<a href="https://safe.trade">
|
|
<button class="ui violet inverted button">
|
|
<h4>SafeTrade</h4>
|
|
</button>
|
|
</a>
|
|
</div>
|
|
<div class="four wide column">
|
|
<a href="https://e-ex.pro">
|
|
<button class="ui violet inverted button">
|
|
<h4>E-Ex</h4>
|
|
</button>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<center>
|
|
<h2 style="color:white; margin-top: 15px">Ether-1 Links</h2>
|
|
</center>
|
|
|
|
<br>
|
|
|
|
<div class="ui grid container">
|
|
<div class="four wide column">
|
|
<button class="ui inverted green button">Ether-1 Website</button>
|
|
</div>
|
|
<div class="four wide column">
|
|
<button class="ui inverted green button">ethoFS Website</button>
|
|
</div>
|
|
<div class="four wide column">
|
|
<button class="ui inverted green button">Ether-1 Github</button>
|
|
</div>
|
|
<div class="four wide column">
|
|
<button class="ui inverted green button">Ether-1 Github</button>
|
|
</div>
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<center>
|
|
<h2 style="color:white; margin-top: 15px">Ether-1 Social Media</h2>
|
|
</center>
|
|
|
|
<br>
|
|
|
|
<div class="ui grid container">
|
|
<div class="doubling six column row">
|
|
<div class="column">
|
|
<button class="ui inverted blue button">Discord</button>
|
|
</div>
|
|
<div class="column">
|
|
<button class="ui inverted blue button">Twitter</button>
|
|
</div>
|
|
<div class="column">
|
|
<button class="ui inverted blue button">Medium</button>
|
|
</div>
|
|
<div class="column">
|
|
<button class="ui inverted blue button">Telegram</button>
|
|
</div>
|
|
<div class="column">
|
|
<button class="ui inverted blue button">Announcements</button>
|
|
</div>
|
|
<div class="column">
|
|
<button class="ui inverted blue button">Email</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script href="https://cdn.jsdelivr.net/npm/semantic-ui@2.4.2/dist/semantic.min.js"></script>
|
|
<script>
|
|
$('.message .close')
|
|
.on('click', function() {
|
|
$(this)
|
|
.closest('.message')
|
|
.transition('fade');
|
|
});
|
|
</script>
|