diff --git a/exel_datein/2024/09/4.xlsx b/exel_datein/2024/09/15.xlsx similarity index 52% rename from exel_datein/2024/09/4.xlsx rename to exel_datein/2024/09/15.xlsx index 9d96b69..3f735ab 100644 Binary files a/exel_datein/2024/09/4.xlsx and b/exel_datein/2024/09/15.xlsx differ diff --git a/templates/agb.html b/templates/agb.html index ecdaebb..8b2c4a9 100644 --- a/templates/agb.html +++ b/templates/agb.html @@ -8,10 +8,21 @@ .container { max-width: 700px; margin: 60px auto; background: #181a20; border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.18); padding: 40px 32px; } h1 { color: #00aaff; } .footer { color: #6c7380; font-size: 0.95em; margin-top: 40px; text-align: center; } + .nav { text-align: center; margin-bottom: 40px; } + .nav a { color: #00aaff; margin: 0 15px; text-decoration: none; } + .nav a.active { text-decoration: underline; }
1. Geltungsbereich
diff --git a/templates/chat.html b/templates/chat.html
index 3635be4..2bdd4e3 100644
--- a/templates/chat.html
+++ b/templates/chat.html
@@ -244,10 +244,41 @@
#input-area { padding: 0 6px; }
#header { padding: 16px 6px 0 6px; }
}
+ .nav {
+ display: flex;
+ justify-content: center;
+ background: #181a20;
+ padding: 12px 0;
+ border-bottom: 1px solid #2c313a;
+ }
+ .nav a {
+ color: #00aaff;
+ text-decoration: none;
+ padding: 10px 20px;
+ border-radius: 8px;
+ transition: background 0.2s, color 0.2s;
+ }
+ .nav a:hover {
+ background: #00aaff;
+ color: #fff;
+ }
+ .nav .active {
+ background: #00aaff;
+ color: #fff;
+ font-weight: bold;
+ }
Entwickelt von Simon Giehl für Nicolaisen Casing & Packaging GmbH
diff --git a/templates/datenschutz.html b/templates/datenschutz.html
index 83c642e..403ab4c 100644
--- a/templates/datenschutz.html
+++ b/templates/datenschutz.html
@@ -9,10 +9,21 @@
h1 { color: #00aaff; }
a { color: #00aaff; }
.footer { color: #6c7380; font-size: 0.95em; margin-top: 40px; text-align: center; }
+ .nav { margin-bottom: 40px; }
+ .nav a { margin-right: 15px; }
+ .nav .active { font-weight: bold; text-decoration: underline; }
Diese Anwendung ist eine technische Demo für die interne Nutzung bei Nicolaisen Casing & Packaging GmbH.
diff --git a/templates/impressum.html b/templates/impressum.html
index 7640996..d77956d 100644
--- a/templates/impressum.html
+++ b/templates/impressum.html
@@ -9,10 +9,21 @@
h1 { color: #00aaff; }
a { color: #00aaff; }
.footer { color: #6c7380; font-size: 0.95em; margin-top: 40px; text-align: center; }
+ .nav { margin-bottom: 40px; }
+ .nav a { margin-right: 20px; }
+ .nav .active { font-weight: bold; }
Diese Anwendung ist eine technische Demo, entwickelt von Simon Giehl für Nicolaisen Casing & Packaging GmbH.
diff --git a/templates/kontakt.html b/templates/kontakt.html
index 643c7ac..f9a82fc 100644
--- a/templates/kontakt.html
+++ b/templates/kontakt.html
@@ -12,9 +12,34 @@
button { background: #00aaff; color: #fff; border: none; border-radius: 8px; padding: 10px 28px; font-size: 1em; margin-top: 18px; cursor: pointer; }
button:hover { background: #0078fe; }
.footer { color: #6c7380; font-size: 0.95em; margin-top: 40px; text-align: center; }
+ .nav {
+ display: flex;
+ justify-content: center;
+ background: #181a20;
+ padding: 10px 0;
+ border-radius: 12px 12px 0 0;
+ margin: -40px -32px 40px -32px;
+ }
+ .nav a {
+ color: #00aaff;
+ text-decoration: none;
+ padding: 10px 20px;
+ margin: 0 10px;
+ border-radius: 6px;
+ transition: background 0.3s;
+ }
+ .nav a:hover, .nav a.active { background: #0078fe; }
diff --git a/templates/landing.html b/templates/landing.html index c6941dc..8aae30d 100644 --- a/templates/landing.html +++ b/templates/landing.html @@ -22,12 +22,12 @@