diff --git a/sass/styles.scss b/sass/styles.scss index fe5ce77..239e73a 100644 --- a/sass/styles.scss +++ b/sass/styles.scss @@ -34,6 +34,7 @@ div#header { div.middle { margin: 0 auto; width: 45%; + min-width: 780px; box-sizing: border-box; & h1 { color: var(--main-text1-color); @@ -48,6 +49,12 @@ div.middle { text-align: center; padding-top: 40px; } + & h3 { + color: var(--main-text1-color); + font-size: 30px; + text-align: center; + padding-top: 20px; + } & p, & ol { padding-top: 16px; } @@ -57,16 +64,84 @@ div.middle { & a:hover { color: lightblue; } + & #download { + width: 100%; + box-sizing: border-box; + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-evenly; + + & h2 { + color: var(--main-text1-color); + flex-basis: 100%; + } + + & > a, & > div { + box-sizing: border-box; + flex-basis: 45%; + } + & > a { + display: block; + + margin: 16px; + padding: 16px 0; + text-align: center; + background-color: #701e13; + border-radius: 10px; + border: 1px solid #ddb991; + + // Anchor specific + color: lightgoldenrodyellow; + + & > p { + margin: 0; + padding: 0; + } + & > img { + width: 26px; + height: 26px; + padding: 8px 16px 8px 32px; + float: left; + } + + &:hover { + margin-top: 8px; + margin-bottom: 24px; + background-color: #d2854a; + // Anchor specific + color: lightgoldenrodyellow; + & > img { + width: 34px; + height: 34px; + padding: 4px 12px 4px 28px; + } + } + } + + & > div#download-steps { + background-color: transparent; + text-align: left; + flex-grow: 1; + margin: 0 10%; + border: 0; + } + } } @media only screen and (max-width: 800px) { div.middle { - width: 70%; + width: 80%; + min-width: 350px; & h1 { font-size: 45px; } & h2 { font-size: 35px; } + & #download a { + flex-basis: 100%; + min-width: 250px; + } } } diff --git a/static/icons8-apple-logo.svg b/static/icons8-apple-logo.svg new file mode 100644 index 0000000..d39eb48 --- /dev/null +++ b/static/icons8-apple-logo.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47fb8b3ead9c926bf53c727de71fbfb0346c8471b4dd5431c4c1eb617374f442 +size 1043 diff --git a/static/icons8-linux.svg b/static/icons8-linux.svg new file mode 100644 index 0000000..bf1d55a --- /dev/null +++ b/static/icons8-linux.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc28baba762c199becea89f78f6a22a18ca376baf46c7b64b60835562675283 +size 13136 diff --git a/static/icons8-windows-10.svg b/static/icons8-windows-10.svg new file mode 100644 index 0000000..caa1bf2 --- /dev/null +++ b/static/icons8-windows-10.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0360a7ec2b363f2aeae3f9714885ef8e3b58a7291af7d8c0a86c0fe8ade9f19 +size 796 diff --git a/templates/index.html b/templates/index.html index ce1bd72..f1c4e96 100755 --- a/templates/index.html +++ b/templates/index.html @@ -21,22 +21,35 @@

_coming​_soon

automatically generated from the latest development version each night, so they may be potentially unstable. -
    -
  1. Download the ZIP file for your OS and CPU: - - -
  2. - -
  3. Extract the ZIP file.
  4. - -
  5. Execute binary file called de or de.exe.
  6. -
- +
+

Download

+ + + +

Linux
(x86_64-unknown-linux-gnu)

+
+ + +

Windows
(x86_64-pc-windows-gnu)

+
+ + +

macOS with M series
(aarch64-apple-darwin)

+
+ + +

macOS with Intel
(x86_64-apple-darwin)

+
+ +
+

Download steps

+
    +
  1. Download the ZIP file for your OS and CPU.
  2. +
  3. Extract the ZIP file.
  4. +
  5. Execute binary file called de or de.exe.
  6. +
+
+