Files
paperclip-wallet/assets/templates/about.html
FallenGravity 4da43967a9 Patch missing h
2019-10-22 18:27:21 +02:00

146 lines
5.6 KiB
HTML

<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fomantic-ui@2.7.8/dist/semantic.min.css">
<link rel="stylesheet" href="assets/styles/about.css">
</head>
<body>
<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">
<button class="ui violet inverted button" type="button" onclick="require('electron').shell.openExternal('https://cryptowolf.eu')">
<h4>CryptoWolf</h4>
</button>
</div>
<div class="four wide column">
<button class="ui violet inverted button" type="button" onclick="require('electron').shell.openExternal('https://app.stex.com?ref=26491159')">
<h4>Stex</h4>
</button>
</div>
<div class="four wide column">
<button class="ui violet inverted button" type="button" onclick="require('electron').shell.openExternal('https://chainex.io/register/CX187230')">
<h4>ChainEX</h4>
</button>
</div>
<div class="four wide column">
<button class="ui violet inverted button" type="button" onclick="require('electron').shell.openExternal('https://graviex.net')">
<h4>Graviex</h4>
</button>
</div>
</div>
<div class="ui grid container">
<div class="four wide column">
<button class="ui violet inverted button" type="button" onclick="require('electron').shell.openExternal('https://tradecx.io?ref=232')">
<h4>TradeCX</h4>
</button>
</div>
<div class="four wide column">
<button class="ui violet inverted button" type="button" onclick="require('electron').shell.openExternal('https://mercatox.com/?referrer=467736')">
<h4>Mercatox</h4>
</button>
</div>
<div class="four wide column">
<button class="ui violet inverted button" type="button" onclick="require('electron').shell.openExternal('https://safe.trade')">
<h4>SafeTrade</h4>
</button>
</div>
<div class="four wide column">
<button class="ui violet inverted button" type="button" onclick="require('electron').shell.openExternal('https://e-ex.pro')">
<h4>E-Ex</h4>
</button>
</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" type="button" onclick="require('electron').shell.openExternal('https://ether1.org')">Ether-1 Website</button>
</div>
<div class="four wide column">
<button class="ui inverted green button" type="button" onclick="require('electron').shell.openExternal('https://ethofs.com')">ethoFS Website</button>
</div>
<div class="four wide column">
<button class="ui inverted green button" type="button" onclick="require('electron').shell.openExternal('https://github.com/Ether1Project')">Ether-1 Github</button>
</div>
<div class="four wide column">
<button class="ui inverted green button" type="button" onclick="require('electron').shell.openExternal('https://github.com/Ether1Project/Ether1')">Ether-1 Geth</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" type="button" onclick="require('electron').shell.openExternal('https://discord.gg/Ap5FmXc')">Discord</button>
</div>
<div class="column">
<button class="ui inverted blue button" type="button" onclick="require('electron').shell.openExternal('https://twitter.com/Ether1Official/')">Twitter</button>
</div>
<div class="column">
<button class="ui inverted blue button" type="button" onclick="require('electron').shell.openExternal('https://medium.com/@Ether1Official/')">Medium</button>
</div>
<div class="column">
<button class="ui inverted blue button" type="button" onclick="require('electron').shell.openExternal('https://t.me/Ether_1')">Telegram</button>
</div>
<div class="column">
<button class="ui inverted blue button" type="button" onclick="require('electron').shell.openExternal('https://t.me/Ether1News')">
<center>Announcements<center>
</button>
</div>
<div class="column">
<button class="ui inverted blue button" type="button" onclick="require('electron').shell.openExternal('mailto:community@ether1.org')">Email</button>
</div>
</div>
</div>
</body>
<script src="https://cdn.jsdelivr.net/npm/fomantic-ui@2.7.8/dist/semantic.min.js"></script>
<script>
$('.message .close')
.on('click', function() {
$(this)
.closest('.message')
.transition('fade');
});
</script>