onionr-web/index.html

70 lines
3.1 KiB
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>onionr: p2p anonymity network</title>
<link rel="icon" type="image/x-icon" href="assets/onionr-icon.png">
<link rel="stylesheet" href="assets/onionr.css">
<link rel="stylesheet" href="assets/grid.css">
</head>
<body>
<div class="parent">
<div class="column div1">
<img src="assets/onionr-logo.png" class="logo">
<h1>
anonymous p2p network
</h2>
<a href="https://git.voidnet.tech/kev/onionr"><button>Get Code</button></a>
</div>
<div class="column div2">
<h2 class="sub">layered security & anonymity</h2>
<p>Onionr implements a gossip network with <a href="">Dandelion++</a> and node aging to reduce the effectiveness of sybil attacks.</p>
<p>Additionally, the default transport layers are Tor and i2p as an extra layer of privacy.</p>
<p>To mitigate leaks and security exploits, Onionr uses a unique whitelist system for system commands & bytecode, and has a script to run in an unprivileged container on Linux.</p>
<div class="icon">🕵️</div>
</div>
<div class="column div3">
<h2 class="sub">full decentralization, full freedom</h2>
<p>
Onionr is fully decentralized with no trusted nodes, and is fully open source under AGPLv3.
</p>
<p>Onionr is community funded, and anyone can contribute suggestions, code, or bug reports.</p>
<br><br><br><br>
<div class="icon">🗽</div>
</div>
<div class="column div4">
<h2 class="sub">disaster proof</h2>
<p>Onionr can be extended to run over any underlying transport, by default it uses Tor, LAN multicast, and <a href="https://en.wikipedia.org/wiki/Sneakernet">Sneakernet</a>.</p>
<p>Transport agnosticism means that Onionr would be usable even if the Internet ceased to exist.</p>
</div>
<div class="column div5">
<h2 class="sub">a free market</h2>
<p>The Onionr team is building a p2p marketplace plugin with the aim to enable users to sell good and services for Monero.</p>
<p>With minimal to no fees and full control over their storefront, Onionr will provide an innovative platform for commerce.</p>
</div>
<div class="column div6">
<h2 class="sub">built for humans</h2>
<p>
Onionr comes preloaded with various plugin applications with easy GUIs. There is no account setup and there are sane defaults.
</p>
<p>
With a modular code base, Onionr is easy to extend and build upon with plugins of your own.
</p>
<br><br><br><br>
<div class="icon">👩‍💻</div>
</div>
<div class="column div7">
</div>
<div class="column div8">
</div>
</div>
</body>
</html>