Add some images

This commit is contained in:
Aaron Fischer 2021-08-02 00:01:14 +02:00 committed by Aaron Fischer
parent ca18e0988e
commit a11d148e71
No known key found for this signature in database
GPG Key ID: A62EFAEA293B99D7
9 changed files with 17 additions and 6 deletions

View File

@ -71,4 +71,3 @@ This tool is written by Aaron Fischer (aaron-fischer.net). It is free to use
and is placed under the GPL v.3. The images, comments and other metadata
belongs to you. Make sure, you store the data on a place you trust and make
backups.

BIN
website/images/details.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

BIN
website/images/main.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

BIN
website/images/upload.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -18,6 +18,12 @@
maintain a <a href="http://www.wired.co.uk/magazine/archive/2014/03">decentralized internet</a>.
No worry about the setup, it is easier than you think.</p>
<div class="img">
<a href="images/main.png"><img src="images/main_small.png"></a>
<a href="images/details.png"><img src="images/details_small.png"></a>
<a href="images/upload.png"><img src="images/upload_small.png"></a>
</div>
<h2>Where can I run this thing?</h2>
<p>Quick answer: Wherever you want. You can boot up an Amazon EC2 instance and deploy
it there or you can put it on your RaspberryPi and host it yourself from your
@ -26,11 +32,8 @@
connection.</p>
<h2>Installation and configuration</h2>
<p>First, <a href="yenu.jar">download the latest version</a> and extract the
archive. Compare the SHA256 hashsum to make sure, you have the original
files.</p>
<p>Next, you can simply run the jar-file with the following command.</p>
<p>First, <a href="yenu.jar">download the latest version</a> and run the jar-file
with the following command.</p>
<pre class="code">$ java -jar yenu.jar</pre>

View File

@ -31,3 +31,12 @@ a:hover {
padding: 15px;
font-size: 1em;
}
.img {
text-align: center;
}
.img img {
padding: 2px;
margin: 2px;
border: 1px solid #b2a74c;
}