Skip to content
Snippets Groups Projects
Commit 93506a76 authored by Yash Verma's avatar Yash Verma
Browse files

Merge branch 'yverma23_staff_page' into 'main'

Yash's product and bio ready for commit

See merge request !88
parents ba1a4d6b 50f0f5bf
No related branches found
No related tags found
1 merge request!88Yash's product and bio ready for commit
Pipeline #576656 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",
......
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",
......
images/products/Lebron2.png

129 KiB

images/staff/LebronJamesMeme.jpg

5.69 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