Designed a simple site for displaying the minecraft server info

This commit is contained in:
2021-08-24 15:45:00 -04:00
parent 662f4f6675
commit 0c7a998696
4 changed files with 68 additions and 48 deletions

View File

@@ -2,6 +2,23 @@
layout: default
---
This is the home page.
<div class="row">
<div class="card columns four">
{{ content }}
</div>
{{ content }}
<div class="card columns four">
<p>Welcome to the official website for the Bit Goblin community Minecraft server. Anyone who wants to play here may play, and any future additions of worlds/realms will be noted here.</p>
<p>The only rule in play is to "be excellent to each other", but this will be revised as necessary.</p>
</div>
<div class="card columns four">
<h4>Bit Goblin Sites:</h4>
<ul class="other-sites">
<li><a href="https://www.bitgoblin.tech">Bit Goblin</a></li>
<li><a href="https://youtube.com/BitGoblin">YouTube</a></li>
<li><a href="https://forum.bitgoblin.tech">Forum</a></li>
</ul>
</div>
</div>