From 81964ffac36d659b450140d37ab73074660cb0bd Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Sat, 9 May 2026 08:15:08 +0200 Subject: added webmaster page and 88x31 button --- main/assets/css/main.css | 2 +- main/assets/image/buttons/wazul_88x31.png | Bin 0 -> 391 bytes main/templates/main_index.html.j2 | 4 +++- main/templates/main_sidebar.html.j2 | 4 ++++ main/templates/main_webmaster.html.j2 | 12 ++++++++++++ 5 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 main/assets/image/buttons/wazul_88x31.png create mode 100644 main/templates/main_webmaster.html.j2 (limited to 'main') diff --git a/main/assets/css/main.css b/main/assets/css/main.css index bda3e6f..a7f97e3 100644 --- a/main/assets/css/main.css +++ b/main/assets/css/main.css @@ -9,7 +9,7 @@ canvas.canvas_bg { z-index: -1; } -a, p, h1, h2, h3, li { +a, p, h1, h2, h3, li, code { color: white; } diff --git a/main/assets/image/buttons/wazul_88x31.png b/main/assets/image/buttons/wazul_88x31.png new file mode 100644 index 0000000..38a7d18 Binary files /dev/null and b/main/assets/image/buttons/wazul_88x31.png differ diff --git a/main/templates/main_index.html.j2 b/main/templates/main_index.html.j2 index 50f6b9d..084e6cf 100644 --- a/main/templates/main_index.html.j2 +++ b/main/templates/main_index.html.j2 @@ -1,4 +1,6 @@ {% extends "main_base.html.j2" %} {% block content %} -

This is page is work in progress. Meanwhile check my stuff on the navbar at the top of the page.

+

Welcome to my website!

+

My name is Wazul!

+

This page is work in progress. Meanwhile, check my stuff on the navbar at the top and on the sidebar to the right!

{% endblock %} diff --git a/main/templates/main_sidebar.html.j2 b/main/templates/main_sidebar.html.j2 index 7ad99b1..cd4b6ec 100644 --- a/main/templates/main_sidebar.html.j2 +++ b/main/templates/main_sidebar.html.j2 @@ -2,6 +2,10 @@ Home + + + Webmaster + Neighborhood diff --git a/main/templates/main_webmaster.html.j2 b/main/templates/main_webmaster.html.j2 new file mode 100644 index 0000000..32aa9c5 --- /dev/null +++ b/main/templates/main_webmaster.html.j2 @@ -0,0 +1,12 @@ +{% extends "main_base.html.j2" %} +{% block content %} +

About me

+

My name is Wazul! I'm a game developer by occupation and a computer enthusiast by hobby. I love learning about and working on anything related to computers or geek stuff, although I consider myself only a passionate greenhorn. Sometimes I touch upon some more artistic stuff, but mostly just to amuse myself.

+
+

If you'd like to be web neighbors, contact me on email: {{ site.email }}

+

Add this HTML snippet you website:

+<a href="https://wazul.moe" target="_blank"><img src="YOUR IMAGE PATH" alt="Wazul's website" title="Wazul's website"></a> +

My buttons (please do not hotlink):

+

88x31:

+ +{% endblock %} -- cgit v1.3