diff --git a/Staff.java b/Staff.java
index 0a04cddb133d58b4a6b118e993bc5202b9232295..17b35c5c2f88374a055388b5429f90dd35bad1c3 100644
--- a/Staff.java
+++ b/Staff.java
@@ -28,6 +28,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