diff --git a/Products.java b/Products.java
index 2a31ab1258985837a504540f825228709f5a66e7..bc606ca695bdf27856b52df4b03a684e1c3302ca 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 756c4095e504382e0513310768b56527e368b199..c88995479c29321f6b3a9346c4fbdad2b1c2f9cb 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