From c356fca133dcd9dc30f398584224d66b9dfcef8a Mon Sep 17 00:00:00 2001 From: gitea Date: Thu, 4 Dec 2025 10:21:09 +0000 Subject: [PATCH] Revised Index.html --- templates/index.html | 32 +++++++++++++++++++++++++------- 1 file changed, 25 insertions(+), 7 deletions(-) diff --git a/templates/index.html b/templates/index.html index 7a2690f..9c01f2a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,17 +3,23 @@ - Welcome to DevOps Land ... + Professional Demo Site {{ bootstrap.load_css() }} - + + +
+
-

Land of DevOps...

-

This is a realistic, Bootstrap-powered Flask application with DB integration for demonstration.

+

Professional Demo Site

+

+ This is a realistic, Bootstrap-powered Flask application with DB integration for demonstration. +

Learn More
+

Key Features (from DB)

+ {% for feature in features %}
@@ -42,13 +54,19 @@
{% endfor %} +
+

About This Demo

-

Now with PostgreSQL for data persistence. Extend with more models/queries.

+

+ Now with PostgreSQL for data persistence. Extend with more models and queries. +

+
+ {{ bootstrap.load_js() }}