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

Merge branch 'jsun16_staff_page' into 'main'

Jsun16 staff page

See merge request !129
parents 0aed0969 e3d56002
No related branches found
No related tags found
1 merge request!129Jsun16 staff page
Pipeline #577080 passed
......@@ -706,6 +706,15 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
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
);
}
public Product azitabProduct() {
return new Product(
"Cinnamon Roll Plushie",
......@@ -714,5 +723,6 @@ public class Products { /* a good class, but not as good as cse391 */
"Picture of Cinnamon Roll Plushie",
500.00
);
}
}
......@@ -732,6 +732,15 @@ public class Staff {
);
}
public Employee jsun16() {
return new Employee(
"Jessie",
"Student",
"Want to minor in Spanish",
"Solana_Beach_bluffs.jpeg",
"Picture of Solana Beach, San Diego"
);
}
public Employee azitab() {
return new Employee(
"Azita",
......
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