Skip to content
Snippets Groups Projects
Commit cb156918 authored by Bassil Rashid's avatar Bassil Rashid
Browse files

Merge branch 'bassilr_staff_page' into 'main'

added bassil's staff page and product

See merge request !106
parents eb1de1b1 ca2f0d65
No related branches found
No related tags found
1 merge request!106added bassil's staff page and product
Pipeline #576883 passed
......@@ -141,6 +141,17 @@ public class Products { /* a good class, but not as good as cse391 */
"Bowl of pasta",
100.0
);
}
public Product bassilsProduct() {
return new Product(
"Straw Hat",
"The hat of a hero",
"moogiwara.jpg",
"the straw hat",
1000.0
);
}
public Product aryasProduct() {
......
......@@ -233,6 +233,16 @@ public class Staff {
);
}
public Employee bassilr() {
return new Employee(
"Bassil",
"Student",
"Studies",
"teemoCat.jpg",
"teemo cat"
);
}
public Employee kgrao() {
return new Employee(
"Rao",
......
images/products/moogiwara.jpg

58.6 KiB

images/staff/teemoCat.jpg

6.34 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