Skip to content
Snippets Groups Projects
Commit aa405f96 authored by Arohan Agate's avatar Arohan Agate
Browse files

added new staff and product

parent 311cbc24
No related branches found
No related tags found
2 merge requests!166added new staff and product pages,!156Main
Pipeline #577211 failed with stage
in 2 seconds
......@@ -806,4 +806,13 @@ public class Products { /* a good class, but not as good as cse391 */
1000.0
);
}
public Product aagateProduct() {
return new Product(
"Meta quest",
"a virtual reality headset",
"metaquest.jpg",
"A meta quest 3 on Amazon",
9.00
);
}
}
......@@ -826,5 +826,14 @@ public class Staff {
"celsius picture"
);
}
public Employee aagate() {
return new Employee(
"Arohan",
"Student",
"doing homework",
"sloth.jpg",
"picture of a sloth"
);
}
}
images/products/metaquest.jpg

31.4 KiB

images/staff/sloth.jpg

48.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