Skip to content
Snippets Groups Projects
Commit 4c44b53c authored by Manav Balakrishnan's avatar Manav Balakrishnan
Browse files

Manav's bio and product

parent 77c8e7c5
Branches yangsam_staff_page
No related tags found
1 merge request!92Manav's bio and product
Pipeline #576734 failed
......@@ -59,4 +59,14 @@ public class Products { /* a good class, but not as good as cse391 */
10000
);
}
public Product manavProduct() {
return new Product(
"Big Mac",
"McDonald's Big Mac",
"BigMac.jpeg",
"image of Big Mac",
5
);
}
}
......@@ -69,4 +69,14 @@ public class Staff {
"panda icon"
);
}
public Employee mbalak() {
return new Employee(
"Manav",
"Student",
"Studies",
"LongLiveASAP.jpeg",
"Long.Live.A$AP by A$AP Rocky"
);
}
}
images/products/BigMac.jpeg

32.6 KiB

images/staff/LongLiveASAP.jpeg

30.3 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