Skip to content
Snippets Groups Projects
Commit 1d93178b authored by Jessie Sun's avatar Jessie Sun
Browse files

jsun16_staff_page added

parent 6154a4b8
No related branches found
No related tags found
1 merge request!129Jsun16 staff page
Pipeline #577042 failed with stage
in 2 seconds
......@@ -694,4 +694,14 @@ public class Products { /* a good class, but not as good as cse391 */
01
);
}
public Product jsun16() {
return new Product(
"Massager Heating Pad for Neck and Shoulder",
"Suitable for people to release muscle tension and promote blood flow.",
"Neck_Shoulder_Heating_Pad.jpeg",
"Electric Heating Pad for Neck and Shoulder",
68.00
);
}
}
......@@ -722,5 +722,15 @@ public class Staff {
"Nathan Li, but widened 19x thanks to one of his closest friends"
);
}
public Employee jsun16() {
return new Employee(
"Jessie",
"Student",
"CS Student",
"Solana_Beach_bluffs.jpeg",
"Picture of Solana Beach, San Diego"
);
}
}
images/products/Neck_Shoulder_Heating_Pad.jpeg

39.6 KiB

images/staff/Solana_Beach_bluffs.jpeg

10 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