Skip to content
Snippets Groups Projects
Commit 59ded6be authored by Kevin Xiao's avatar Kevin Xiao
Browse files

Merge branch 'xckevin_staff_page' into 'main'

Kevin's Merge

See merge request !14
parents 50a39bda e5f9b67d
No related branches found
No related tags found
1 merge request!14Kevin's Merge
Pipeline #576078 passed
/* 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