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/templates/main_webmaster.html.j2 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 main/templates/main_webmaster.html.j2 (limited to 'main/templates/main_webmaster.html.j2') 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