Skip to content

Commit

Permalink
add gif to downloads page + links
Browse files Browse the repository at this point in the history
  • Loading branch information
BeatACVR committed Dec 30, 2024
1 parent 243d8f9 commit f0daab9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
body {
font-family: Arial, sans-serif;
color: #fff;
/*background: url('./.images/nobglogo.png') no-repeat center center/cover; /* Replace with your image URL */
background-color: #1e1e2f;
height: 100vh;
display: flex;
Expand All @@ -27,6 +26,11 @@
position: relative;
overflow: hidden;
}

/* Links dont turn purple after being visited*/
a:visited {
color: #00aaff;
}

/* Overlay to darken the image
body::before {
Expand Down Expand Up @@ -137,8 +141,10 @@
<a href="./addsoundhelp.html">Add Sound</a>
<a href="./packgen.html">Pack Generator</a>
</nav>
<img src="./.images/geode-cs-install.gif" alt= "Installing CS using the Geode index." style="display: block; margin-left: auto; margin-right: auto; width: 50%; max-width: 300px; height: auto;">
<img src="./.images/geode-cs-install.gif" alt= "Installing CS using the Geode index." style="display: block; margin-left: auto; margin-right: auto; width: 50%; max-width: 700px; height: auto;">

<h4><br>To download click sounds open the geode index or go to the geode site and download the mod!</h4>
<h3><br>Click Sounds and Click Sounds Lite can be downloaded ingame from the Geode Index.</h3>
<h4><br>Click Sounds can also be downloaded from <a href="https://github.com/clicksounds/geode-clicksound/releases/latest">here.</a></h4>
<h4><br>Click Sounds Lite can also be downloaded from <a href="https://github.com/clicksounds/geode-clicksoundslite/releases/latest">here.</a></h4>
</body>
</html>

0 comments on commit f0daab9

Please sign in to comment.