diff --git a/Products.java b/Products.java
index 9167178ecaf5223a1c04f90164630e2c07f274c7..7056ed033b61c0df4cc40e46f36e91453e48bf8f 100644
--- a/Products.java
+++ b/Products.java
@@ -109,4 +109,14 @@ public class Products { /* a good class, but not as good as cse391 */
 		1.01
 	);
     }
+
+    public Product yixuan19Product(){
+    	return new Product (
+		"Goomba",
+		"The No.1 VTB from Hololive",
+		"Avatar.png",
+		"Picture of Gawr Gura",
+		114514.0
+	);
+    }
 }
diff --git a/Staff.java b/Staff.java
index 0b01758a5b7e77ea116c7c173055e1fd26e4e8cc..cc8d002343f5dd0d4133c245ec1bb0ce52e47785 100644
--- a/Staff.java
+++ b/Staff.java
@@ -127,4 +127,15 @@ public class Staff {
 		"funny chicken"
 	);
     }
+
+
+    public Employee yixuan19() {
+    	return new Employee (
+		"Yixuan",
+		"Student",
+		"Slackin",
+		"Goomba.jpg",
+		"Shaaaaaaaaark"
+	);   
+    }
 }	
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/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