-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
24 lines (22 loc) · 1.11 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: default
title: "About"
---
<link rel="preload" as="image" href="{{ site.baseurl }}/assets/btn-github-hover.png">
<div class="guibox center">
<div class="guibox-alt center">
<h1>About</h1>
<p>I'm a Minecaft and Programming enthusiast, and spend a lot of my time researching and messing around with legacy
versions of the game, as well as making the odd programming project.</p>
<a href="https://github.com/Liathers/" target='_blank' onclick="clickSound()"><span class="github-button"></span></a>
<p>I host a Survival Multiplayer Server for a small group of people to play with few restrictions. There are no mods
installed directly onto the server, things such as geyser are all handled through a Velocity proxy, meaning the
server can be updated as soon as there is an update to the game. The map has been reset twice, and now is on a
Long-Term world.</p>
</div>
<br>
<div class="button-list">
<a class="minecraft-button center" href="{{ site.baseurl }}/minecraft">Minecraft Server</a>
<a class="minecraft-button center" href="{{ site.baseurl }}/">Return</a>
</div>
</div>