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

Merge branch 'ayildiz_staff_page' into 'main'

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

See merge request cse391/24wi/faang!41
parents 64435e3e 08c15ea2
No related branches found
No related tags found
1 merge request!41Added a product, staff bio, and added images for them
Pipeline #576214 passed
......@@ -58,6 +58,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",
......
......@@ -36,6 +36,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