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

Merge branch 'acsparks_staff_page' into 'main'

Added profile and product for Aiden Sparks

See merge request cse391/24wi/faang!117
parents 852f9b91 0bf63ab6
No related branches found
No related tags found
1 merge request!117Added profile and product for Aiden Sparks
Pipeline #576969 passed with stages
in 1 minute and 59 seconds
......@@ -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