Skip to content
Snippets Groups Projects
Commit 4e5a41b1 authored by Bryan Zhao's avatar Bryan Zhao
Browse files

Merge branch 'bohanz04_staff_page' into 'main'

Bohanz04 staff page

See merge request !162
parents 8dd8b62c 7b22a636
No related branches found
No related tags found
2 merge requests!162Bohanz04 staff page,!156Main
Pipeline #577214 passed with stages
in 2 minutes and 14 seconds
......@@ -44,6 +44,16 @@ public class Products { /* a good class, but not as good as cse391 */
}
public Product bohanz04Product() {
return new Product(
"CSE351 hw problem",
"A confusing problem faced",
"test2.jpg",
"image of that problem",
1.00
);
}
public Product kevinh33Product() {
return new Product(
"Duolingo owl",
......
......@@ -40,6 +40,15 @@ 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(
......@@ -838,5 +847,6 @@ public class Staff {
"celsius picture"
);
}
}
images/products/test2.jpg

218 KiB

images/staff/test1.jpg

218 KiB

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