Skip to content
Snippets Groups Projects
Commit 2e3b5d6d authored by Sami Sharma's avatar Sami Sharma
Browse files

Merge remote-tracking branch 'origin/main' into samshar_staff_page

parents 5131ed7b 93506a76
No related branches found
No related tags found
1 merge request!96samshar_staff_page merge request
Pipeline #576671 passed
/* check out these products! */
public class Products { /* a good class, but not as good as cse391 */
public Product yverma23sProduct() {
return new Product(
"Lebron 2's",
"Nike basketball shoes",
"Lebron2.png",
"Image of black and white nikes",
105.97
);
}
public Product joshjyinProduct() {
return new Product(
"Dub Hub",
"Craigslist for UW students",
"dubhub.jpg",
"Image of the best college campus",
99999999999.99
);
}
public Product kevluoyrsProduct() {
return new Product(
"Blindr",
......
public class Staff {
public Employee yverma23() {
return new Employee(
"Yash Verma",
"Baller",
"Sleep deprived",
"LebronJamesMeme.jpg",
"Lebron Meme"
);
}
public Employee joshjyin() {
return new Employee(
"Joshua Yin",
"Student",
"sleep deprived",
"this_is_fine.png",
"A typical day in my life"
);
}
public Employee kevluoyr() {
return new Employee(
"Kevin Luo",
......
images/products/Lebron2.png

129 KiB

images/products/dubhub.jpg

222 KiB

images/staff/LebronJamesMeme.jpg

5.69 KiB

images/staff/this_is_fine.png

1.29 MiB

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