diff --git a/database/db_scripts/webshop_test-data.sql b/database/db_scripts/webshop_test-data.sql index 2e4bd83..d94c6b2 100644 --- a/database/db_scripts/webshop_test-data.sql +++ b/database/db_scripts/webshop_test-data.sql @@ -2,15 +2,15 @@ USE webshop; -- Product Categories INSERT INTO product_category (id, name) -VALUES (1, 'Electronics'); +VALUES (1, 'Motorräder'); INSERT INTO product_category (id, name) -VALUES (2, 'Home Appliances'); +VALUES (2, 'Oldtimer'); INSERT INTO product_category (id, name) -VALUES (3, 'Clothing'); +VALUES (3, 'Sportwägen'); INSERT INTO product_category (id, name) -VALUES (4, 'Sports'); +VALUES (4, 'LKWs'); INSERT INTO product_category (id, name) -VALUES (5, 'Books'); +VALUES (5, 'Kleinwägen'); -- Discounts INSERT INTO discount (id, name, description, discount_percent, active) diff --git a/public/404.html b/public/404.html index 0d4597b..69a558c 100644 --- a/public/404.html +++ b/public/404.html @@ -1,21 +1,32 @@ + + Seite nicht gefunden + + +
-
+ +

🚧 Seite nicht gefunden 🚧

Diese Seite existiert nicht oder befindet sich noch in Arbeit.

+ Zur Startseite
diff --git a/public/Warenkorb/warenkorb.html b/public/Warenkorb/warenkorb.html index 762972d..011faa7 100644 --- a/public/Warenkorb/warenkorb.html +++ b/public/Warenkorb/warenkorb.html @@ -11,28 +11,144 @@
-

🛒 Dein Warenkorb

- -
-
- Produkt 1 - -
- -
- -
-
- Produkt 2 -
- -
- -
-
- +
+

Dein Warenkorb

+
+
+ +
+ + diff --git a/public/bestellformular/bestellformular.html b/public/bestellformular/bestellformular.html index 793c685..9b8ae8b 100644 --- a/public/bestellformular/bestellformular.html +++ b/public/bestellformular/bestellformular.html @@ -6,12 +6,13 @@ Bestellformular +
-
+
@@ -19,13 +20,13 @@

Bestellformular

- + - + - + @@ -45,21 +46,21 @@
Bestellung absenden @@ -83,10 +89,31 @@
diff --git a/public/header_footer/footer.html b/public/header_footer/footer.html index 4ab756a..521d90b 100644 --- a/public/header_footer/footer.html +++ b/public/header_footer/footer.html @@ -1,6 +1,12 @@ - + +