Skip to content

Commit

Permalink
Replace API download with Neo download (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex authored Dec 9, 2024
1 parent 3ede62d commit e0acb03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,12 @@ <h3><span>Sponge<span class="platform-badge spongeforge">Forge</span></span></h3
<i class="fa fa-download"></i>Download</a>
<p class="recommendation">Recommended for running plugins together with Forge mods.</p></div>
<div class="col-sm-4 platform">
<h3><span>Sponge<span class="platform-badge spongeapi">API</span></span></h3>
<p class="description">SpongeAPI is the tool developers use to create plugins for the Sponge
<h3><span>Sponge<span class="platform-badge spongeneo">Neo</span></span></h3>
<p class="description">SpongeNeo is the implementation of the Sponge API on the NeoForge
platform.</p>
<a href="https://www.spongepowered.org/downloads/spongeapi" class="btn btn-primary styled-btn">
<a href="https://www.spongepowered.org/downloads/spongeneo" class="btn btn-primary styled-btn">
<i class="fa fa-download"></i>Download</a>
<p class="recommendation">Recommended for plugin developers.</p></div>
<p class="recommendation">Recommended for running plugins together with NeoForge mods.</p></div>
</div>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions src/scss/_downloads.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,8 @@
&.spongeapi {
background-color: #009172;
}

&.spongeneo {
background-color: #cc6f2f;
}
}

0 comments on commit e0acb03

Please sign in to comment.