From 6bc99e62b4ff7a17caddbe8c077ed2a5d4f18c92 Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Mon, 26 May 2025 11:38:27 -0400 Subject: added personal advertisement and style --- zola-static/templates/index.html | 46 +++++++++++++++++++++++----------------- 1 file changed, 27 insertions(+), 19 deletions(-) (limited to 'zola-static/templates/index.html') diff --git a/zola-static/templates/index.html b/zola-static/templates/index.html index 2dbb894..9cfef7f 100644 --- a/zola-static/templates/index.html +++ b/zola-static/templates/index.html @@ -1,25 +1,33 @@ {% extends "base.html" %} {% block content %} -

All about

- -

Articles

- -

Projects

- -

Links

- +
+

All about

+ +
+
+

Articles

+ +
+
+

Projects

+ +
+
+

Links

+ +

{% endblock content %} -- cgit v1.2.3