Skip to content
Snippets Groups Projects
Commit bc7a26ca authored by Yixuan Wang's avatar Yixuan Wang
Browse files

Merge branch 'yixuan19_staff_page' into 'main'

Added Profiles for yixuan19

See merge request !16
parents 59ded6be f3108ec0
No related branches found
No related tags found
1 merge request!16Added Profiles for yixuan19
Pipeline #576086 passed
......@@ -109,4 +109,14 @@ public class Products { /* a good class, but not as good as cse391 */
1.01
);
}
public Product yixuan19Product(){
return new Product (
"Goomba",
"The No.1 VTB from Hololive",
"Avatar.png",
"Picture of Gawr Gura",
114514.0
);
}
}
......@@ -127,4 +127,15 @@ public class Staff {
"funny chicken"
);
}
public Employee yixuan19() {
return new Employee (
"Yixuan",
"Student",
"Slackin",
"Goomba.jpg",
"Shaaaaaaaaark"
);
}
}
images/products/Avatar.png

140 KiB

images/staff/Goomba.jpg

29.6 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