Skip to content
Snippets Groups Projects
Commit 642739b6 authored by T. Zhou's avatar T. Zhou
Browse files

added staff bio and products

parent e01a9b4c
No related branches found
No related tags found
1 merge request!46Tyzhou05 staff page
......@@ -287,5 +287,13 @@ public class Products { /* a good class, but not as good as cse391 */
0
);
}
public Product tyzhou05Product() {
return new Product(
"Sushi Bake!",
"Delicious sushi pizza made in my dorm (real)",
"sushibake.jpg",
"Stack image of seaweed, rice, and deliciousness",
15
);
}
}
public class Staff {
public Employee evanlou() {
return new Employee(
"Evan Lou",
......@@ -307,5 +308,13 @@ public class Staff {
"I spent hours to figure out how to connect vscode with ece linux and then failed..."
);
}
public Employee tyzhou05() {
return new Employee(
"Tony",
"Student",
"I work at Crags in the IMA! Come say hi on Friday nights :)",
"tonyclimbing.jpg",
"Me climbing last May at my high school"
);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment