Skip to content
Snippets Groups Projects
Commit 58fb29d4 authored by Ronny Erlich's avatar Ronny Erlich
Browse files

Merge branch 'ronnye_staff_page' into 'main'

Merged 'ronnye_staff_page' into 'main'

See merge request !72
parents 2e09ac9b 8a88dc2c
No related branches found
No related tags found
1 merge request!72Merged 'ronnye_staff_page' into 'main'
Pipeline #576554 passed
......@@ -383,4 +383,14 @@ public class Products { /* a good class, but not as good as cse391 */
3.99
);
}
public Product ronnyeProduct(){
return new Product(
"Comfortable slippers",
"Cute slippers to wear",
"comfy_slippers.jpg",
"A picture of cow slippers",
18.88
);
}
}
......@@ -414,4 +414,14 @@ public class Staff {
"Pink roses under the blue sky"
);
}
public Employee ronnye(){
return new Employee(
"Ronny",
"Student",
"Ready for break",
"sleepy_dog.jpg",
"Sleepy dog"
);
}
}
images/products/comfy_slippers.jpg

141 KiB

images/staff/sleepy_dog.jpg

368 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