Skip to content
Snippets Groups Projects
Commit a471125b authored by Esther's avatar Esther
Browse files

Added product and bio

parent 460544e3
Branches boschen_staff_page
No related tags found
2 merge requests!156Main,!153Added product and bio
Pipeline #577174 failed with stage
in 3 seconds
/* check out these products! */
public class Products { /* a good class, but not as good as cse391 */
public Product ekimji1Product() {
return new Product(
"Gudetama",
"perfect",
"gudetama.jpg",
"Lazy egg",
1000.0
);
}
public Product kevinh33Product() {
return new Product(
"Duolingo owl",
......
public class Staff {
public Employee ekimji() {
return new Employee(
"Esther",
"student",
"local point demon",
"gudetama.jpg",
"gudetama with balloon"
);
}
public Employee cuperido() {
return new Employee(
......
images/products/gudetama.jpg

67.1 KiB

images/staff/gudetama.jpg

67.1 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