diff --git a/Staff.java b/Staff.java index f52b0ba108f9ab312e2e9dd755655bd1c9b31915..fa36b1db59673750e5a3839dcc0b47d940ae627d 100644 --- a/Staff.java +++ b/Staff.java @@ -1,5 +1,14 @@ public class Staff { - + + public Employee bohanz04() { + return new Employee( + "Bryan Zhao", + "Student", + "abcdefg stuff", + "test1.jpg", + "hope to get internship" + ); + } public Employee cuperido() { return new Employee( "Young You", diff --git a/images/products/test2.jpg b/images/products/test2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20cdab1ea00dea217026843230381259fa42fa79 Binary files /dev/null and b/images/products/test2.jpg differ diff --git a/images/staff/test1.jpg b/images/staff/test1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..20cdab1ea00dea217026843230381259fa42fa79 Binary files /dev/null and b/images/staff/test1.jpg differ