diff --git a/src/_layouts/default.html b/src/_layouts/default.html index 33a879c..7014c7d 100644 --- a/src/_layouts/default.html +++ b/src/_layouts/default.html @@ -11,23 +11,12 @@ -
- -
- -
+
+
+
+ Minecraft logo +
+
{{ content }} diff --git a/src/_layouts/home.html b/src/_layouts/home.html index 8f41a4c..c5d99d3 100644 --- a/src/_layouts/home.html +++ b/src/_layouts/home.html @@ -2,6 +2,23 @@ layout: default --- -This is the home page. +
+
+ {{ content }} +
-{{ content }} +
+

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.

+ +

The only rule in play is to "be excellent to each other", but this will be revised as necessary.

+
+ +
+

Bit Goblin Sites:

+ +
+
diff --git a/src/assets/stylesheets/falador.scss b/src/assets/stylesheets/falador.scss index bcd3b6b..5fb7ab4 100644 --- a/src/assets/stylesheets/falador.scss +++ b/src/assets/stylesheets/falador.scss @@ -2,44 +2,49 @@ --- body{ - padding-top: 25px; - background-image: url(http://i.imgur.com/cxd3JtU.png); - background-size: auto; - background-position: center center; + background: #000; color: #eee; - font-size: 2rem; + font-size: 16px; } a{ + color: #2ecc71; text-decoration: none; + transition: color 300ms ease-in-out; + &:hover{ + color: darken(#2ecc71, 10%); + } } -#wrapper{ - padding: 25px 40px; - background: #212121; -} - -#main-navigation{ - background: #569045; - padding: 10px 15px; - box-shadow: 3px 3px 2px rgba(0, 0, 0, .4); - - ul{ - list-style: none; - margin: 0; - - li{ - display: inline-block; - margin: 0; +table{ + box-sizing: border-box; + width: 100%; + border: none; + tr{ + &:not(:last-child){ + td{ + border-bottom: 1px solid white; + } } - a{ - padding: 10px 15px; - color: #fff; - font-weight: bold; - transition: color 300ms ease-in-out; - &:hover{ - color: lighten(#000, 10%); + td{ + border: none; + &:not(:last-child){ + border-right: 1px solid white; } } } } + +.card{ + background: #212121; + padding: 15px 25px; + + h4{ + text-decoration: underline; + } +} + +.other-sites{ + list-style: none; + font-size: 3rem; +} diff --git a/src/index.markdown b/src/index.markdown index e4d427d..0b8bd8a 100644 --- a/src/index.markdown +++ b/src/index.markdown @@ -1,3 +1,12 @@ --- layout: home --- + +#### Server #1 + +| --- | --- | +| Address | mc1.bitgoblin.tech | +| Port | 25565 | +| Version | 1.17.1 | +| Mode | Survival | +| Mods? | None (Vanilla) |