Skip to content
Snippets Groups Projects
Commit 48bd094c authored by Kshitij Rao's avatar Kshitij Rao
Browse files

Fixed merge conflicts, updating with main.

parents 8b65ae47 22419a3b
No related branches found
No related tags found
1 merge request!11Added my product and staff page to FAANG.
Pipeline #576070 passed
......@@ -79,6 +79,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",
......
......@@ -98,6 +98,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