Skip to content
Snippets Groups Projects
Commit 22419a3b authored by Isaac Wu's avatar Isaac Wu
Browse files

Merge branch 'isaacwu_staff_page' into 'main'

Added Isaac

See merge request !15
parents 76822c00 6e26a840
No related branches found
No related tags found
1 merge request!15Added Isaac
Pipeline #576067 passed
......@@ -69,6 +69,16 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product isaacsProduct() {
return new Product(
"Bucolic Green Hills",
"Take a deep breath and relax",
"windows_xp_bliss.jpeg",
"rolling grass fields, blue skies, white clouds",
100000
);
}
public Product aamangusProduct() {
return new Product(
"Broody Chicken",
......
......@@ -88,6 +88,16 @@ public class Staff {
);
}
public Employee isaacwu() {
return new Employee(
"Isaac",
"Programmer",
"Can I go to sleep now?",
"icon.jpeg",
"angrily studying"
);
}
public Employee aamangus() {
return new Employee(
"Anthony",
......
images/products/windows_xp_bliss.jpeg

927 KiB

images/staff/icon.jpeg

49.9 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