From 90bd999f73b27433b94ac5b768735fd7f881a51d Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Fri, 8 May 2026 20:21:38 +0200 Subject: added wip page and sidebar pictures --- main/templates/main_neighbors.html.j2 | 6 ++---- main/templates/main_sidebar.html.j2 | 8 ++++++-- main/templates/main_wip.html.j2 | 12 ++++++++++++ 3 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 main/templates/main_wip.html.j2 (limited to 'main/templates') diff --git a/main/templates/main_neighbors.html.j2 b/main/templates/main_neighbors.html.j2 index dd81617..b64c6f5 100644 --- a/main/templates/main_neighbors.html.j2 +++ b/main/templates/main_neighbors.html.j2 @@ -1,13 +1,11 @@ {% extends "main_base.html.j2" %} {% block content %} -

Visit these sites, they have way cooler (and more finished) webpages than me:

+

Visit these sites, they have way cooler (and more finished) webpages than me:

tar.dev

A way cooler neighbor page coming soon... (I swear.)

-
-

Fanlistings I'm part of:

-
+

Fanlistings I'm part of:

http://fan.after-death.org/crows Mass Effect series fanlisting
diff --git a/main/templates/main_sidebar.html.j2 b/main/templates/main_sidebar.html.j2 index 05ab83d..1aa914f 100644 --- a/main/templates/main_sidebar.html.j2 +++ b/main/templates/main_sidebar.html.j2 @@ -1,8 +1,12 @@ - + Home - + Neighbors + + + + WIP projects \ No newline at end of file diff --git a/main/templates/main_wip.html.j2 b/main/templates/main_wip.html.j2 new file mode 100644 index 0000000..991feb9 --- /dev/null +++ b/main/templates/main_wip.html.j2 @@ -0,0 +1,12 @@ +{% extends "main_base.html.j2" %} +{% block content %} +

Work in progress or planned projects:

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