Skip to content
Snippets Groups Projects
Commit e2b1462d authored by Erin Song's avatar Erin Song
Browse files

Merge branch 'erinsong_staff_page' into 'main'

Added to Products and Staff

See merge request !33
parents 6d307b3e 11060d48
No related branches found
No related tags found
2 merge requests!35Main merge,!33Added to Products and Staff
Pipeline #576175 passed
......@@ -200,4 +200,14 @@ public class Products { /* a good class, but not as good as cse391 */
5959.59
);
}
public Product erinsongProduct() {
return new Product(
"Ramen",
"Perfect meal on a cold day",
"ramen.jpg",
"Bowl of soup with noodles and sliced boiled egg",
15.50
);
}
}
......@@ -219,4 +219,14 @@ public class Staff {
"sephiroth"
);
}
public Employee erinsong() {
return new Employee(
"Erin",
"Student",
"Sleeps",
"sleep.jpg",
"Brown-haired girl slumped over a desk"
);
}
}
images/products/ramen.jpg

110 KiB

images/staff/sleep.jpg

79.9 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