diff --git a/content/download.html b/content/download.html deleted file mode 100644 index 20c8d19..0000000 --- a/content/download.html +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - LibreShop - - - - - - - -
- - Home - Download - Wiki - About -
- -
-

Download page

- Download the latest version -

After downloading it is recommeded to check the MD5 hash!

-

The latest version's MD5 is:

- 1234567890123456789012345678901234567890 -
- - - - \ No newline at end of file diff --git a/content/index/style.css b/content/head/style.css similarity index 82% rename from content/index/style.css rename to content/head/style.css index 39af41c..347f8dc 100644 --- a/content/index/style.css +++ b/content/head/style.css @@ -1,9 +1,10 @@ +/* this whole funny thing is used on every .html page */ /* body, more like the background and font */ body { margin: 0 auto; font-family: "Varela Round", sans-serif; background-color: #08171f; - background-image: url(libreshop_bg.png); + background-image: url(../index/libreshop_bg.png); animation: background 30s infinite linear; transition: 5s; color: white; @@ -39,13 +40,13 @@ a:hover { width: 95%; } -/* the welcome message and randomizer */ +/* the beginning part */ .item1 { grid-area: main; margin-top: 5px;} .item2 { grid-area: right; margin-top: 5px;} .grid-container { display: grid; grid-template-areas: - 'main main main main right right'; + 'main right'; grid-template-columns: auto; } .grid-container > div { @@ -57,6 +58,10 @@ a:hover { border: 2px solid #37b0d1; border-radius: 5px; color: white; + height: 200px; + width: 400px; + padding-left: 10px; + padding-right: 10px; } /* the features */ @@ -65,14 +70,14 @@ a:hover { display: flex; margin: auto; margin-top: 20px; - justify-content: center; - grid-template-areas: - 'main main main main right right'; - gap: 20px; + width: 94%; + gap: 10px; grid-template-columns: auto; } .grid-features > div { margin-bottom: auto; + margin-left: auto; + margin-right: auto; padding: 10px 10px; } .grid-item01 { @@ -223,3 +228,23 @@ footer { from {opacity: 0%;} to {opacity: 100%;} } + +/* for download page */ +code { + background-color: #163f55; + padding: 2px; + font-size: 15px; +} +.latestdownload { + background-color: #19505f; + display: block; + text-align: center; + width: 300px; + height: 50px; + border-radius: 5px; + border: 2px solid #37b0d1; +} +.latestdownload:hover { + background-color: #2b7c92; + color: white; +} \ No newline at end of file diff --git a/download/index.html b/download/index.html new file mode 100644 index 0000000..4d4b392 --- /dev/null +++ b/download/index.html @@ -0,0 +1,63 @@ + + + + + + + LibreShop + + + + + + + +
+ + Home + Download + Wiki + About +
+ +
+
+
+

Download:

+ Download the latest version +

The file hashes

+

It is recommended to verify the file you downloaded is not corrupt using the file hashes above.

+

MD5: no latest version yet

+

SHA-1: no latest version yet

+

SHA-256: no latest version yet

+
+
+

Changelog:

+
+

No latest version released yet...

+

This project is still under developement!

+
+
+
+
+ + + + \ No newline at end of file diff --git a/index.html b/index.html index 3bc958d..321e567 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + LibreShop @@ -14,8 +14,8 @@
- Home - Download + Home + Download Wiki About
@@ -79,13 +79,13 @@

Ready to try it out?

- Download LibreShop + Download LibreShop