From c5b41b589dd826d8cacca84f9fc7958622bdb823 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Wed, 6 May 2026 21:55:42 +0200 Subject: placeholder homepage with the new design --- main/assets/css/main.css | 32 ++++++++++++++++++++++++++++++- main/assets/image/fanlisting/crows.png | Bin 0 -> 8632 bytes main/assets/image/neighbors/tarandir.gif | Bin 0 -> 1527 bytes main/templates/main_base.html.j2 | 25 +++++++++++++++++++++++- 4 files changed, 55 insertions(+), 2 deletions(-) create mode 100644 main/assets/image/fanlisting/crows.png create mode 100644 main/assets/image/neighbors/tarandir.gif (limited to 'main') diff --git a/main/assets/css/main.css b/main/assets/css/main.css index 856b5ab..0113a27 100644 --- a/main/assets/css/main.css +++ b/main/assets/css/main.css @@ -1,6 +1,36 @@ +body { + background-color: #fe8b00ff; +} + canvas.canvas_bg { position: fixed; top: 0; left: 0; z-index: -1; -} \ No newline at end of file +} + +a, p { + color: white; +} + +main, div.navbar_main { + display: flex; + flex-flow: column; + align-items: center; + margin: auto; + background-color: #666666dd; +} + +div.navbar_parent { + padding: 0.2rem; +} + +@media (min-width: 768px) { + main, header { + padding: 0 5rem 0 5rem !important; + } +} + +main, header { + margin-top: 0.5rem; +} diff --git a/main/assets/image/fanlisting/crows.png b/main/assets/image/fanlisting/crows.png new file mode 100644 index 0000000..2233faf Binary files /dev/null and b/main/assets/image/fanlisting/crows.png differ diff --git a/main/assets/image/neighbors/tarandir.gif b/main/assets/image/neighbors/tarandir.gif new file mode 100644 index 0000000..8d9541d Binary files /dev/null and b/main/assets/image/neighbors/tarandir.gif differ diff --git a/main/templates/main_base.html.j2 b/main/templates/main_base.html.j2 index 6bac9c3..fea8660 100644 --- a/main/templates/main_base.html.j2 +++ b/main/templates/main_base.html.j2 @@ -4,7 +4,30 @@ {% block head_extra %}{{ super() }} {% endblock %} {% block body %} -{{ super() }} +
+
+
+ +
+
+
+

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

+

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:

+
+ http://fan.after-death.org/crows +
+
+
+
+
{% endblock %} -- cgit v1.3