Skip to content
Snippets Groups Projects
Commit e3ce2717 authored by Robert Luiten's avatar Robert Luiten
Browse files

Merge branch 'robertdl_staff_page' into 'main'

Added Robert Luiten's employee page and product

See merge request !59
parents 91efdb7f 807bcf45
No related branches found
No related tags found
1 merge request!59Added Robert Luiten's employee page and product
Pipeline #576455 passed
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