From d339b554bb7db4a53990ac3e95c58e8d4565eac1 Mon Sep 17 00:00:00 2001 From: cowboykipnugget <524877@vistacollege.nl> Date: Wed, 19 Feb 2025 11:22:22 +0100 Subject: [PATCH] s --- website/Html categorieën/Broodjes.html | 0 website/Html categorieën/Deals.html | 0 website/Html categorieën/Deserts.html | 0 website/Html categorieën/Koude dranken.html | 0 website/Html categorieën/Salades.html | 0 website/Html categorieën/Snacks.html | 0 website/Html categorieën/Soepen.html | 0 website/Html categorieën/Warme dranken.html | 0 website/style.css | 8 ++--- website/welcome.css | 37 --------------------- website/welcome.html | 30 ----------------- 11 files changed, 4 insertions(+), 71 deletions(-) delete mode 100644 website/Html categorieën/Broodjes.html delete mode 100644 website/Html categorieën/Deals.html delete mode 100644 website/Html categorieën/Deserts.html delete mode 100644 website/Html categorieën/Koude dranken.html delete mode 100644 website/Html categorieën/Salades.html delete mode 100644 website/Html categorieën/Snacks.html delete mode 100644 website/Html categorieën/Soepen.html delete mode 100644 website/Html categorieën/Warme dranken.html delete mode 100644 website/welcome.css delete mode 100644 website/welcome.html diff --git a/website/Html categorieën/Broodjes.html b/website/Html categorieën/Broodjes.html deleted file mode 100644 index e69de29..0000000 diff --git a/website/Html categorieën/Deals.html b/website/Html categorieën/Deals.html deleted file mode 100644 index e69de29..0000000 diff --git a/website/Html categorieën/Deserts.html b/website/Html categorieën/Deserts.html deleted file mode 100644 index e69de29..0000000 diff --git a/website/Html categorieën/Koude dranken.html b/website/Html categorieën/Koude dranken.html deleted file mode 100644 index e69de29..0000000 diff --git a/website/Html categorieën/Salades.html b/website/Html categorieën/Salades.html deleted file mode 100644 index e69de29..0000000 diff --git a/website/Html categorieën/Snacks.html b/website/Html categorieën/Snacks.html deleted file mode 100644 index e69de29..0000000 diff --git a/website/Html categorieën/Soepen.html b/website/Html categorieën/Soepen.html deleted file mode 100644 index e69de29..0000000 diff --git a/website/Html categorieën/Warme dranken.html b/website/Html categorieën/Warme dranken.html deleted file mode 100644 index e69de29..0000000 diff --git a/website/style.css b/website/style.css index 18b7dbf..12a5de2 100644 --- a/website/style.css +++ b/website/style.css @@ -4,13 +4,13 @@ body { margin: 0; display: flex; flex-direction: column; /* Change to column to accommodate the top bar */ - background-color: #f2c14e; + background-color: #ffffff; } /* Top bar menu */ .menu-bar { width: 100%; - background-color: #f2c14e; + background-color: #ffe1b0; padding: 10px 0; display: flex; flex-wrap: wrap; /* Allow wrapping of menu items */ @@ -35,11 +35,11 @@ body { } .menu-bar.dark { - background-color: #d1a73e; /* Darker background color when modal is open */ + background-color: #ffb700; /* Darker background color when modal is open */ } .menu-item { - background-color: #fff; + background-color: #ffb700; padding: 10px 20px; margin: 5px; border-radius: 8px; diff --git a/website/welcome.css b/website/welcome.css deleted file mode 100644 index 28be63b..0000000 --- a/website/welcome.css +++ /dev/null @@ -1,37 +0,0 @@ -.welcome { - display: flex; - justify-content: center; - align-items: center; - flex-direction: column; - height: 100vh; - background-color: #ffffff; - color: #431111; - text-align: center; - } - - .welcome h1 { - font-size: 50px; - margin-bottom: 20px; - } - - .welcome p { - font-size: 20px; - margin-bottom: 30px; - } - - .welcome button { - padding: 10px 20px; - font-size: 18px; - color: white; - background-color: #431111; - border: none; - border-radius: 5px; - cursor: pointer; - box-shadow: #ff0000; - transition: transform 0.3s ease; - } - - .welcome button:hover { - transform: scale(1.2); /* Grows 20% larger */ - background-color: #a35c5c; - } \ No newline at end of file diff --git a/website/welcome.html b/website/welcome.html deleted file mode 100644 index b720b0e..0000000 --- a/website/welcome.html +++ /dev/null @@ -1,30 +0,0 @@ - - -
- - -Naar menu
-