-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (27 loc) · 1.28 KB
/
index.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
25
26
27
28
29
---
layout: default
title: "Home"
---
<div class="guibox center">
Welcome! Not a lot will happen here, I just primarily wanted somewhere for my domain to resolve.
</div>
<div class="multiple-index-grid">
<!--Left-->
<span class="guibox single-index-flexbox" style="grid-area: a;">
These buttons take you to the different places within my site, so feel free to explore around until you find something interesting!<br>
There might still be some missing things.
</span>
<span id="server-online" class="guibox single-index-flexbox" style="grid-area: c;">
</span>
<!--Right-->
<span id="description-text" class="guibox single-index-flexbox" style="grid-area: b;">
<div class="button-list">
<a class="minecraft-button center" href="{{ site.baseurl }}/about">About</a>
<a class="minecraft-button center" href="{{ site.baseurl }}/minecraft">Minecraft Server</a>
<a class="minecraft-button center" href="https://github.com/Liathers?tab=repositories">Previous Projects</a>
<a class="minecraft-button center" href="{{ site.baseurl }}/ebook">Cambridge Tech Level 3 IT eBook</a>
<a class="minecraft-button center" href="https://www.legacyminigames.net/">Legacy Edition Minigames</a>
</div>
</span>
</div>
<script src="{{ site.baseurl }}/index.js"></script>