Skip to content
Snippets Groups Projects
Commit a6545df6 authored by Isaac Wu's avatar Isaac Wu
Browse files

Merge branch 'swangsam_staff_page' into 'main'

Swangsam staff page

See merge request !19
parents bc7a26ca da1a6b76
No related branches found
No related tags found
1 merge request!19Swangsam staff page
Pipeline #576106 passed
......@@ -117,6 +117,15 @@ public class Products { /* a good class, but not as good as cse391 */
"Avatar.png",
"Picture of Gawr Gura",
114514.0
);
}
public Product swangsamProduct(){
return new Product(
"Pullup Bar",
"It builds back",
"pullup.png",
"pullup bar image",
1.2
);
}
}
......@@ -138,4 +138,13 @@ public class Staff {
"Shaaaaaaaaark"
);
}
public Employee swangsam(){
return new Employee(
"Samuel",
"Student",
"runs",
"sephiroth.png",
"sephiroth"
);
}
}
images/products/pullup.png

12.5 KiB

images/staff/sephiroth.png

20.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