commit 506075f9781c4b055614ff558612c6ccec94ab34 Author: Kevin F Date: Mon Mar 7 18:05:24 2022 -0600 Initial commit diff --git a/assets/apoc.jpg b/assets/apoc.jpg new file mode 100644 index 0000000..1ff0db2 Binary files /dev/null and b/assets/apoc.jpg differ diff --git a/assets/freedom.png b/assets/freedom.png new file mode 100644 index 0000000..d1501c7 Binary files /dev/null and b/assets/freedom.png differ diff --git a/assets/grid.css b/assets/grid.css new file mode 100644 index 0000000..3cd7868 --- /dev/null +++ b/assets/grid.css @@ -0,0 +1,65 @@ +.parent { + display: grid; + grid-template-columns: repeat(2, 1fr) 0fr repeat(2, 1fr); + grid-template-rows: repeat(5, 1fr); + grid-column-gap: 0px; + grid-row-gap: 0px; + } + + + @media only screen and (max-width: 768px) { + .parent { + grid-template-columns: 1fr; + display: block; + + } + .logo{ + width: 100%; + } + } +body{ + background: #1A1A40; +} + + .div1 { + grid-area: 1 / 1 / 1 / 6; + text-align: center; + background: #7a0bc0; + } + .div2 { + grid-area: 2 / 1 / 3 / 3; + + } + .div3 { + background: #363946; + grid-area: 2 / 4 / 3 / 6; } + .div4 { + grid-area: 3 / 1 / 4 / 3; + background: #c03e3e; + background-image: url("/assets/apoc.jpg"); + background-position: center; + } + .div5 { + grid-area: 3 / 4 / 4 / 6; + background: url("/assets/xmr-bg.jpg"); + background-position-x: center; + background-position-y: bottom; + background-size: 75%; + + } + .div6 { + grid-area: 4 / 1 / 5 / 3; + background: #0d5eb1; + } + .div7 { grid-area: 4 / 4 / 5 / 6; } + .div8 { grid-area: 5 / 1 / 6 / 6; } + + + .column{ + padding: 1em; + } + + .column a, .column a:visited{ + color: wheat; + } + diff --git a/assets/onionr-1.png b/assets/onionr-1.png new file mode 100644 index 0000000..5a89cf0 Binary files /dev/null and b/assets/onionr-1.png differ diff --git a/assets/onionr-icon.png b/assets/onionr-icon.png new file mode 100644 index 0000000..867251f Binary files /dev/null and b/assets/onionr-icon.png differ diff --git a/assets/onionr-logo.png b/assets/onionr-logo.png new file mode 100644 index 0000000..493095b Binary files /dev/null and b/assets/onionr-logo.png differ diff --git a/assets/onionr.css b/assets/onionr.css new file mode 100644 index 0000000..3075ef4 --- /dev/null +++ b/assets/onionr.css @@ -0,0 +1,60 @@ + + + /* show… */ + body { + background: #270082; + color: white; + font-family: Europa, Georgia, 'Times New Roman', Times, serif; + } + + + h1, h2 { + font-family: Arial, Helvetica, sans-serif; + } + + .logo{ + width: 25%; + max-height: 75%; + margin-left: -10px; + background-color: #270082; + border-radius: 5px; + } + + .sub{ + text-align: center; + font-size: xx-large; + } + + p{ + font-size: 1.3em; + text-align: justify; + hyphens: auto; + } + + .icon{ + text-align: center; + font-size: 3em; + + } + + button { + -webkit-box-shadow: 2px 5px 5px #666666; + -moz-box-shadow: 2px 5px 5px #666666; + box-shadow: 2px 5px 5px #666666; + font-family: Arial, Helvetica, sans-serif; + color: #ffffff; + font-size: 20px; + background: #c03e3e; + padding: 10px 20px 10px 20px; + text-decoration: none; + } + + button:hover { + background: #c03e3e; + background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db); + background-image: -moz-linear-gradient(top, #3cb0fd, #3498db); + background-image: -ms-linear-gradient(top, #3cb0fd, #3498db); + background-image: -o-linear-gradient(top, #3cb0fd, #3498db); + background-image: linear-gradient(to bottom, #3cb0fd, #3498db); + text-decoration: none; + } \ No newline at end of file diff --git a/assets/xmr-bg.jpg b/assets/xmr-bg.jpg new file mode 100644 index 0000000..a6e62fb Binary files /dev/null and b/assets/xmr-bg.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..27c0f91 --- /dev/null +++ b/index.html @@ -0,0 +1,66 @@ + + + + + + + onionr: p2p anonymity network + + + + + +
+
+ +

+ anonymous p2p network +

+ +
+
+

layered security & anonymity

+

Onionr implements a gossip network with Dandelion++ and node aging to reduce the effectiveness of sybil attacks.

+

Additionally, the default transport layers are Tor and i2p as an extra layer of privacy.

+

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.

+
🕵️
+
+
+

full decentralization, full freedom

+

+ Onionr is fully decentralized with no trusted nodes, and is fully open source under AGPLv3. +

+

Onionr is community funded, and anyone can contribute suggestions, code, or bug reports.

+



+
🗽
+
+ +
+

disaster proof

+

Onionr can be extended to run over any underlying transport, by default it uses Tor, LAN multicast, and Sneakernet.

+

Transport agnosticism means that Onionr would be usable even if the Internet ceased to exist.

+
+
+

a free market

+

The Onionr team is building a p2p marketplace plugin with the aim to enable Monero users to sell goods and services with minimal fees and full control over their storefront.

+
+
+

built for humans

+

+ Onionr comes preloaded with various plugin applications with easy GUIs. There is no account setup and there are sane defaults. +

+

+ With a modular code base, Onionr is easy to extend and build upon with plugins of your own. +

+



+
👩‍💻
+
+
+
+
+
+
+ + + +