diff --git a/public/404.html b/public/404.html index 4b776da..0d4597b 100644 --- a/public/404.html +++ b/public/404.html @@ -1,27 +1,27 @@ - - - Seite nicht gefunden - - - + + + Seite nicht gefunden + + + -
+
-

đźš§ Seite nicht gefunden đźš§

-

Diese Seite existiert nicht oder befindet sich noch in Arbeit.

- Zur Startseite +

đźš§ Seite nicht gefunden đźš§

+

Diese Seite existiert nicht oder befindet sich noch in Arbeit.

+ Zur Startseite
-
+
\ No newline at end of file diff --git a/public/header_footer/footer.html b/public/header_footer/footer.html index 8178fca..4ab756a 100644 --- a/public/header_footer/footer.html +++ b/public/header_footer/footer.html @@ -1,8 +1,8 @@ diff --git a/public/header_footer/header.html b/public/header_footer/header.html index a98e75a..20ec0f6 100644 --- a/public/header_footer/header.html +++ b/public/header_footer/header.html @@ -30,6 +30,5 @@ - diff --git a/public/registrieren/registrieren.html b/public/registrieren/registrieren.html index 8be1fe3..e2a34b5 100644 --- a/public/registrieren/registrieren.html +++ b/public/registrieren/registrieren.html @@ -1,25 +1,25 @@ - - - - - - - Registrieren + + + + + + + Registrieren -
+
-
-
-

Registrieren

+
+ +

Registrieren

diff --git a/public/shop/shop.html b/public/shop/shop.html index efebcb9..37ae415 100644 --- a/public/shop/shop.html +++ b/public/shop/shop.html @@ -1,36 +1,39 @@ - - - Shop - - - + + + Shop + + + - -
+ +
- -
+ +

Willkommen im Webshop

-
+
-
+
- +
-
+
- - - - - + }); + \ No newline at end of file diff --git a/public/shop/shop_lkw.html b/public/shop/shop_lkw.html index 8bc028e..a8b105e 100644 --- a/public/shop/shop_lkw.html +++ b/public/shop/shop_lkw.html @@ -1,29 +1,37 @@ - - - Shop - LKW's - - - + + + Shop - LKW's + + + - -
+
+ +
- -
-

Unsere LKW Produkte

-
-
- -
+ +
+
+

Unsere LKW Produkte

+
+ +
+ +
+
+ + + +
diff --git a/public/shop/shop_motorrad.html b/public/shop/shop_motorrad.html index cace4c7..1570ecf 100644 --- a/public/shop/shop_motorrad.html +++ b/public/shop/shop_motorrad.html @@ -9,16 +9,20 @@ - -
+
+ +
- -
-

Unsere Motorrad Produkte

-
-
- -
+ +
+
+

Unsere Motorrad Produkte

+
+ +
+ +
+
diff --git a/public/shop/shop_oldtimer.html b/public/shop/shop_oldtimer.html index 27e27c4..15f6f1f 100644 --- a/public/shop/shop_oldtimer.html +++ b/public/shop/shop_oldtimer.html @@ -1,24 +1,32 @@ - - - Shop - Oldtimer - - - + + + Shop - Oldtimer + + + - -
+
+ +
- -
-

Unsere Oldtimer Produkte

-
-
- -
+ +
+
+

Unsere Oldtimer Produkte

+
+ +
+ +
+
+ + + +
- - - - + }) + .catch(err => { + console.error('Fehler beim Laden der Oldtimer_Produkte:', err); + const container = document.getElementById('products_oldtimer'); + container.innerHTML = ` +
+

Fehler beim Laden der Produkte

+

Es gab ein Problem beim Abrufen der Produktdaten.
Wir arbeiten bereits daran – bitte versuchen Sie es später erneut.

+
`; + }); + \ No newline at end of file diff --git a/public/shop/shop_sportwagen.html b/public/shop/shop_sportwagen.html index 28c645a..97d720c 100644 --- a/public/shop/shop_sportwagen.html +++ b/public/shop/shop_sportwagen.html @@ -13,14 +13,16 @@
- -
-

Unsere Sportwagen Produkte

-
+ +
+
+

Unsere Sportwagen Produkte

