Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace API download with Neo download #167

Merged
merged 3 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
}
}
Loading