diff --git a/Products.java b/Products.java index c06e67f6abf817d004ee543bcbb2b533d939807a..c58fa69f53bc20881175d2be826ebfd29a102e5f 100644 --- a/Products.java +++ b/Products.java @@ -869,6 +869,7 @@ public class Products { /* a good class, but not as good as cse391 */ ); } + public Product mshumaProduct() { return new Product( "Violin Mutes 100 pack", diff --git a/Staff.java b/Staff.java index dd2bc5f68ab4cb3d1cd967251a989c51ff46b266..3be73a3eaf3d40244982933530908d5172f26f5a 100644 --- a/Staff.java +++ b/Staff.java @@ -888,6 +888,7 @@ public class Staff { "celsius picture" ); } + public Employee mshuma() { return new Employee( "Mariana", @@ -925,8 +926,14 @@ public class Staff { "your-name.jpg", "Wallpaper of Movie Your Name" ); + + } + public Employee sirjan1() { + return new Employee("Sirjan", "Student", "Lost", "cars.jpg", "carring"); + } + public Employee rlyons8(){ return new Employee( @@ -937,5 +944,6 @@ public class Staff { "Black anime girl" ); } + } diff --git a/images/products/soccerball.jpg b/images/products/soccerball.jpg new file mode 100644 index 0000000000000000000000000000000000000000..822f016895ab0b09779dbd979d1ff34b7a81efce Binary files /dev/null and b/images/products/soccerball.jpg differ diff --git a/images/staff/cars.jpg b/images/staff/cars.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ec986c1a8aa2847e71d29ec1e622eb5f63cb86c8 Binary files /dev/null and b/images/staff/cars.jpg differ diff --git a/images/staff/soccerball.jpg b/images/staff/soccerball.jpg new file mode 100644 index 0000000000000000000000000000000000000000..822f016895ab0b09779dbd979d1ff34b7a81efce Binary files /dev/null and b/images/staff/soccerball.jpg differ