Skip to content
Snippets Groups Projects
Commit ab6237d9 authored by Akhil Srinivasan's avatar Akhil Srinivasan
Browse files

Added staff page, product page

parent 6d307b3e
No related branches found
No related tags found
1 merge request!34Merged my new product and staff page with main
Pipeline #576176 failed with stage
in 2 seconds
......@@ -179,6 +179,16 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product akhils22Product(){
return new Product(
"Avocado",
"Specially made in a Pineapple Under the Sea",
"avocado.jpg",
"Mmm...Tasty Avocado!",
22.22
);
}
public Product ikshitasProduct(){
return new Product(
......
......@@ -210,6 +210,17 @@ public class Staff {
);
}
public Employee akhils22(){
return new Employee(
"Akhil",
"Professional Wii Tennis Player",
"I love water",
"goal.jpg",
"lewangoalski with a legendary kick"
);
}
public Employee swangsam(){
return new Employee(
"Samuel",
......
images/products/avocado.jpg

128 KiB

images/staff/goal.jpg

913 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