Skip to content

Commit

Permalink
List more than just Future™
Browse files Browse the repository at this point in the history
Add a new "Alternatives" page where we can list a few well-known options
for minecraft clarinets.

Also remove (most?) links to /discord to avoid confusion over linking
people to a terminated discord server. We should probably provide some
alternative method of support though...
  • Loading branch information
LeafHacker committed May 8, 2022
1 parent a8c4ac5 commit 3897d8f
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 8 deletions.
105 changes: 105 additions & 0 deletions static/alternatives.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Impact Alternatives</title>
<meta name="description" content="Alternatives to Impact" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<!-- Dependencies -->
<script crossorigin="anonymous" src="https://polyfill.io/v3/polyfill.min.js"></script>
<script type="text/javascript" src="/min/modernizr-min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-143397381-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-143397381-1');

var getOutboundLink = function(label) {
gtag('event', 'click', {
'event_category': 'outbound',
'event_label': label,
'transport_type': 'beacon'
});
}
</script>

<!-- CSS -->
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"/>
<link rel="stylesheet" type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link rel="stylesheet" type="text/css" href="/min/style-min.css"/>

<style>
.meme {
font-family: 'Courier New', Courier, monospace;
font-style: italic;
font-size: 0.5em;
vertical-align: text-top;
}
</style>
</head>
<body>
<header>
<div class="navbar-fixed">
<nav role="navigation">
<div class="nav-wrapper container">
<a href="/" class="brand-logo"><h1>Impact</h1></a>
</div>
</nav>
</div>
</header>
<div class="container">
<div class="row">
<div class="col s12">
<div class="center promo promo-example">
<p>Impact supports Minecraft 1.16.5, 1.15.2, 1.14.4, 1.13.2, 1.12.2, 1.12.1, 1.12, and 1.11.2.</p>
<p>Impact does NOT support cracked/non-premium launchers.</p>
<p><a target="_blank" href="https://github.com/ImpactDevelopment/ImpactClient/wiki/Setup-FAQ" onclick="getOutboundLink('faq_download'); return true;"><u>Download/Setup FAQ</u></a></p>
</div>
</div>
<div class="col s12">
<div class="center promo promo-example">
<h2>Alternatives</h2>
<p>
Please note, this list is manually compiled. We cannot garentee its acuracy nor can we promise to keep it up to date.
<br/>
The projects listed here are third-party projects, not afiliated with Impact in any way. We do not endorse them and cannot garentee they are safe to use.
</p>
<!-- TODO: Generate this list from a database or something -->
<table>
<tbody>
<tr>
<th>Name</th>
<th>Cost</th>
<th>Notes</th>
<th>Versions</th>
</tr>
<tr>
<td><a href="https://futureclient.net">Future</a></td>
<td>One-time purchase</td>
<td>Future is a premium client with support for the latest versions, popular with players on various anarchy servers. <span class="meme">Impact, sponsered by Future&#8482;</span></td>
<td>1.14.4, 1.13.2, 1.12.2, 1.8.9</td>
</tr>
<tr>
<td><a href="https://aristois.net">Aristois</a></td>
<td>Free (optional donation perks)</td>
<td>Aristois is a free (closed-source) mod that aims to be always up-to-date with the latest minecraft versions. It can be installed with support for Fabric, Forge, MultiMC, and more.</td>
<td>1.8.9 through 1.18.2</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
</body>
</html>
9 changes: 6 additions & 3 deletions static/donate.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ <h4 class="col s12">
</h4>
<p class="col s12">
If you donate <i><span class="required-amount"></span> or more</i>, you can register an Impact Account. This enables you to receive certain perks, including
access to <i>nightly builds</i>, <i>in-game perks</i> and an <i>exclusive role</i> on our Discord server.
access to <i>nightly builds</i> and <i>in-game perks</i>.
</p>
<p class="col s12">
Please note: <b>nightly builds are not currently available</b>. Check out our list of <a href="/alternatives">alternative clients</a> if you need support for a newer version.
</p>
<p class="col s12">
If you already have an Impact Account you can <a href="/account">login here</a>.
Expand All @@ -102,8 +105,8 @@ <h4 class="col s12">
<a target="_blank" href="https://github.com/ImpactDevelopment/ImpactServer/issues">this bug tracker</a>.
<br/>
Please avoid including any private information (including payment IDs, emails, etc) when reporting issues on the bug tracker.
<br/>
If you need further assistance please contact us on <a target="_blank" href="/discord">Discord</a>!
<!-- <br/>
If you need further assistance please contact us on <a target="_blank" href="/discord">Discord</a>! -->
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion static/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h5><a id="noscript-download-link-jar" href="/ImpactInstaller.jar" onclick="getO
<div class="col s12">
<div class="center promo promo-example">
<h4>Downloads</h4>
<p>Impact supports Minecraft 1.15.2, 1.14.4, 1.13.2, 1.12.2, 1.12.1, 1.12, and 1.11.2. <br>Impact for Minecraft 1.16.5 is in <a href="/#donate"><u>donator</u></a>-only prerelease.</p>
<p>Impact supports Minecraft 1.16.5, 1.15.2, 1.14.4, 1.13.2, 1.12.2, 1.12.1, 1.12, and 1.11.2.</p>
<p>Impact does NOT support cracked/non-premium launchers.</p>
<p>
If you have an Impact Account you can <a href="/account">login here</a> to download without waiting, or download the Nightly Installer.
Expand Down
16 changes: 12 additions & 4 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,11 @@
<div class="col s12">
<div class="center promo promo-example">
<h2>Downloads</h2>
<p>Impact supports Minecraft 1.16.5, 1.15.2, 1.14.4, 1.13.2, 1.12.2, 1.12.1, 1.12, and 1.11.2. <br>Try <a href="https://futureclient.net/">Future</a> for a client that supports newer versions of Minecraft.</p>
<p>
Impact supports Minecraft 1.16.5, 1.15.2, 1.14.4, 1.13.2, 1.12.2, 1.12.1, 1.12, and 1.11.2.
<br/>
Check out our list of <a href="/alternatives">alternative clients</a> if you need support for a newer version.
</p>
<p>Impact does NOT support cracked/non-premium launchers.</p>
</div>
</div>
Expand Down Expand Up @@ -283,8 +287,10 @@ <h3 class="center">You can <a id="donate_link" href="/donate" onclick="getOutbou
<p>
If you donate <b>$5 USD or more</b>
you will receive a few small rewards such as <b>early access</b> to upcoming releases through nightly builds, <b>premium mods</b> (currently Ignite),
a <b>cape</b> visible to other Impact users, and a gold colored name in the
<a href="/discord" target="_blank" onclick="getOutboundLink('discord'); return true;"><u>Impact Discord Server</u></a>.
and a <b>cape</b> visible to other Impact users.
</p>
<p>
Please note: <b>nightly builds are not currently available</b>. Check out our list of <a href="/alternatives">alternative clients</a> if you need support for a newer version.
</p>
<p>
Donations using this new system activate on your Discord and Minecraft accounts instantly, without having to wait at all.
Expand Down Expand Up @@ -318,13 +324,15 @@ <h3 class="center">You can <a id="donate_link" href="/donate" onclick="getOutbou
<footer id="contact" class="page-footer scrollspy">
<div class="container">
<div class="row">
<!--
<div class="col s12 m6 l4 offset-l4">
<h4 class="white-text">Contact us on <a href="/discord.html" target="_blank" onclick="getOutboundLink('discord'); return true;" style="color:cyan"><u>our discord</u></a></h4>
<div style="padding-right: 2em;">
<iframe src="https://discordapp.com/widget?id=208753003996512258&theme=dark" style="max-width:400px;" width="100%" height="500" allowtransparency="true" frameborder="0"></iframe>
</div>
</div>
<div class="col s12 m6 l4">
-->
<div class="col s12 push-m6 m6 push-l8 l4">
<h4 class="white-text">More links</h4>
<ul>
<li>
Expand Down

0 comments on commit 3897d8f

Please sign in to comment.