diff --git a/README.md b/README.md index 0abd508..a2cc156 100644 --- a/README.md +++ b/README.md @@ -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. - diff --git a/website/images/details.png b/website/images/details.png new file mode 100644 index 0000000..9879af0 Binary files /dev/null and b/website/images/details.png differ diff --git a/website/images/details_small.png b/website/images/details_small.png new file mode 100644 index 0000000..f4a82d3 Binary files /dev/null and b/website/images/details_small.png differ diff --git a/website/images/main.png b/website/images/main.png new file mode 100644 index 0000000..f5191c5 Binary files /dev/null and b/website/images/main.png differ diff --git a/website/images/main_small.png b/website/images/main_small.png new file mode 100644 index 0000000..2a1173f Binary files /dev/null and b/website/images/main_small.png differ diff --git a/website/images/upload.png b/website/images/upload.png new file mode 100644 index 0000000..38e20d4 Binary files /dev/null and b/website/images/upload.png differ diff --git a/website/images/upload_small.png b/website/images/upload_small.png new file mode 100644 index 0000000..7726a3e Binary files /dev/null and b/website/images/upload_small.png differ diff --git a/website/index.html b/website/index.html index 662a181..3487288 100644 --- a/website/index.html +++ b/website/index.html @@ -18,6 +18,12 @@ maintain a decentralized internet. No worry about the setup, it is easier than you think.
+ +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.
First, download the latest version and extract the - archive. Compare the SHA256 hashsum to make sure, you have the original - files.
- -Next, you can simply run the jar-file with the following command.
+First, download the latest version and run the jar-file + with the following command.
$ java -jar yenu.jardiff --git a/website/styles.css b/website/styles.css index 9ec1e0b..b996509 100644 --- a/website/styles.css +++ b/website/styles.css @@ -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; +}