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

Merge branch 'lwang42_staff_page' into 'main'

Added my staff bio, product, and photos

See merge request !40
parents e3fb76f4 2f8315c5
No related branches found
No related tags found
1 merge request!40Added my staff bio, product, and photos
Pipeline #576208 passed
...@@ -10,6 +10,15 @@ public class Products { /* a good class, but not as good as cse391 */ ...@@ -10,6 +10,15 @@ public class Products { /* a good class, but not as good as cse391 */
42.024 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() { public Product mehulcsProduct() {
return new Product( return new Product(
"Giant Gummy Bear", "Giant Gummy Bear",
......
...@@ -8,6 +8,15 @@ public class Staff { ...@@ -8,6 +8,15 @@ public class Staff {
"A snorlax sitting" "A snorlax sitting"
); );
} }
public Employee lwang42() {
return new Employee(
"Lawrence Wang",
"Student",
"Better than Ataberk at Tennis",
"hobbes.jpg",
"Hobbes"
);
}
public Employee mehulc() { public Employee mehulc() {
return new Employee( return new Employee(
"Mehul Chaudhari", "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