Skip to content
Snippets Groups Projects
Commit 88f41fed authored by Yixuan Wang's avatar Yixuan Wang
Browse files

Merge branch 'main' into yixuan19_staff_page

parents eab12a51 59ded6be
No related branches found
No related tags found
1 merge request!16Added Profiles for yixuan19
Pipeline #576084 failed
/* check out these products! */
public class Products { /* a good class, but not as good as cse391 */
public Product rairai77sProudct() {
return new Product(
"Cheeto Dust",
......@@ -9,6 +10,16 @@ public class Products { /* a good class, but not as good as cse391 */
42.024
);
}
public Product kevinsProduct(){
return new Product(
"Basketball",
"Bouncy bouncy orange ball",
"basketball.jpg",
"Picture of a basketball",
42.0
);
}
public Product joshsProduct() {
return new Product(
"Dirt",
......
......@@ -8,6 +8,16 @@ public class Staff {
"A snorlax sitting"
);
}
public Employee xckevin(){
return new Employee(
"Kevin",
"Bro",
"chill dude",
"kevin.jpg",
"Photo"
);
}
public Employee faangPup() {
return new Employee(
"Steve",
......
images/products/basketball.jpg

50.6 KiB

images/staff/kevin.jpg

550 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