Skip to content
Snippets Groups Projects
Commit ab077755 authored by Ben Oreizy's avatar Ben Oreizy
Browse files

Add benore staff and taylor swift vinyl

parent f770e600
Branches boschen_staff_page
No related tags found
3 merge requests!150Main,!149Main into my branch,!147Add staff member benore and TS product
Pipeline #577153 passed with stage
in 2 seconds
/* check out these products! */
public class Products { /* a good class, but not as good as cse391 */
public Product benoreProduct() {
return new Product(
"Taylor Swift - Folklore Vinyl",
"A vinyl containing the deluxe edition of Taylor Swift's Grammy-winning FFolklore album.",
"folkloreac.png",
"The album cover for Taylor Swift's folklore album.",
29.99
);
}
public Product kevinh33Product() {
return new Product(
"Duolingo owl",
......
public class Staff {
public Employee benore() {
return new Employee("Ben",
"Student",
"Computer Science student",
"benore.jpg",
"Picture of Ben Oreizy");
}
public Employee cuperido() {
return new Employee(
"Young You",
......
images/products/folkloreac.png

79.4 KiB

images/staff/benore.jpg

175 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