Updated the styles of the home page and reorganized it a bit
ci/woodpecker/tag/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-01-08 01:37:04 -05:00
parent a2b7fa067e
commit acfb963e17
6 changed files with 89 additions and 19 deletions
+8 -4
View File
@@ -38,14 +38,18 @@
<footer id="footer">
<div class="row">
<div class="columns three">
<p>Support me over on <a href="{{ site.links.patreon_link }}">Patreon</a>!</p>
<div id="useful-links" class="columns four">
<ul>
<li>Join the Bit Goblin <a href="{{ site.links.discord_invite }}">Discord</a></li>
<li>Play on the <a href="{{ site.links.minecraft_website }}">Minecraft server</a></li>
<li>Support me over on <a href="{{ site.links.patreon_link }}">Patreon</a></li>
</ul>
</div>
<div class="columns six">
<div class="columns four">
<p class="u-text-center">{{ site.description }}</p>
<p class="u-text-center">&copy; Bit Goblin | all rights reserved.</p>
</div>
<div class="columns three">
<div class="columns four">
<p>Feel free to <a href="{% link contact.markdown %}">contact me</a> for any business inquiries.</p>
</div>
</div>