diff --git a/Staff.java b/Staff.java index c2ebdf52f75f4116d33090b8f67e706a3575259e..4f5fc5266e91a0b16344cc5907598b4acbe10712 100644 --- a/Staff.java +++ b/Staff.java @@ -20,6 +20,16 @@ public class Staff { ); } + public Employee mxw() { + return new Employee( + "Matt", + "candy thrower", + "tired", + "matt.png", + "matt smiling in front of a polka-dotted wall." + ); + } + public Employee antonio6() { return new Employee( "Antonio", diff --git a/images/staff/matt.png b/images/staff/matt.png new file mode 100644 index 0000000000000000000000000000000000000000..dd8176989ab173e9dc41568f7e4c3d4a69dc95b0 Binary files /dev/null and b/images/staff/matt.png differ