diff --git a/Products.java b/Products.java
index cbb0b33748f7ad31212af0eca76e4581be5e38a7..eab397a2d4ce592afa9cac445f5063108129e787 100644
--- a/Products.java
+++ b/Products.java
@@ -1,5 +1,6 @@
 /* check out these products! */
 public class Products { /* a good class, but not as good as cse391 */
+
     public Product rairai77sProudct() {
         return new Product(
             "Cheeto Dust",
@@ -9,6 +10,25 @@ public class Products { /* a good class, but not as good as cse391 */
             42.024
         );
     }
+    public Product mehulcsProduct() {
+    	return new Product(
+	    "Giant Gummy Bear",
+	    "Big fatty tasty gummy bear",
+	    "gummybear.jpg",
+	    "Picture of a beautiful gummy bear",
+	    10000.10	    
+	);
+    }
+    public Product kevinsProduct(){
+	return new Product(
+	    "Basketball",
+	    "Bouncy bouncy orange ball",
+	    "basketball.jpg",
+	    "Picture of a basketball",
+	    42.0
+	);
+    }
+
     public Product joshsProduct() {
         return new Product(
             "Dirt",
@@ -69,6 +89,16 @@ public class Products { /* a good class, but not as good as cse391 */
         );
     }
 
+    public Product raosProduct() {
+	return new Product(
+	    "Keychain",
+	    "A cool keychain",
+	    "keychain.jpg",
+	    "image of a cool keychain",
+	    5.95
+	);
+    }
+
     public Product isaacsProduct() {
 	return new Product(
 	    "Bucolic Green Hills",
@@ -96,6 +126,116 @@ public class Products { /* a good class, but not as good as cse391 */
             "Gates-Center_0001.jpg",
             "UW Gates Center Building",
             20.00
+
+    public Product tanjalsProduct() {
+	return new Product(
+		"Creatine",
+		"Big muscle",
+		"creatine.jpg",
+		"Number 1 lifting supplement",
+		39.95
+	);
+    }
+
+    public Product keshavsProduct() {
+	return new Product(
+		"Dirt",
+		"Great for plants!",
+		"dirt.jpg",
+		"image of the product",
+		4.67
+		);
+	}
+
+    public Product dhvbnlProduct() {
+        return new Product (
+                "proteen",
+                "gets you jacked",
+                "proteen.jpg",
+                "image of proteen powder",
+                9.99
+        );
+    }
+
+    public Product yixuan19Product(){
+    	return new Product (
+		"Goomba",
+		"The No.1 VTB from Hololive",
+		"Avatar.png",
+		"Picture of Gawr Gura",
+		114514.0
+   	);
+    }
+
+    public Product swangsamProduct(){
+   	return new Product(
+		"Pullup Bar",
+		"It builds back",
+		"pullup.png",
+		"pullup bar image",
+		1.2
+	);
+    }
+
+    public Product ank05Product(){
+    	return new Product(
+		"Water",
+		"Yum",
+		"water.jpg",
+		"bottled water",
+		100
+	);	
+	
+    }
+	
+    public Product akhils22Product(){
+	return new Product(
+		"Avocado",
+		"Specially made in a Pineapple Under the Sea",
+		"avocado.jpg",
+		"Mmm...Tasty Avocado!",
+		22.22
+	);
+    }
+
+    public Product ikshitasProduct(){
+        return new Product(
+                "Ice Cream",
+                "Sweet treat!",
+                "icecream.jpg",
+                "ice cream",
+                10.0
+        );
+
+    }
+
+    public Product skuttyProduct() {
+	return new Product(
+	    "Rake",
+	    "A rake to gather leaves",
+	    "rake.jpg",
+	    "image of a rake",
+	    5959.59
+	);
+    }
+
+    public Product erinsongProduct() {
+	return new Product(
+		"Ramen",
+		"Perfect meal on a cold day",
+		"ramen.jpg",
+		"Bowl of soup with noodles and sliced boiled egg",
+		15.50
+	);
+    }
+
+    public Product lq22Product() {
+        return new Product(
+                "Large Fries",
+                "Delicious McDonald's Fries!",
+                "largeFries.jpg",
+                "A pack of large size McDonald's Fries",
+                4.99
         );
     }
 }
diff --git a/Staff.java b/Staff.java
index 5f98c73cb24ba5373f6efdc4022d8b4f472e33d6..6d2f8c5d35192ca66efeb743d06e21facc5a93d8 100644
--- a/Staff.java
+++ b/Staff.java
@@ -7,7 +7,46 @@ public class Staff {
             "snorlax.png",
             "A snorlax sitting"
         );
+    }
+    public Employee mehulc() {
+    	return new Employee(
+	   "Mehul Chaudhari",
+	   "Student",
+	   "Eating",
+	   "snoopy.jpg",
+	   "just snoopy."
+	);
     } 
+    public Employee xckevin(){
+      return new Employee(
+        "Kevin",
+        "Bro",
+        "chill dude",
+        "kevin.jpg",
+        "Photo"
+      );
+    }
+
+    public Employee ank05(){
+    	return new Employee(
+	  "Ankhita",
+	  "Student",
+	  "Studying",
+	  "ankhita.png",
+	  "smiley"
+	  );
+    }
+
+     public Employee ikshitas(){
+        return new Employee(
+          "Ikshita",
+          "Student",
+          "Tired",
+          "sunset.png",
+          "sunset"
+          );
+    }
+
     public Employee faangPup() {
         return new Employee(
           "Steve",
@@ -88,6 +127,16 @@ public class Staff {
         );
     }
 
+    public Employee kgrao() {
+	return new Employee(
+	    "Rao",
+	    "Student",
+	    "studies",
+	    "rao.jpg",
+	    "A dog!"
+	);
+    }
+
     public Employee isaacwu() {
         return new Employee(
 	    "Isaac",
@@ -117,4 +166,98 @@ public class Staff {
             "A color inverted image of the employee"
         );
     }
+
+    public Employee tshukl() {
+	return new Employee(
+		"Tanjal",
+		"Student",
+		"Cries",
+		"redpanda.jpg",
+		"A special panda"
+	);
+    }
+
+    public Employee kesach() {
+	return new Employee(
+		"Keshav",
+		"Procrastinator",
+		"I'm hungry",
+		"keshav.jpg",
+		"a swig of chai"
+    	);
+    }
+
+
+    public Employee dhvbnl() {
+    	return new Employee (
+		"Dhruv",
+		"tech student",
+		"breaking things that work, making things that break",
+		"dhvbnl.jpg",
+		"pillow representing dhruv"
+	);
+    }
+
+
+    public Employee yixuan19() {
+    	return new Employee (
+		"Yixuan",
+		"Student",
+		"Slackin",
+		"Goomba.jpg",
+		"Shaaaaaaaaark"
+	);   
+    }
+
+
+    public Employee skutty() {
+        return new Employee(
+	    "Sriram",
+	    "Student",
+	    "sleeping",
+	    "cake.jpg",
+	    "cake"
+        );
+    }
+
+    public Employee akhils22(){
+	return new Employee(
+		"Akhil",
+		"Professional Wii Tennis Player",
+		"I love water",
+		"goal.jpg",
+		"lewangoalski with a legendary kick"
+	);
+    }
+
+
+    public Employee swangsam(){
+    	return new Employee(
+		"Samuel",
+		"Student",
+		"runs",
+		"sephiroth.png",
+		"sephiroth"
+	);
+    }
+
+    public Employee erinsong() {
+	return new Employee(
+		"Erin",
+		"Student",
+		"Sleeps",
+		"sleep.jpg",
+		"Brown-haired girl slumped over a desk"
+	);
+    }
+
+    public Employee lq22() {
+        return new Employee(
+                "Audrey",
+                "Student",
+                "Want to sleep",
+                "sleeping.jpg",
+                "A grey cat tring to sleep on the bed"
+        );
+    }
 }	
diff --git a/images/products/Avatar.png b/images/products/Avatar.png
new file mode 100644
index 0000000000000000000000000000000000000000..cd637eacdafad98bc13f1eb6d0c5291165116791
Binary files /dev/null and b/images/products/Avatar.png differ
diff --git a/images/products/avocado.jpg b/images/products/avocado.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..89911d6fa68a3fe1326fee5181d9b153f05f4168
Binary files /dev/null and b/images/products/avocado.jpg differ
diff --git a/images/products/basketball.jpg b/images/products/basketball.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..17ea901ee0e49cb8308c300579eeddb4bd76b915
Binary files /dev/null and b/images/products/basketball.jpg differ
diff --git a/images/products/creatine.jpg b/images/products/creatine.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..ad79ce9e05bbe6e46f55d6a16ded46f8a5bd96ac
Binary files /dev/null and b/images/products/creatine.jpg differ
diff --git a/images/products/dirt.jpg b/images/products/dirt.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..32f7b67be4b86e360c5308e8e6281ab2a5cfd0c4
Binary files /dev/null and b/images/products/dirt.jpg differ
diff --git a/images/products/gummybear.jpg b/images/products/gummybear.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..734fd98a255c1c427606d40491cef6067649e661
Binary files /dev/null and b/images/products/gummybear.jpg differ
diff --git a/images/products/icecream.png b/images/products/icecream.png
new file mode 100644
index 0000000000000000000000000000000000000000..551230175b7995a3ab6a504554996966608f7338
Binary files /dev/null and b/images/products/icecream.png differ
diff --git a/images/products/keychain.jpg b/images/products/keychain.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..7afcab65b7713ccf75adaeab9183e0347a0bc800
Binary files /dev/null and b/images/products/keychain.jpg differ
diff --git a/images/products/largeFries.jpg b/images/products/largeFries.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..711b4ca944e9578a6b75ad9e2cf6fbf5c27f8015
Binary files /dev/null and b/images/products/largeFries.jpg differ
diff --git a/images/products/proteen.jpg b/images/products/proteen.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..ed8b540897e01d590bbf01cf36ec5bf2ec50f0b2
Binary files /dev/null and b/images/products/proteen.jpg differ
diff --git a/images/products/pullup.png b/images/products/pullup.png
new file mode 100644
index 0000000000000000000000000000000000000000..ef48b03aba8d10294dccf89f6c62025843358bb8
Binary files /dev/null and b/images/products/pullup.png differ
diff --git a/images/products/rake.jpg b/images/products/rake.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..3e9e95f14f082b93961de263e1677c6dda2339c9
Binary files /dev/null and b/images/products/rake.jpg differ
diff --git a/images/products/ramen.jpg b/images/products/ramen.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..8b2b5a011353f49b5758531aff7461f035ffdd96
Binary files /dev/null and b/images/products/ramen.jpg differ
diff --git a/images/staff/Goomba.jpg b/images/staff/Goomba.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6a937f768fb9056f86015a13896058bdc4fd31cb
Binary files /dev/null and b/images/staff/Goomba.jpg differ
diff --git a/images/staff/cake.jpg b/images/staff/cake.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..be71665ac50d4147693a3dbba51c01403d5ab7a3
Binary files /dev/null and b/images/staff/cake.jpg differ
diff --git a/images/staff/dhvbnl.jpg b/images/staff/dhvbnl.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6992a794b2be87cb7a33e8712ffc79e763674f40
Binary files /dev/null and b/images/staff/dhvbnl.jpg differ
diff --git a/images/staff/goal.jpg b/images/staff/goal.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..4a09cec617ff15d6379d43f28c038a9106b792f9
Binary files /dev/null and b/images/staff/goal.jpg differ
diff --git a/images/staff/keshav.jpg b/images/staff/keshav.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..d352cde02251160e7a43f17d3939205a2885e5d3
Binary files /dev/null and b/images/staff/keshav.jpg differ
diff --git a/images/staff/kevin.jpg b/images/staff/kevin.jpg
new file mode 100755
index 0000000000000000000000000000000000000000..4efe5aa77783558a609ad2db33e17db2a916fc1d
Binary files /dev/null and b/images/staff/kevin.jpg differ
diff --git a/images/staff/rao.jpg b/images/staff/rao.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..f0e5ebea443e80be0a07d37989e0f874fbf00261
Binary files /dev/null and b/images/staff/rao.jpg differ
diff --git a/images/staff/redpanda.jpg b/images/staff/redpanda.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..fc81d6f92b7e7d7e4317c8150b18ec620e7e9363
Binary files /dev/null and b/images/staff/redpanda.jpg differ
diff --git a/images/staff/sephiroth.png b/images/staff/sephiroth.png
new file mode 100644
index 0000000000000000000000000000000000000000..fcdf091b48968f217f1248e9ea168deff6801f11
Binary files /dev/null and b/images/staff/sephiroth.png differ
diff --git a/images/staff/sleep.jpg b/images/staff/sleep.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..e3f67d0f60d5b03c50f171187eb59a1c4d5158b9
Binary files /dev/null and b/images/staff/sleep.jpg differ
diff --git a/images/staff/sleeping.jpg b/images/staff/sleeping.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..5434c1f7bf138a84fb9facaf070e15e3bc428def
Binary files /dev/null and b/images/staff/sleeping.jpg differ
diff --git a/images/staff/snoopy.jpg b/images/staff/snoopy.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..43802704892b8371a01708fa7ce5d1392cec3a66
Binary files /dev/null and b/images/staff/snoopy.jpg differ
diff --git a/images/staff/sunset.png b/images/staff/sunset.png
new file mode 100644
index 0000000000000000000000000000000000000000..6458aa080cb9558db9ad9ea463c00e2d5fed7848
Binary files /dev/null and b/images/staff/sunset.png differ