+
-
- -
+
+ +
+
@@ -46,19 +48,18 @@ `; container.appendChild(card); }); - }) - .catch(err => { - console.error('Fehler beim Laden der Produkte:', err); + }) + .catch(err => { + console.error('Fehler beim Laden der Sportwagen_Produkte:', err); const container = document.getElementById('products_sportwagen'); - container.innerHTML = ` -
-

Fehler beim Laden der Produkte

-

Es gab ein Problem beim Abrufen der Produktdaten.
- Wir arbeiten bereits daran – bitte versuchen Sie es später erneut.

-
- `; - }); + container.innerHTML = + `
+

Fehler beim Laden der Produkte

+

Es gab ein Problem beim Abrufen der Produktdaten.
+ Wir arbeiten bereits daran – bitte versuchen Sie es später erneut.

+
`; + }); diff --git a/public/startseite/startseite.html b/public/startseite/startseite.html index d525c15..93f859d 100644 --- a/public/startseite/startseite.html +++ b/public/startseite/startseite.html @@ -95,8 +95,6 @@ -
- - +
diff --git a/static/Styles/login/login.css b/static/Styles/login/login.css index d5072e2..8eae58a 100644 --- a/static/Styles/login/login.css +++ b/static/Styles/login/login.css @@ -9,13 +9,6 @@ margin: 50px auto; /* Zentriert das Formular */ } -.login-title { - font-size: 26px; - font-weight: 600; - margin-bottom: 25px; - color: #333; -} - .login-form .input-group { position: relative; margin-bottom: 20px; diff --git a/static/Styles/registrieren/registrieren.css b/static/Styles/registrieren/registrieren.css index ab7b9c0..de4ccbb 100644 --- a/static/Styles/registrieren/registrieren.css +++ b/static/Styles/registrieren/registrieren.css @@ -4,7 +4,7 @@ min-height: 100vh; } -.wrapper { +.register-wrapper { max-width: 400px; width: 100%; padding: 30px; @@ -21,6 +21,7 @@ align-items: center; padding: 40px 20px; } + .registration-container { max-width: 400px; margin: 60px auto; @@ -49,22 +50,6 @@ box-sizing: border-box; } -.registration-container button[type="submit"] { - width: 100%; - padding: 10px; - background-color: #007bff; - color: white; - border: none; - border-radius: 8px; - font-size: 1em; - cursor: pointer; - transition: background-color 0.3s ease; -} - -.registration-container button[type="submit"]:hover { - background-color: #0056b3; -} - .register-link { text-align: center; font-size: 14px; @@ -81,3 +66,16 @@ text-decoration: underline; } +.register-btn { + width: 100%; + padding: 12px; + background: #ff6600; + color: white; + border: none; + border-radius: 25px; + font-size: 16px; + font-weight: 600; + cursor: pointer; + transition: background 0.3s ease; +} + diff --git a/static/Styles/styles-main.css b/static/Styles/styles-main.css index a62ee29..6af9077 100644 --- a/static/Styles/styles-main.css +++ b/static/Styles/styles-main.css @@ -41,7 +41,13 @@ header { .logo-container { display: flex; align-items: center; - gap: 15px; + text-decoration: none; + color: inherit; +} + +.logo-container h1 { + margin-left: 10px; + font-size: 1.8rem; } .logo-img { @@ -283,6 +289,14 @@ main { margin-bottom: 20px; } +.title { + font-size: 26px; + font-weight: 600; + margin-bottom: 25px; + color: #333; + text-align: center; +} + .input-box input { width: 100%; padding: 12px 40px 12px 15px; @@ -377,7 +391,7 @@ h1 { color: #b00020; border: 1px solid #ffcccc; border-radius: 12px; - box-shadow: 0 4px 12px rgba(0,0,0,0.1); + box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); text-align: center; font-family: inherit; animation: fadeIn 0.6s ease-in-out; @@ -395,8 +409,14 @@ h1 { /* Optional: weiche Animation beim Einblenden */ @keyframes fadeIn { - from { opacity: 0; transform: translateY(20px); } - to { opacity: 1; transform: translateY(0); } + from { + opacity: 0; + transform: translateY(20px); + } + to { + opacity: 1; + transform: translateY(0); + } }