Skip to content
Snippets Groups Projects
Commit 5e99b7c0 authored by Anthony Mangus's avatar Anthony Mangus
Browse files

Merge branch 'aamangus_staff_page' into 'main'

Request to merge aamangus_staff_page into main.

See merge request !10
parents 77c8e7c5 2e4d8408
No related branches found
No related tags found
1 merge request!10Request to merge aamangus_staff_page into main.
Pipeline #576052 passed
......@@ -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