+
+ SuperWebSite by Greg.
+ The source code is not licensed.
+ The website content is not licensed either.
+
+
+
+
\ No newline at end of file
diff --git a/static/css/style.css b/static/css/style.css
index bf9a390..cd47b8d 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -7,7 +7,7 @@
}
.hero-body {
- background-color: yellow;
+ background-color: #FFFF00;
}
.switch {
@@ -19,7 +19,7 @@
--bg-color: #fff;
--primary-text-color: #222;
--secondary-text-color: #616060;
- }
+ }
body {
background: var(--bg-color);
diff --git a/static/img/nicky.webp b/static/img/nicky.webp
new file mode 100644
index 0000000..1c30795
Binary files /dev/null and b/static/img/nicky.webp differ
diff --git a/static/img/pablo.jpg b/static/img/pablo.jpg
new file mode 100644
index 0000000..76ab583
Binary files /dev/null and b/static/img/pablo.jpg differ
diff --git a/static/js/script.js b/static/js/script.js
index 07d74d7..082b894 100644
--- a/static/js/script.js
+++ b/static/js/script.js
@@ -1,17 +1,4 @@
-// TO DO
-$(document).ready(function() {
-
- // Check for click events on the navbar burger icon
- $(".navbar-burger").click(function() {
-
- // Toggle the "is-active" class on both the "navbar-burger" and the "navbar-menu"
- $(".navbar-burger").toggleClass("is-active");
- $(".navbar-menu").toggleClass("is-active");
-
- });
- }
-);
-
+// DARK MODE
document.addEventListener("DOMContentLoaded", function() {
const switchTheme = document.querySelector("#switch");