From bad807013e5d2269c99705b6d94ce4017abfabc1 Mon Sep 17 00:00:00 2001
From: vista-man <524715@vistacollege.nl>
Date: Thu, 3 Apr 2025 14:08:38 +0200
Subject: [PATCH] feat: add 'Medewerkers' link to navigation and update
redirect path in employee login
---
contact.html | 5 ++++
employee-login.html | 2 +-
index.html | 5 ----
qr-scanner.php | 63 ---------------------------------------------
4 files changed, 6 insertions(+), 69 deletions(-)
delete mode 100644 qr-scanner.php
diff --git a/contact.html b/contact.html
index e397232..0e7d7d7 100644
--- a/contact.html
+++ b/contact.html
@@ -36,6 +36,11 @@
Over Ons
+
+
+ Medewerkers
+
+
diff --git a/employee-login.html b/employee-login.html
index 4cb8abe..9343dc6 100644
--- a/employee-login.html
+++ b/employee-login.html
@@ -72,7 +72,7 @@
if (username === 'admin' && password === 'password') {
alert('Succesvol ingelogd!');
- window.location.href = 'qr-scanner.php';
+ window.location.href = 'qr/qr.html';
} else {
alert('Ongeldige inloggegevens.');
}
diff --git a/index.html b/index.html
index 53eac73..2a8fbd5 100644
--- a/index.html
+++ b/index.html
@@ -37,11 +37,6 @@
Over Ons
-
-
- Medewerkers
-
-
diff --git a/qr-scanner.php b/qr-scanner.php
deleted file mode 100644
index 760cb5d..0000000
--- a/qr-scanner.php
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
- QR Scanner
-
-
-
-
-
-
QR Code Scanner
-
-
-
Logout
-
-
-
-
-
\ No newline at end of file