diff --git a/Products.java b/Products.java
index 562759b99db81f1f10a90a3351cfbf9c0b877f23..1ba56f2791d9512d7f78268b9f4cdfb2e90e0640 100644
--- a/Products.java
+++ b/Products.java
@@ -1,6 +1,26 @@
 /* check out these products! */
 public class Products { /* a good class, but not as good as cse391 */
     
+    public Product kevinh33Product() {
+	    return new Product(
+			    "Duolingo owl",
+			    "He's super angry",
+			    "duo_angry.jpg",
+			    "His anger levels rising",
+			    150.00
+			    );
+    }
+
+    public Product cuperidoProduct() {
+	return new Product( 	
+	    "Pillow",
+	    "Pillow to make you sleep better",
+            "pillow.jpg",
+            "Image of the pillow",
+            19.99	    
+	);
+    }	    
+
     public Product ctsai7Product() {
 	return new Product(
 		"G. Loomis GLX Casting Rod",
@@ -30,6 +50,7 @@ public class Products { /* a good class, but not as good as cse391 */
 	    105.97
 	);
     }	    
+
     public Product joshjyinProduct() {
         return new Product(
             "Dub Hub",
@@ -39,6 +60,7 @@ public class Products { /* a good class, but not as good as cse391 */
             99999999999.99
         );
     }
+
     public Product kevluoyrsProduct() {
         return new Product(
             "Blindr",
@@ -48,6 +70,7 @@ public class Products { /* a good class, but not as good as cse391 */
             99999999999.99
         );
     }
+
     public Product evanlousProduct() {
     	return new Product(
 	    "Dorito Piece",
@@ -620,6 +643,7 @@ public class Products { /* a good class, but not as good as cse391 */
         );
     }
 
+
     public Product ggsmadhuProduct() {
         return new Product(
             "Coca Cola",
@@ -628,5 +652,27 @@ public class Products { /* a good class, but not as good as cse391 */
             "Coca Cola can",
             1.50
         );
+
+    public Product chetan7() {
+            return new Product(
+                "Porche 911",
+                "Best car ever made",
+                "911.jpg",
+                "A porche 911",
+                114000.00
+            );
+    
+    }
+
+    public Product sgodse() {
+
+	    return new Product(
+		"Lindt Chocolate", 
+		"Rich, tasty chocolate",
+		"lindt.jpg",
+		"Picture of a lindt milk chocolate package",
+		2.00
+	);
+
     }
 }
diff --git a/Staff.java b/Staff.java
index 99975c8a19c47a5ccb8c689bfab95e54587e83a2..6ef3e9ecb4dc70a660a035cb0782df3aefc24c37 100644
--- a/Staff.java
+++ b/Staff.java
@@ -1,5 +1,15 @@
 public class Staff {
 	
+   public Employee cuperido() {
+       return new Employee(
+           "Young You",
+           "Dreamer",
+           "Sleep required",
+           "dreamer.jpg",
+           "zzz.. zzz.."
+       );
+   }
+
    public Employee ctsai7() {
 	   return new Employee(
 	   	"Calvin Tsai",
@@ -49,6 +59,16 @@ public class Staff {
        );
     }
 
+    public Employee kevinh33() {
+	return new Employee(
+	    "Kevin Hernandez",
+	    "Student",
+	    "Loves pets",
+	    "silly_dino.png",
+	    "My silly cat"
+	);
+    } 
+
     public Employee evanlou() {
     	return new Employee(
 	    "Evan Lou",
@@ -652,6 +672,7 @@ public class Staff {
                 "Picture of the McLaren F1 car"
         );
     }
+
      public Employee ggsmadhu(){
     	    return new Employee(
 		"Madhumitha",
@@ -660,6 +681,25 @@ public class Staff {
 	       	"mountsi.jpeg",
 	       	"Mount Si"
 	);
+
+    public Employee chetan7() {
+            return new Employee(
+                "Chetan",
+                "Student",
+                "Switching to Info",
+                "gojo.jpg",
+                "nah id win"
+        );
+    }
+
+    public Employee sgodse() {
+	    return new Employee(
+	        "Shivani",
+		"Student",
+		"CS Student", 
+		"coffee.jpg",
+		"picture of a coffee"
+		); 
     }
 }	
 
diff --git a/images/products/911.jpg b/images/products/911.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..09eb8b419ca9cab2a0bf60186164f8fc50f6fb56
Binary files /dev/null and b/images/products/911.jpg differ
diff --git a/images/products/duo_angry.jpg b/images/products/duo_angry.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..98eab16c492ab552e463650b992713b7da6224e3
Binary files /dev/null and b/images/products/duo_angry.jpg differ
diff --git a/images/products/lindt.jpg b/images/products/lindt.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..4a5cb00e859a87b10006a2704298dae49245fb92
Binary files /dev/null and b/images/products/lindt.jpg differ
diff --git a/images/products/pillow.jpg b/images/products/pillow.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..94eaa9dc9484e7c7caec2d9ad0eb99909295443b
Binary files /dev/null and b/images/products/pillow.jpg differ
diff --git a/images/staff/coffee.jpg b/images/staff/coffee.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..891a302f71ff91c7c248257b2c3b68b887b82bfd
Binary files /dev/null and b/images/staff/coffee.jpg differ
diff --git a/images/staff/dreamer.jpg b/images/staff/dreamer.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..f41b42ee2b901b6928330115695b519de01fbfd6
Binary files /dev/null and b/images/staff/dreamer.jpg differ
diff --git a/images/staff/gojo.jpg b/images/staff/gojo.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..2d8ae11d6637fda109d879c7786af6bef555cc7f
Binary files /dev/null and b/images/staff/gojo.jpg differ
diff --git a/images/staff/silly_dino.png b/images/staff/silly_dino.png
new file mode 100644
index 0000000000000000000000000000000000000000..ab4e416b76d7c1f2a490fa64149b88481a2b526d
Binary files /dev/null and b/images/staff/silly_dino.png differ