Skip to content
Snippets Groups Projects
Commit 807bcf45 authored by Robert Dean's avatar Robert Dean
Browse files

added Robert Luiten's employee page and product

parent 91efdb7f
Branches robertdl_staff_page
No related tags found
1 merge request!59Added Robert Luiten's employee page and product
Pipeline #576454 passed with stage
in 2 seconds
File added
......@@ -336,4 +336,14 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
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
);
}
}
......@@ -357,4 +357,14 @@ public class Staff {
);
}
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"
);
}
}
images/products/sunshower.png

158 KiB

images/staff/robheadshot.png

747 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