diff --git a/README.md b/README.md
index 3906dbe..151bc99 100644
--- a/README.md
+++ b/README.md
@@ -7,4 +7,6 @@ Main contributors: @0xFEEDC0DE64 and @CommanderRedYT
Visit the site here: https://pfostendynamics.com/
If you have any feature suggestions, feel free to send it in by using the issues section!
-This website is work in progress!
\ No newline at end of file
+This website is work in progress!
+
+ - To devs: If you update the navbar.html, please update template.html as well!
\ No newline at end of file
diff --git a/about.html b/about.html
index d7fc530..55e2c06 100644
--- a/about.html
+++ b/about.html
@@ -7,7 +7,10 @@
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
-
+
About | Pfosten Dynamics
-
+
-
+
Shop
+
@@ -325,5 +341,12 @@
-->
+
+
+
diff --git a/bobbybob.html b/bobbybob.html
index e69de29..8ed707d 100644
--- a/bobbybob.html
+++ b/bobbybob.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+ Bobbybob | Pfosten Dynamics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bobbybob (WIP)
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bobbyboot.html b/bobbyboot.html
index e69de29..5ecb0d8 100644
--- a/bobbyboot.html
+++ b/bobbyboot.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+ Bobbyboot | Pfosten Dynamics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bobbyboot (WIP)
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bobbycar.html b/bobbycar.html
index e69de29..9143d48 100644
--- a/bobbycar.html
+++ b/bobbycar.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+ Bobbycar | Pfosten Dynamics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bobbycar (WIP)
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bobbyhubschrauber.html b/bobbyhubschrauber.html
index e69de29..a79abb9 100644
--- a/bobbyhubschrauber.html
+++ b/bobbyhubschrauber.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+ Bobbyhubschrauber | Pfosten Dynamics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bobbyhubschrauber (WIP)
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bobbyklo.html b/bobbyklo.html
index e69de29..6d8c096 100644
--- a/bobbyklo.html
+++ b/bobbyklo.html
@@ -0,0 +1,149 @@
+
+
+
+
+
+
+
+
+
+
+ Bobbyklo | Pfosten Dynamics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bobbyklo (WIP)
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bobbyquad.html b/bobbyquad.html
index e69de29..9496211 100644
--- a/bobbyquad.html
+++ b/bobbyquad.html
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+ Bobbyquad | Pfosten Dynamics
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Bobbyquad (WIP)
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/careers.html b/careers.html
index 5a99a92..258c61b 100644
--- a/careers.html
+++ b/careers.html
@@ -7,7 +7,10 @@
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
-
+
Careers | Pfosten Dynamics
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -176,5 +194,12 @@
-->
+
+
+
diff --git a/darkmode.css b/darkmode.css
new file mode 100644
index 0000000..8095aaf
--- /dev/null
+++ b/darkmode.css
@@ -0,0 +1,9 @@
+#darkModeImg {
+ height: 32px;
+ width: 32px
+}
+
+body.darkMode {
+ background-color: rgb(63, 63, 63);
+ color: white;
+}
diff --git a/img/PfostenDynamicsDark.png b/img/PfostenDynamicsDark.png
new file mode 100644
index 0000000..cb0ee31
Binary files /dev/null and b/img/PfostenDynamicsDark.png differ
diff --git a/img/darkmode.png b/img/darkmode.png
new file mode 100644
index 0000000..01f1512
Binary files /dev/null and b/img/darkmode.png differ
diff --git a/img/lightmode.png b/img/lightmode.png
new file mode 100644
index 0000000..694a6c8
Binary files /dev/null and b/img/lightmode.png differ
diff --git a/img/xcf/darkmode.xcf b/img/xcf/darkmode.xcf
new file mode 100644
index 0000000..6d8f929
Binary files /dev/null and b/img/xcf/darkmode.xcf differ
diff --git a/img/xcf/lightmode.xcf b/img/xcf/lightmode.xcf
new file mode 100644
index 0000000..3a820cc
Binary files /dev/null and b/img/xcf/lightmode.xcf differ
diff --git a/index.html b/index.html
index 91e431c..b99b1af 100644
--- a/index.html
+++ b/index.html
@@ -7,7 +7,10 @@
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
-
+
-
+
-
+
Shop
+
@@ -233,6 +246,15 @@
+
+ Test
+
+
+ Test2
+
+
+ Test3
+
@@ -252,5 +274,11 @@
-->
-
+
+
+