Skip to content
Snippets Groups Projects
Commit 0bf63ab6 authored by Aiden Sparks's avatar Aiden Sparks
Browse files

Added profile and product for Aiden Sparks

parent 852f9b91
Branches yangsam_staff_page
No related tags found
1 merge request!117Added profile and product for Aiden Sparks
Pipeline #576965 passed
......@@ -10,6 +10,16 @@ public class Products { /* a good class, but not as good as cse391 */
150.00
);
}
public Product acsparksProduct() {
return new Product(
"Free Beans",
"A bunch of free, loose beans",
"beans.jpg",
"Image of free beans",
1.99
);
}
public Product cuperidoProduct() {
return new Product(
......
......@@ -10,6 +10,16 @@ public class Staff {
);
}
public Employee acsparks() {
return new Employee(
"Aiden Sparks",
"Student",
"Stuck in the Allen basement",
"beans.jpg",
"bean texture"
);
}
public Employee ctsai7() {
return new Employee(
"Calvin Tsai",
......
images/products/beans.jpg

321 KiB

images/staff/beans.jpg

321 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