2 Commits

Author SHA1 Message Date
7b98642cd4 improved ui changed
All checks were successful
Build and Deploy Demo App (Artifacts, GHES/Gitea-safe) / test (push) Successful in 12s
Build and Deploy Demo App (Artifacts, GHES/Gitea-safe) / build (push) Successful in 1m1s
Build and Deploy Demo App (Artifacts, GHES/Gitea-safe) / scan (push) Successful in 26s
Build and Deploy Demo App (Artifacts, GHES/Gitea-safe) / deploy (push) Successful in 1m11s
2025-12-16 15:52:22 +03:30
49f9a383db changed site ui
All checks were successful
Build and Deploy Demo App (Artifacts, GHES/Gitea-safe) / test (push) Successful in 12s
Build and Deploy Demo App (Artifacts, GHES/Gitea-safe) / build (push) Successful in 1m2s
Build and Deploy Demo App (Artifacts, GHES/Gitea-safe) / scan (push) Successful in 27s
Build and Deploy Demo App (Artifacts, GHES/Gitea-safe) / deploy (push) Successful in 1m11s
2025-12-16 09:51:16 +03:30

View File

@@ -13,7 +13,7 @@
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="/">Professional Demo Site V3</a>
<a class="navbar-brand" href="/">DevOps Course Demo Website V2</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarNav" aria-controls="navbarNav"
aria-expanded="false" aria-label="Toggle navigation">
@@ -33,7 +33,7 @@
<div class="container">
<div class="bg-primary text-white py-5 mt-4 rounded text-center">
<h1 class="display-4">Professional Demo Site</h1>
<h1 class="display-4">Professional Demo Site V1</h1>
<p class="lead">
This is a realistic, Bootstrap-powered Flask application with DB integration for demonstration.
</p>