Skip to content
Snippets Groups Projects
Commit 2f8315c5 authored by Lawrence Wang's avatar Lawrence Wang
Browse files

Added my staff bio, product, and photos

parent e3fb76f4
No related branches found
No related tags found
1 merge request!40Added my staff bio, product, and photos
Pipeline #576207 passed with stage
in 2 seconds
......@@ -10,6 +10,15 @@ public class Products { /* a good class, but not as good as cse391 */
42.024
);
}
public Product lwang42sProduct() {
return new Product(
"Big Burger",
"Biggest and best burger",
"bigburger.jpg",
"Picture of a big burger",
1.50
);
}
public Product mehulcsProduct() {
return new Product(
"Giant Gummy Bear",
......
......@@ -8,6 +8,15 @@ public class Staff {
"A snorlax sitting"
);
}
public Employee lwang42() {
return new Employee(
"Lawrence Wang",
"Student",
"Better than Ataberk at Tennis",
"hobbes.jpg",
"Hobbes"
);
}
public Employee mehulc() {
return new Employee(
"Mehul Chaudhari",
......
images/products/bigburger.jpg

8.87 KiB

images/staff/hobbes.jpg

21.6 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