Skip to content
Snippets Groups Projects
Commit 8dd8b62c authored by Smayan Nirantare's avatar Smayan Nirantare
Browse files

Merge branch 'smayan_staff_page' into 'main'

added to Staff.java and Products.java and pics added

See merge request !158
parents bca8dda5 3608cf32
No related branches found
No related tags found
2 merge requests!158added to Staff.java and Products.java and pics added,!156Main
Pipeline #577206 passed with stages
in 1 minute and 55 seconds
......@@ -13,6 +13,16 @@ public class Products { /* a good class, but not as good as cse391 */
public Product smayanProduct() {
return new Product(
"Dollar Bill",
"one dollar in cash",
"dollar_bill.jpg",
"Image of a one-dollar bill",
1.00
);
}
public Product benoreProduct() {
return new Product(
"Taylor Swift - Folklore Vinyl",
......@@ -31,6 +41,7 @@ public class Products { /* a good class, but not as good as cse391 */
"Lazy egg",
1000.0
);
}
public Product kevinh33Product() {
......
public class Staff {
public Employee smayan(){
return new Employee(
"Smayan Nirantare",
"CS Student",
"I'm hungry",
"travis_scott.jpg",
"Travis Scott"
);
}
public Employee boschen() {
return new Employee(
"Boshan Chen",
......@@ -29,6 +40,7 @@ public class Staff {
}
public Employee cuperido() {
return new Employee(
"Young You",
......
images/products/dollar_bill.jpg

213 KiB

images/staff/travis_scott.jpg

9.26 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