From 9d005f06d836bdff884b0ff746f3c58933046dc8 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 24 Sep 2024 14:45:24 +0200 Subject: [PATCH] style(templates): reformat HTML for better readability Tidied up the HTML structure across multiple template files to enhance code readability and maintainability. This involved mainly formatting changes like re-indenting, consolidating meta tags, and simplifying element structures. No functional changes were made. These changes aim to improve the ease of future edits and reviews. --- templates/base.html | 133 +++++-------- templates/bridges.html | 42 ++-- templates/index.html | 332 ++++++++++++++------------------ templates/legal.html | 70 +++---- templates/membership.html | 219 ++++++++++----------- templates/privacy.html | 369 ++++++++++++++++++------------------ templates/prod-warning.html | 3 +- templates/simple.html | 80 +++++--- templates/terms.html | 307 +++++++++++++++--------------- templates/transparency.html | 41 ++-- 10 files changed, 780 insertions(+), 816 deletions(-) diff --git a/templates/base.html b/templates/base.html index dd0b0ea..b8e4cde 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,75 +3,56 @@ - - - - + + + - - + + - + - - + + - {% block title %}{% endblock %} - Private.coffee + + {% block title %}{% endblock %} + - Private.coffee - + - @@ -101,27 +77,24 @@