diff --git a/public/images/ascendings-thumbnails/asc-19-thumbnail.jpg b/public/images/ascendings-thumbnails/asc-19-thumbnail.jpg new file mode 100755 index 0000000..c5f5e90 Binary files /dev/null and b/public/images/ascendings-thumbnails/asc-19-thumbnail.jpg differ diff --git a/public/images/ascendings-thumbnails/asc-30-thumbnail.jpg b/public/images/ascendings-thumbnails/asc-30-thumbnail.jpg new file mode 100755 index 0000000..fc409a5 Binary files /dev/null and b/public/images/ascendings-thumbnails/asc-30-thumbnail.jpg differ diff --git a/public/images/ascendings-thumbnails/asc-37-thumbnail.png b/public/images/ascendings-thumbnails/asc-37-thumbnail.png new file mode 100755 index 0000000..0feb507 Binary files /dev/null and b/public/images/ascendings-thumbnails/asc-37-thumbnail.png differ diff --git a/public/images/bg-banner.jpg b/public/images/bg-banner.jpg new file mode 100755 index 0000000..77c55f5 Binary files /dev/null and b/public/images/bg-banner.jpg differ diff --git a/public/images/bg-icon.png b/public/images/bg-icon.png new file mode 100755 index 0000000..17b24f0 Binary files /dev/null and b/public/images/bg-icon.png differ diff --git a/public/images/bitgoblin-thumbnails/bg-20-thumbnail.png b/public/images/bitgoblin-thumbnails/bg-20-thumbnail.png new file mode 100755 index 0000000..c77c293 Binary files /dev/null and b/public/images/bitgoblin-thumbnails/bg-20-thumbnail.png differ diff --git a/public/images/bitgoblin-thumbnails/bg-36-thumbnail.png b/public/images/bitgoblin-thumbnails/bg-36-thumbnail.png new file mode 100755 index 0000000..6c0ec66 Binary files /dev/null and b/public/images/bitgoblin-thumbnails/bg-36-thumbnail.png differ diff --git a/public/images/bitgoblin-thumbnails/bg-46-thumbnail.png b/public/images/bitgoblin-thumbnails/bg-46-thumbnail.png new file mode 100755 index 0000000..1fc7aba Binary files /dev/null and b/public/images/bitgoblin-thumbnails/bg-46-thumbnail.png differ diff --git a/views/contact.twig b/views/contact.twig index 55c5403..8bc3a24 100644 --- a/views/contact.twig +++ b/views/contact.twig @@ -1,7 +1,13 @@ {% extends 'layout.twig' %} +{% block title %}Contact Me{% endblock %} + {% block content %} -

This is a contact.

+
+
+

If you're looking to contact me for business inqueries, feel free to email me at gballantine@bitgoblin.tech.

+
+
{% endblock %} diff --git a/views/index.twig b/views/index.twig index 20b5a82..7761841 100644 --- a/views/index.twig +++ b/views/index.twig @@ -1,7 +1,98 @@ {% extends 'layout.twig' %} +{% block title %}Home{% endblock %} + {% block content %} -

This is a test.

+
+
+

Welcome! My name is Greg Ballantine and Bit Goblin is my passion project for creating YouTube videos on tech. I love tinkering with all things related to computers, and I enjoy documenting the things that I do so that others can use my struggles to ease their own. Whether it’s buildings PCs, playing with networking gear, or exploring the beauty of Linux, there are lots of things to play with and try to help others with.

+ +

Not only do I create tech videos for Bit Goblin, but I’m also trying to build a community around it for great people to just chill, have fun, and help each other out when need arises. Ranging from the aforementioned YouTube videos on computer hardware, networking and Linux, to a community Minecraft server, a Discord server for everyone to relax and chat with each other, a future community forum and other services. Everyone is welcome to join the community, all I ask is that you simply just be excellent to each other. Easy enough, right?

+ +

I do work with sponsors to help fund my projects. If you’re curious about who I’ve worked with before, check out the Sponsors page.

+ +
+ + +
+ +

Find Bit Goblin on YouTube.

+ + + +
+ +
+ + +
+ +

Like watching Old School RuneScape videos? Go watch Ascendings.

+ + + +
+ +
+ + +
+ +

Play Minecraft? Go check out the community Minecraft server!

+ + Minecraft Java Edition logo + +

This world is open to everyone who would like to play on it. There are no mods installed, and currently only world is available. I am open to adding mods in the future and even adding more worlds, just let me know!

+ +

Note: The website is currently a work in progress, but it will be up soon!

+ +
+ +
+ + +
+ +

You can also participate in the community forum!

+ +

Some of us love the old-style internet forums to converse and help others out. Anything you would like to discuss may happen here under the proper forum sections.

+ +

Note: Currently the Bit Goblin forum is under construction, but check back soon if you'd like to participate!

+ +
+ +
+
{% endblock %} diff --git a/views/layout.twig b/views/layout.twig index 7241bf6..6c4aca4 100644 --- a/views/layout.twig +++ b/views/layout.twig @@ -1,8 +1,52 @@ - + + - Bit Goblin + + + {% block title %}Bit Goblin{% endblock %} | Bit Goblin + + + + - {% block content %}{% endblock %} +
+
+ +
+ + + +
+
+
+ {% block content %}{% endblock %} +
+
+
+
+ + diff --git a/views/support.twig b/views/support.twig index ff9249e..0286035 100644 --- a/views/support.twig +++ b/views/support.twig @@ -1,7 +1,17 @@ {% extends 'layout.twig' %} +{% block title %}Support{% endblock %} + {% block content %} -

This is a support.

+
+
+

Unfortunately money doesn’t grow on trees, and a lot of the stuff that I purchase to make videos on can be quite expensive. My content is available free-of-charge on YouTube, but if you don’t mind helping support me financially any help would be much appreciated.

+ +

The primary way to support my work is through donations on my Patreon page. I don’t have any reward tiers over there yet, but I do plan on adding some rewards at some point in the future.

+ +

You can also support me by joining Honey using my referral link! Honey helps you save money on popular websites by searching for coupons to get you discounts while you’re shopping. And the best part is that it’s free!

+
+
{% endblock %}