Skip to content
Snippets Groups Projects
Commit 7e2238e2 authored by Cleah Winston's avatar Cleah Winston
Browse files

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

update wiht the main branch
parents 100784cf cc479087
No related branches found
No related tags found
1 merge request!61Add new product for Cleah
Pipeline #576495 passed
File added
......@@ -335,6 +335,24 @@ public class Products { /* a good class, but not as good as cse391 */
129.99
);
}
public Product shen824Product() {
return new Product(
"Magic Keyboard",
"Wireless, Convenience",
"keyboard.jpg",
"keyboard",
99.00
);
}
public Product robertdlProduct(){
return new Product(
"Sunshower Sam",
"Ayo; it's your new best friend! Say hello to Sunshower Sam! (He is alive)",
"sunshower.png",
"Sunshower Sam",
86.79
);
}
public Product cleahwProduct() {
return new Product (
......
......@@ -356,6 +356,24 @@ public class Staff {
"Tennis racket and balls"
);
}
public Employee shen824() {
return new Employee(
"Yixiang",
"Student",
"tired",
"sea.jpg",
"sea"
);
}
public Employee robertdl(){
return new Employee(
"Robert Luiten",
"Vice Assistant Chair of the Faang Executive Money-Making Board.",
"I don't really know what my job is and nobody pays me.",
"robheadshot.png",
"Robert's Professional Headshot"
);
}
public Employee cleahw() {
return new Employee (
......
images/products/keyboard.jpg

8.55 KiB

images/products/sunshower.png

158 KiB

images/staff/robheadshot.png

747 KiB

images/staff/sea.jpg

8.43 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