diff --git a/cake.js b/cake.js
new file mode 100644
index 000000000..993b1a4f7
--- /dev/null
+++ b/cake.js
@@ -0,0 +1,11 @@
+const closeButton = document.querySelector(".close-nav");
+const openButton = document.querySelector(".hamburger-menu");
+const nav = document.querySelector(".nav");
+
+closeButton.addEventListener("click", () => {
+ nav.classList.remove("navigation-open");
+});
+
+openButton.addEventListener("click", () => {
+ nav.classList.add("navigation-open");
+});
diff --git a/img/10Neapolitan_1100x.jpg b/img/10Neapolitan_1100x.jpg
new file mode 100644
index 000000000..cf4abf2f2
Binary files /dev/null and b/img/10Neapolitan_1100x.jpg differ
diff --git a/img/12CBPinacolada_1100x.jpg b/img/12CBPinacolada_1100x.jpg
new file mode 100644
index 000000000..3078424ee
Binary files /dev/null and b/img/12CBPinacolada_1100x.jpg differ
diff --git a/img/2CBRedVelvet_1100x.jpg b/img/2CBRedVelvet_1100x.jpg
new file mode 100644
index 000000000..50792b93b
Binary files /dev/null and b/img/2CBRedVelvet_1100x.jpg differ
diff --git a/img/8CBItalian_1100x.jpg b/img/8CBItalian_1100x.jpg
new file mode 100644
index 000000000..030e572a9
Binary files /dev/null and b/img/8CBItalian_1100x.jpg differ
diff --git a/img/footer-background.png b/img/footer-background.png
new file mode 100644
index 000000000..7511925cb
Binary files /dev/null and b/img/footer-background.png differ
diff --git a/img/ham-menu-back.png b/img/ham-menu-back.png
new file mode 100644
index 000000000..f4931d5f9
Binary files /dev/null and b/img/ham-menu-back.png differ
diff --git a/img/header-back-ground.png b/img/header-back-ground.png
new file mode 100644
index 000000000..85d949f31
Binary files /dev/null and b/img/header-back-ground.png differ
diff --git a/img/icon/facebook.png b/img/icon/facebook.png
new file mode 100644
index 000000000..1eb64d2d3
Binary files /dev/null and b/img/icon/facebook.png differ
diff --git a/img/icon/instagram.png b/img/icon/instagram.png
new file mode 100644
index 000000000..029909d87
Binary files /dev/null and b/img/icon/instagram.png differ
diff --git a/img/icon/telephone-call.png b/img/icon/telephone-call.png
new file mode 100644
index 000000000..050134f1b
Binary files /dev/null and b/img/icon/telephone-call.png differ
diff --git a/img/mainimg.jpg b/img/mainimg.jpg
new file mode 100644
index 000000000..adf0f90a3
Binary files /dev/null and b/img/mainimg.jpg differ
diff --git a/img/tlogo.png b/img/tlogo.png
new file mode 100644
index 000000000..d615d8ab8
Binary files /dev/null and b/img/tlogo.png differ
diff --git a/index.html b/index.html
index 60b1afe13..4f6cd3746 100644
--- a/index.html
+++ b/index.html
@@ -1,16 +1,91 @@
-
-
-
-
-
- Responsive Cake webpage
-
-
-
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+ Maziar Cake Company
+
+
+
+
+
+
+
+
+ Welcome!
+
+ We've been making fresh, homemade custom cakes in the Manchester area
+ for over 10 years. Everything is baked from scratch to provide the best
+ quality. We would love the opportunity to work with you & create a
+ custom cake in any flavor you desire. We can turn any dream cake into a
+ reality. Whether its for a wedding, birthday, sweet, holiday, theme, or
+ anything else. The FUN doesn't stop there! We also have a wide and
+ delicious variety of Sweets from cookies, cake pops, cupcakes, and more!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ © Maziar Cake, inc.
+
+
+
+