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/assets/css/main.css | 12 +++++++++--- main/assets/image/sidebar/missing_texture.png | Bin 0 -> 154 bytes main/templates/main_neighbors.html.j2 | 6 ++---- main/templates/main_sidebar.html.j2 | 8 ++++++-- main/templates/main_wip.html.j2 | 12 ++++++++++++ 5 files changed, 29 insertions(+), 9 deletions(-) create mode 100644 main/assets/image/sidebar/missing_texture.png create mode 100644 main/templates/main_wip.html.j2 (limited to 'main') diff --git a/main/assets/css/main.css b/main/assets/css/main.css index 64cdf6a..bda3e6f 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 { +a, p, h1, h2, h3, li { color: white; } @@ -32,14 +32,20 @@ div.main_parent { padding: 0 !important; } +main, aside { + padding-top: 1rem; + padding-bottom: 1rem; +} + main { padding-left: 15px; padding-right: 15px; } @media (min-width: 768px) { - main, header { - padding: 0 2rem 0 2rem !important; + main { + padding-left: 2rem !important; + padding-right: 2rem !important; } div.main_parent { diff --git a/main/assets/image/sidebar/missing_texture.png b/main/assets/image/sidebar/missing_texture.png new file mode 100644 index 0000000..8fb646a Binary files /dev/null and b/main/assets/image/sidebar/missing_texture.png differ 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