forked from Legacy-Edition-Minigames/Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
22 lines (21 loc) · 1.55 KB
/
about.html
File metadata and controls
22 lines (21 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
title: "About"
---
<link rel="preload" as="image" href="{{ site.baseurl }}/assets/btn-github-hover.png">
<link rel="preload" as="image" href="{{ site.baseurl }}/assets/btn-patreon-hover.png">
<link rel="preload" as="image" href="{{ site.baseurl }}/assets/btn-youtube-hover.png">
<div class="guibox center">
<p>Jeremiah Edition Games is my really cool remakes of the minigames from console edition</p>
<p>only java. forever java eternal java</p>
<a href="{{ site.baseurl }}/github" target='_blank' onclick="clickSound()"><span class="github-button"></span></a> <a href="{{ site.baseurl }}/patreon" onclick="clickSound()"><span class="patreon-button"></span></a> <a href="{{ site.baseurl }}/youtube" target='_blank' onclick="clickSound()"><span class="youtube-button"></span></a>
<p>JEG is focused on making minigames but again from discontinued Legacy Console edition, while also improving and adding new cool thiungs at the same time.</p>
<p>this means nice qol changes, rotting support, and rethought games with remastered features</p>
<p>JEG is developed by me, jeremiah</p>
<div class="button-list">
<a class="minecraft-button center" href="https://github.com/JeremiahSpecifications/evil-minecraft/blob/main/Untitled8_20250323134421.png">Server Status</a>
<a class="minecraft-button center" href="{{ site.baseurl }}/credits">Credits</a>
<a class="minecraft-button center" href="{{ site.baseurl }}/brandassets">Brand Assets</a>
<a class="minecraft-button center" href="{{ site.baseurl }}/">Return</a>
</div>
</div>