Skip to content
Snippets Groups Projects
Commit 9557f404 authored by Kelsey Sun's avatar Kelsey Sun
Browse files

Merge branch 'main' of gitlab.cs.washington.edu:cse391/24wi/faang into qsun05_staff_page

parents 00255155 55075540
No related branches found
No related tags found
3 merge requests!177Qsun05 staff page,!174Qsun05 staff page,!156Main
Pipeline #577248 passed with stage
in 2 seconds
......@@ -260,6 +260,16 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product helenasProduct() {
return new Product(
"Stan the Stand",
"A true gentleman",
"StanTheStand.jpg",
"A music stand with a top hat and rose playing a djembe",
391.0
);
}
public Product aryasProduct() {
return new Product(
"Monkey",
......
......@@ -233,6 +233,16 @@ public class Staff {
);
}
public Employee helenaz9() {
return new Employee(
"Helena",
"Student",
"Frequents Lander desk water fountain",
"penguin.jpg",
"A ceramic penguin"
);
}
public Employee cjobes() {
return new Employee(
"Colton",
......
images/products/StanTheStand.jpg

909 KiB

images/staff/penguin.jpg

750 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