From cbf596aee71c26058fbc2c43834bfb0c96a5dc97 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 25 May 2024 17:21:23 +0200 Subject: [PATCH] feat: revamp footer layout and improve section separation Redesigned the footer in `footer.html` to use a light background with dark text, adopting a more modern aesthetic and enhancing readability. The layout now utilizes a responsive grid, separating content into two columns for better organization on wider screens. In `index.html`, added conditional rendering of horizontal rules between sections, omitting the rule after the last section. This change improves visual flow and reduces unnecessary visual clutter on the page. These changes collectively enhance the user interface's look and feel, aligning with modern web design practices and improving overall user experience. --- src/structables/templates/footer.html | 30 ++++++++++++++++++--------- src/structables/templates/index.html | 2 ++ 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/src/structables/templates/footer.html b/src/structables/templates/footer.html index 02318c7..1151eec 100644 --- a/src/structables/templates/footer.html +++ b/src/structables/templates/footer.html @@ -1,11 +1,21 @@ -