Skip to content
Snippets Groups Projects
Commit 2e4d8408 authored by Anthony Albert's avatar Anthony Albert
Browse files

Added aamangus Staff, Product, and associated image.

parent 77c8e7c5
No related branches found
No related tags found
1 merge request!10Request to merge aamangus_staff_page into main.
Pipeline #576049 passed with stage
in 2 seconds
......@@ -59,4 +59,14 @@ public class Products { /* a good class, but not as good as cse391 */
10000
);
}
public Product aamangusProduct() {
return new Product(
"Broody Chicken",
"It screams!",
"Discord Chicken.PNG",
"image of a broody chicken",
1.01
);
}
}
......@@ -69,4 +69,14 @@ public class Staff {
"panda icon"
);
}
public Employee aamangus() {
return new Employee(
"Anthony",
"Student",
"studies",
"Discord Chicken.PNG",
"funny chicken"
);
}
}
images/staff/Discord Chicken.PNG

448 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