diff --git a/Products.java b/Products.java
index b55b8e5b2817833d0507bd42f26b3ffa2508a590..072aebb483654c006f3431d81dde7b5cadbdd196 100644
--- a/Products.java
+++ b/Products.java
@@ -162,7 +162,7 @@ public class Products { /* a good class, but not as good as cse391 */
             10000
         );
     }
-
+	
     public Product raosProduct() {
 	return new Product(
 	    "Keychain",
@@ -450,6 +450,15 @@ public class Products { /* a good class, but not as good as cse391 */
 	);
     }
 
+    public Product spzappaProduct() {
+	return new Product(
+		"Elkay LZS8WSLK EZH2O Bottle Filling Station",
+		"greatest water fountain of all time",
+		"waterfountain.png",
+		"Water fountain w/ water bottle filler",
+		1312.99
+	);
+    }		
     public Product cvanleerProduct() {
 	return new Product(
 		"Milky Way",
@@ -488,4 +497,43 @@ public class Products { /* a good class, but not as good as cse391 */
 		3.99
 	);
     }
+	
+	public Product mbalakProduct() {
+        return new Product(
+            "Big Mac",
+            "McDonald's Big Mac",
+            "BigMac.jpeg",
+            "image of Big Mac",
+            5
+		);
+	}
+
+    public Product ccsekhar20Product() {
+	    return new Product(
+		"Coffee",
+		"Good coffee",
+		"coffee.jpeg",
+		"Picture of coffee",
+		4.99
+	);
+    }
+
+	public Product samsharProduct() {
+	    return new Product(
+		"Spray Ketchup",
+		"Ketchup that you can spray on",
+		"ketchup.jpg",
+		"Example image of spray on ketchup",
+		4.99
+	);
+    }
+	public Product SprayKetchup() {
+        return new Product(
+            "SprayKetchup",
+            "Spray on Ketchup",
+            "ketchup.jpg",
+            "An image of what a spray on ketchup bottle would look like",
+            5.99
+        );
+    }
 }
diff --git a/Staff.java b/Staff.java
index 2e251e8b5d6bfcea724fbbc3376b9a3c59342e0d..1cf7228d25a0e0ecea1accb6eadfaa900d3535fe 100644
--- a/Staff.java
+++ b/Staff.java
@@ -200,6 +200,16 @@ public class Staff {
             "panda icon"
         );
     }
+   
+    public Employee mbalak() {
+    	return new Employee(
+	      "Manav",
+	      "Student",
+	      "Studies",
+	      "LongLiveASAP.jpeg",
+	      "Long.Live.A$AP by A$AP Rocky"
+	    );
+    }
 
     public Employee kgrao() {
 	return new Employee(
@@ -479,6 +489,16 @@ public class Staff {
 		"Person skiing"
 	 );
     }
+
+    public Employee spzappa() {
+	 return new Employee(
+		"Sam",
+		"Student",
+		"just failed a midterm",
+		"stickman.png",
+		"stick man"
+	 );
+    }
     
     public Employee cvanleer() {
 	    return new Employee(
@@ -519,6 +539,7 @@ public class Staff {
         );
     }
 
+<<<<<<< Staff.java
 
     public Employee tly6() {
             return new Employee(
@@ -530,4 +551,24 @@ public class Staff {
          );
     }
 
+=======
+    public Employee ccsekhar20() {
+	    return new Employee(
+		"Chaitanya",
+		"Student",
+		"On the grind",
+		"ocean.jpg",
+		"Picture of the ocean"
+	);
+    }
+
+    public Employee samshar() {
+            return new Employee(
+                "Sami",
+                "Student",
+                "Working hard",
+                "picture.jpg",
+                "Picture of women playing volleyball"
+        );
+    }
 }	
diff --git a/images/products/BigMac.jpeg b/images/products/BigMac.jpeg
new file mode 100644
index 0000000000000000000000000000000000000000..69fb5ff0f36b796d5b26a27bf0e96b7683715282
Binary files /dev/null and b/images/products/BigMac.jpeg differ
diff --git a/images/products/coffee.jpeg b/images/products/coffee.jpeg
new file mode 100644
index 0000000000000000000000000000000000000000..9af5b1ecf875e0c8a0431ad54b5463bdbd27304f
Binary files /dev/null and b/images/products/coffee.jpeg differ
diff --git a/images/products/ketchup.jpg b/images/products/ketchup.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..f727096dcaaedb13e31d75f909018564a69bc9cf
Binary files /dev/null and b/images/products/ketchup.jpg differ
diff --git a/images/products/picture.jpg b/images/products/picture.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..55786d94bb6545820ab8b61b038eae37ee5a8d9c
Binary files /dev/null and b/images/products/picture.jpg differ
diff --git a/images/products/waterfountain.png b/images/products/waterfountain.png
new file mode 100644
index 0000000000000000000000000000000000000000..ae6cae2943d771ee9948084e4fad4f28052288eb
Binary files /dev/null and b/images/products/waterfountain.png differ
diff --git a/images/staff/LongLiveASAP.jpeg b/images/staff/LongLiveASAP.jpeg
new file mode 100644
index 0000000000000000000000000000000000000000..66f564aea35256b8ac2f2418088b9a5deaa5b03b
Binary files /dev/null and b/images/staff/LongLiveASAP.jpeg differ
diff --git a/images/staff/ketchup.jpg b/images/staff/ketchup.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..f727096dcaaedb13e31d75f909018564a69bc9cf
Binary files /dev/null and b/images/staff/ketchup.jpg differ
diff --git a/images/staff/ocean.jpg b/images/staff/ocean.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..c11542308c6614b415c33600304c56664e4d158c
Binary files /dev/null and b/images/staff/ocean.jpg differ
diff --git a/images/staff/picture.jpg b/images/staff/picture.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..55786d94bb6545820ab8b61b038eae37ee5a8d9c
Binary files /dev/null and b/images/staff/picture.jpg differ
diff --git a/images/staff/stickman.png b/images/staff/stickman.png
new file mode 100644
index 0000000000000000000000000000000000000000..7c67aa572910fd1d0296e8d8c9ccc998a6c52f9e
Binary files /dev/null and b/images/staff/stickman.png differ