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

Merge branch 'mbalak_staff_page' into 'main'

Manav's bio and product

See merge request !92
parents bc477244 841d2c42
No related branches found
No related tags found
1 merge request!92Manav's bio and product
Pipeline #576797 passed with stages
in 1 minute and 56 seconds
......@@ -162,7 +162,7 @@ public class Products { /* a good class, but not as good as cse391 */
10000
);
}
public Product raosProduct() {
return new Product(
"Keychain",
......@@ -497,6 +497,16 @@ public class Products { /* a good class, but not as good as cse391 */
3.99
);
}
public Product mbalakProduct() {
return new Product(
"Big Mac",
"McDonald's Big Mac",
"BigMac.jpeg",
"image of Big Mac",
5
);
}
public Product ccsekhar20Product() {
return new Product(
......
......@@ -200,6 +200,16 @@ public class Staff {
"panda icon"
);
}
public Employee mbalak() {
return new Employee(
"Manav",
"Student",
"Studies",
"LongLiveASAP.jpeg",
"Long.Live.A$AP by A$AP Rocky"
);
}
public Employee kgrao() {
return new Employee(
......
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