added screenshots
This commit is contained in:
parent
506075f978
commit
a1556eba0f
@ -16,6 +16,9 @@
|
||||
.logo{
|
||||
width: 100%;
|
||||
}
|
||||
.div7, .div8{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
body{
|
||||
background: #1A1A40;
|
||||
@ -51,8 +54,19 @@ body{
|
||||
grid-area: 4 / 1 / 5 / 3;
|
||||
background: #0d5eb1;
|
||||
}
|
||||
.div7 { grid-area: 4 / 4 / 5 / 6; }
|
||||
.div8 { grid-area: 5 / 1 / 6 / 6; }
|
||||
.div7 {
|
||||
grid-area: 4 / 4 / 5 / 6;
|
||||
background: url("/assets/onionr-3.png");
|
||||
background-size: 100%;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.div8 {
|
||||
grid-area: 5 / 1 / 6 / 6;
|
||||
background: url("/assets/onionr-1.png");
|
||||
background-size: 75%;
|
||||
background-position:top;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
|
||||
.column{
|
||||
|
BIN
assets/onionr-2.png
Normal file
BIN
assets/onionr-2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
assets/onionr-3.png
Normal file
BIN
assets/onionr-3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
@ -16,7 +16,7 @@
|
||||
<h1>
|
||||
anonymous p2p network
|
||||
</h2>
|
||||
<a href="https://git.voidnet.tech/kev/onionr"><button>Download</button></a>
|
||||
<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>
|
||||
@ -42,7 +42,9 @@
|
||||
</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 Monero users to sell goods and services with minimal fees and full control over their storefront.</p>
|
||||
<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>
|
||||
@ -56,6 +58,7 @@
|
||||
<div class="icon">👩💻</div>
|
||||
</div>
|
||||
<div class="column div7">
|
||||
|
||||
</div>
|
||||
<div class="column div8">
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user