From c764e4e409df55fd16535b3d840fb7fb08ea9a1e Mon Sep 17 00:00:00 2001 From: Aiirondev Date: Wed, 6 May 2026 21:01:37 +0200 Subject: [PATCH] feat: Implement DNS function placeholder and enhance main page styling for improved layout --- Website/server_steering.py | 2 +- Website/templates/main.html | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/Website/server_steering.py b/Website/server_steering.py index 579bb57..32283ec 100644 --- a/Website/server_steering.py +++ b/Website/server_steering.py @@ -17,7 +17,7 @@ def add_dns(name: str, port: int) -> bool: - bool (True if adding of the Subdomain is active) """ # This is a placeholder function, as the actual implementation would depend on the DNS provider and how the DNS records are managed. - pass + return False def clear_special(var_:str) -> str: """ diff --git a/Website/templates/main.html b/Website/templates/main.html index 350b0c7..0a69cc0 100644 --- a/Website/templates/main.html +++ b/Website/templates/main.html @@ -227,6 +227,37 @@ transform: translateY(0); } + .home-viewport { + --home-zoom: 1; + position: relative; + transform-origin: top center; + } + + @media (min-width: 981px) { + .home-viewport { + --home-zoom: 1.2; + width: calc(100% / var(--home-zoom)); + margin-inline: auto; + transform: scale(var(--home-zoom)); + } + + .hero { + min-height: min(76vh, 860px); + align-items: center; + } + + .hero p { + max-width: 56ch; + } + + .section, + .testimonials, + .contact, + .primary-focus { + margin-top: 2.35rem; + } + } + .section h2 { font-size: clamp(1.45rem, 3vw, 2.3rem); margin-bottom: 0.4rem; @@ -631,6 +662,7 @@ ] } +
Lehrmittelverwaltungssoftware für Schulen @@ -872,6 +904,7 @@
Beratungstermin vereinbaren +