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() }}