diff --git a/Products.java b/Products.java
index befa15dd086b312e95a8efea9fe0256ec00f3d69..dbd6b7712c6b62153407de733c569b6fe6f5bd88 100644
--- a/Products.java
+++ b/Products.java
@@ -653,6 +653,16 @@ public class Products { /* a good class, but not as good as cse391 */
         );
     }
 
+
+    public Product ggsmadhuProduct() {
+        return new Product(
+            "Coca Cola",
+            "Best soft drink",
+            "coke.jpeg",
+            "Coca Cola can",
+            1.50
+        );
+    }
     public Product chetan7() {
             return new Product(
                 "Porche 911",
@@ -673,6 +683,7 @@ public class Products { /* a good class, but not as good as cse391 */
 		"Picture of a lindt milk chocolate package",
 		2.00
 	);
+
 	        }
 
     public Product sprofit() {
diff --git a/Staff.java b/Staff.java
index 5e3ac227b80bfaa6bdcf9384e901fc00d51760c4..89760221009276a18ca06d2ead5ef27c80cf915b 100644
--- a/Staff.java
+++ b/Staff.java
@@ -683,6 +683,15 @@ public class Staff {
         );
     }
 
+     public Employee ggsmadhu(){
+    	    return new Employee(
+		"Madhumitha",
+	       	"Student",
+	       	"Working",
+	       	"mountsi.jpeg",
+	       	"Mount Si"
+	);
+     }
     public Employee chetan7() {
             return new Employee(
                 "Chetan",
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