Skip to content

Commit

Permalink
feat: add simple png images to downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
Polostor committed Sep 22, 2023
1 parent b7bcbde commit 5176875
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ div.middle {
border: 0;
}

& > img {
width: 26px;
height: 26px;
padding: 8px 16px 8px 32px;
filter: invert(1);
float: left;
}

& > a {
color: lightgoldenrodyellow;
&:hover {
Expand Down
Binary file added static/icons8-linux-52.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/icons8-mac-50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/icons8-windows-10-50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ <h1>_coming&ZeroWidthSpace;_soon</h1>
<div id="download">
<h2>Download</h2>

<div><a href="https://download.de-game.org/x86_64-unknown-linux-gnu/nightly.zip">Linux<br/>(<code>x86_64-unknown-linux-gnu</code>)</a></div>
<div><a href="https://download.de-game.org/x86_64-pc-windows-gnu/nightly.zip">Windows<br/>(<code>x86_64-pc-windows-gnu</code>)</a></div>
<div><a href="https://download.de-game.org/aarch64-apple-darwin/nightly.zip">macOS with M series<br/>(<code>aarch64-apple-darwin</code>)</a></div>
<div><a href="https://download.de-game.org/x86_64-apple-darwin/nightly.zip">macOS with Intel<br/>(<code>x86_64-apple-darwin</code>)</a></div>
<div><img src="icons8-linux-52.png" class="icon" /> <a href="https://download.de-game.org/x86_64-unknown-linux-gnu/nightly.zip">Linux<br/>(<code>x86_64-unknown-linux-gnu</code>)</a></div>
<div><img src="icons8-windows-10-50.png" class="icon" /><a href="https://download.de-game.org/x86_64-pc-windows-gnu/nightly.zip">Windows<br/>(<code>x86_64-pc-windows-gnu</code>)</a></div>
<div><img src="icons8-mac-50.png" class="icon" /><a href="https://download.de-game.org/aarch64-apple-darwin/nightly.zip">macOS with M series<br/>(<code>aarch64-apple-darwin</code>)</a></div>
<div><img src="icons8-mac-50.png" class="icon" /><a href="https://download.de-game.org/x86_64-apple-darwin/nightly.zip">macOS with Intel<br/>(<code>x86_64-apple-darwin</code>)</a></div>

<div id="download-steps">
<h3>Download steps</h3>
Expand Down

0 comments on commit 5176875

Please sign in to comment.