diff --git a/Products.java b/Products.java
index 411a23408cfa8a3ee1b59a06eef0febb80ead25f..562759b99db81f1f10a90a3351cfbf9c0b877f23 100644
--- a/Products.java
+++ b/Products.java
@@ -619,4 +619,14 @@ public class Products { /* a good class, but not as good as cse391 */
         589.00
         );
     }
+
+    public Product ggsmadhuProduct() {
+        return new Product(
+            "Coca Cola",
+            "Best soft drink",
+            "coke.jpeg",
+            "Coca Cola can",
+            1.50
+        );
+    }
 }
diff --git a/Staff.java b/Staff.java
index 5f1a2521cb04643948f43c5fd9a69c5220436797..99975c8a19c47a5ccb8c689bfab95e54587e83a2 100644
--- a/Staff.java
+++ b/Staff.java
@@ -652,5 +652,14 @@ public class Staff {
                 "Picture of the McLaren F1 car"
         );
     }
+     public Employee ggsmadhu(){
+    	    return new Employee(
+		"Madhumitha",
+	       	"Student",
+	       	"Working",
+	       	"mountsi.jpeg",
+	       	"Mount Si"
+	);
+    }
 }	
 
diff --git a/images/products/coke.jpeg b/images/products/coke.jpeg
new file mode 100644
index 0000000000000000000000000000000000000000..dabe9e11a6157081403f38beb52deafbfc280833
Binary files /dev/null and b/images/products/coke.jpeg differ
diff --git a/images/staff/mountsi.jpeg b/images/staff/mountsi.jpeg
new file mode 100644
index 0000000000000000000000000000000000000000..053991ec3ec8c31f572ab19b7d4e5832018de7ec
Binary files /dev/null and b/images/staff/mountsi.jpeg differ
diff --git a/images/staff/sunset.png b/images/staff/sunset.png
index 6458aa080cb9558db9ad9ea463c00e2d5fed7848..f5fd4c00648cd17d5792b19e3029a2c6a8fd7f80 100644
Binary files a/images/staff/sunset.png and b/images/staff/sunset.png differ
diff --git a/products.java b/products.java
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391