Skip to content

Commit 9c8fbbb

Browse files
committed
new pagess + downloadss
1 parent b98bd01 commit 9c8fbbb

5 files changed

Lines changed: 46 additions & 11 deletions

File tree

src/img/icons/gamebanana.svg

Lines changed: 4 additions & 0 deletions
Loading

src/img/icons/itch-io-svgrepo-com.svg

Lines changed: 7 additions & 0 deletions
Loading

src/pages/index.html

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,24 +69,47 @@ <h1 class="page-logo">
6969
<h2>Downloads</h2>
7070
</div>
7171
<div class="downloads">
72-
<div class="os-button">
72+
<div class="downloads">
73+
<div class="platform-button">
74+
<a href="https://gamebanana.com/mods/download/598553" class="default-button">
75+
<span>
76+
<img class="platform-logo" src="root/img/icons/gamebanana.svg" alt="Icon for GameBanana"> GameBanana
77+
</span>
78+
</a>
79+
</div>
80+
<div class="platform-button">
81+
<a href="https://nex-isdumb.itch.io/codename-engine/purchase" class="default-button">
82+
<span>
83+
<img class="platform-logo" src="root/img/icons/itch-io-svgrepo-com.svg" alt="Icon for itch.io"> itch.io
84+
</span>
85+
</a>
86+
</div>
87+
</div>
88+
</div>
89+
<div>
90+
<h2>Experimental Downloads</h2>
91+
These downloads come directly from our GitHub actions and run on the latest changes<br>
92+
They might be unstable as they're really new, use them at risk of bugs!
93+
</div>
94+
<div class="downloads">
95+
<div class="platform-button">
7396
<a href="https://nightly.link/CodenameCrew/CodenameEngine/workflows/windows/main/Codename%20Engine.zip" class="default-button">
7497
<span>
75-
<img class="os-logo" src="root/img/os/windows.svg" alt="Icon for Windows"> Windows
98+
<img class="platform-logo" src="root/img/os/windows.svg" alt="Icon for Windows"> Windows
7699
</span>
77100
</a>
78101
</div>
79-
<div class="os-button">
102+
<div class="platform-button">
80103
<a href="https://nightly.link/CodenameCrew/CodenameEngine/workflows/macos/main/Codename%20Engine.zip" class="default-button">
81104
<span>
82-
<img class="os-logo" src="root/img/os/apple.svg" alt="Icon for MacOS"> MacOS
105+
<img class="platform-logo" src="root/img/os/apple.svg" alt="Icon for MacOS"> MacOS
83106
</span>
84107
</a>
85108
</div>
86-
<div class="os-button">
109+
<div class="platform-button">
87110
<a href="https://nightly.link/CodenameCrew/CodenameEngine/workflows/linux/main/Codename%20Engine.zip" class="default-button">
88111
<span>
89-
<img class="os-logo" src="root/img/os/linux.svg" alt="Icon for Linux"> Linux
112+
<img class="platform-logo" src="root/img/os/linux.svg" alt="Icon for Linux"> Linux
90113
</span>
91114
</a>
92115
</div>

src/pages/index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ div.compact {
7575
}
7676
}
7777

78-
.os-button {
78+
.platform-button {
7979
margin-left: 5px;
8080
margin-right: 5px;
8181
}
8282

83-
.os-logo {
83+
.platform-logo {
8484
width: 20px;
8585
height: 20px;
8686
margin-right: 5px;

src/pages/templates/footer.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<footer>
22
<div>
33
<a href="root/#Downloads">Downloads</a>
4+
<a href="root/#Experimental Downloads">Experimental Downloads</a>
45
<a href="root/api-docs/">Engine API</a>
56
<a href="root/wiki/">Engine Wiki</a>
67
<a href="root/tools/">Engine Tools</a>
@@ -10,9 +11,9 @@
1011
<div>
1112
<p><i>☻Codename Crew</i></p>
1213
<a href="https://github.com/CodenameCrew/"><img src="root/img/icons/github-142-svgrepo-com.svg"></a>
13-
<a href="https://discord.com/servers/codename-engine-860561967383445535/">
14-
<img src="root/img/icons/discord.svg">
15-
</a>
14+
<a href="https://discord.com/servers/codename-engine-860561967383445535/"><img src="root/img/icons/discord.svg"></a>
15+
<a href="https://gamebanana.com/studios/38320"><img src="root/img/icons/gamebanana.svg"></a>
16+
<a href="https://nex-isdumb.itch.io/codename-engine"><img src="root/img/icons/itch-io-svgrepo-com.svg"></a>
1617
<a href="https://www.youtube.com/@CodenameEngine"><img src="root/img/icons/youtube-168-svgrepo-com.svg"></a>
1718
<a href="https://bsky.app/profile/codename-engine.com"><img src="root/img/icons/Bluesky_Logo.svg"></a>
1819
<a href="https://twitter.com/FNFCodenameEG"><img src="root/img/icons/twitter-154-svgrepo-com.svg"></a>

0 commit comments

Comments
 (0)