From 7319a3fe7115e49b439e008f4f27b555853b4e5d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 16 Nov 2024 07:24:14 +0100 Subject: [PATCH] `webfinger`: Add basic CSS to the page --- acrate-webfinger/src/webfinger.html.j2 | 267 ++++++++++++++++--------- 1 file changed, 176 insertions(+), 91 deletions(-) diff --git a/acrate-webfinger/src/webfinger.html.j2 b/acrate-webfinger/src/webfinger.html.j2 index 1bb22ce..3fcc79c 100644 --- a/acrate-webfinger/src/webfinger.html.j2 +++ b/acrate-webfinger/src/webfinger.html.j2 @@ -2,97 +2,182 @@ {{ subject }} ยท Acrate Webfinger + -

- Acrate Webfinger -

-

- {{ subject }} -

- {% if aliases %} -
-

- Aliases -

- -
- {% endif %} - {% if properties %} -
-

- Properties -

-
- {% for property in properties %} -
- {{ property[0] }} -
-
- {{ property[1] }} -
- {% endfor %} -
-
- {% endif %} - {% if links %} - - {% endif %} +
+

+ Acrate Webfinger +

+
+
+

+ {{ subject }} +

+ {% if aliases %} +
+
+

+ Aliases +

+
    + {% for alias in aliases %} +
  • {{ alias }}
  • + {% endfor %} +
+
+ {% endif %} + {% if properties %} +
+
+

+ Properties +

+
+ {% for property in properties %} +
+ {{ property[0] }} +
+
+ {{ property[1] }} +
+ {% endfor %} +
+
+ {% endif %} + {% if links %} +
+ + {% endif %} +