Skip to content
Snippets Groups Projects
Commit ef19de01 authored by Peter Bui's avatar Peter Bui
Browse files

Added new staff pbui27 and added new product Goggles with product images in /products and /staff

parent fd4cf374
No related branches found
No related tags found
1 merge request!8Added new staff and new product
Pipeline #576039 passed
......@@ -40,6 +40,16 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product petersProduct() {
return new Product(
"Goggles",
"Better then reality",
"visiongoggles.jpg",
"image of goggles",
3498
);
}
public Product tuongcatProduct() {
return new Product(
"Panda",
......
......@@ -39,6 +39,16 @@ public class Staff {
"Alpaca with dandelion hair"
);
}
public Employee pbui27() {
return new Employee(
"Peter",
"Janitor",
"cleaning up code",
"pbui27.jpg",
"Peter as a baby"
);
}
public Employee agummadi() {
return new Employee(
......
images/products/visiongoggles.jpg

119 KiB

images/staff/pbui27.jpg

35.4 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