Skip to content
Snippets Groups Projects
Commit aa4876ac authored by Ataberk Yildiz's avatar Ataberk Yildiz
Browse files

Added a product, staff bio, and added images for them

parent e3fb76f4
No related branches found
No related tags found
1 merge request!41Added a product, staff bio, and added images for them
Pipeline #576210 failed
......@@ -49,6 +49,16 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product ataberksProduct() {
return new Product(
"Turkish Dumplings",
"Dough often filled with beef",
"turkishDumplings.jpg",
"The dumplings themselves",
7.25
);
}
public Product iansProduct() {
return new Product(
"Pasta",
......
......@@ -27,6 +27,16 @@ public class Staff {
);
}
public Employee ayildiz(){
return new Employee(
"Ataberk",
"Funny guy",
"Hasn't slept in days",
"ataberk.png",
"Go Dawgs"
);
}
public Employee ank05(){
return new Employee(
"Ankhita",
......
images/products/turkishDumplings.jpg

95.7 KiB

images/staff/ataberk.png

2.01 MiB

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