From acb7df5cf9e18f090230bbc0b07f302eb40acde4 Mon Sep 17 00:00:00 2001 From: gitea Date: Tue, 25 Nov 2025 18:56:49 +0330 Subject: [PATCH] improved index --- templates/index.html | 159 ++++++++++++++++++++++--------------------- 1 file changed, 81 insertions(+), 78 deletions(-) diff --git a/templates/index.html b/templates/index.html index 7e73e48..aaa5dfb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,86 +1,89 @@ -{% extends "bootstrap5/base.html" %} + + + + + + -{% block title %}Professional Demo Site{% endblock %} + Professional Demo Site -{% block styles %} -{{ super() }} - -{% endblock %} + + {{ bootstrap.load_css() }} + + + + + -{% block navbar %} - -{% endblock %} -{% block content %} -
- -
-

Welcome to the Professional Demo Site

-

This is a realistic, Bootstrap-powered Flask application for demonstration purposes. It features responsive design and modern UI elements.

- Learn More + +
+

Key Features

+
+
+
+
+
Responsive Design
+

Adapts seamlessly to mobile, tablet, and desktop devices.

+
+
+
+
+
+
+
Modern UI
+

Uses Bootstrap 5 for clean, professional styling.

+
+
+
+
+
+
+
Easy Deployment
+

Containerized with Docker for quick setup on any server.

+
+
+
+
+
+ + +
+

About This Demo

+

This site serves as a starting point for building more complex web applications. Extend it with databases, APIs, or user authentication as needed.

+
- -
-

Key Features

-
-
-
-
-
Responsive Design
-

Adapts seamlessly to mobile, tablet, and desktop devices.

-
-
-
-
-
-
-
Modern UI
-

Uses Bootstrap 5 for clean, professional styling.

-
-
-
-
-
-
-
Easy Deployment
-

Containerized with Docker for quick setup on any server.

-
-
-
-
-
- - -
-

About This Demo

-

This site serves as a starting point for building more complex web applications. Extend it with databases, APIs, or user authentication as needed.

-
-
-{% endblock %} - -{% block scripts %} -{{ super() }} -{% endblock %} + + {{ bootstrap.load_js() }} + +