Skip to content
Snippets Groups Projects
Commit afc86bbe authored by Boshan Chen's avatar Boshan Chen
Browse files

Merge branch 'boschen_staff_page' into 'main'

boschen

See merge request !144
parents 47388480 14330688
Branches boschen_staff_page
No related tags found
2 merge requests!150Main,!144boschen
Pipeline #577163 passed with stages
in 2 minutes and 23 seconds
/* check out these products! */
public class Products { /* a good class, but not as good as cse391 */
public Product boschenProduct() {
return new Product(
"sleepCoke",
"It will help you a nice sleep",
"sleepCoke.jpg",
"really good, has sleepy coffine",
9.98
);
}
public Product benoreProduct() {
......@@ -12,6 +23,7 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product kevinh33Product() {
return new Product(
"Duolingo owl",
......
public class Staff {
public Employee boschen() {
return new Employee(
"Boshan Chen",
"Sleeper",
"Sleep and stare blankly",
"White.jpg",
"umm.."
);
}
public Employee benore() {
return new Employee("Ben",
......@@ -8,6 +19,7 @@ public class Staff {
"Picture of Ben Oreizy");
}
public Employee cuperido() {
return new Employee(
"Young You",
......
images/products/sleepCoke.jpg

126 KiB

images/staff/White.jpg

961 B

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