Skip to content
Snippets Groups Projects
Commit 3b59896a authored by Akshita Amarnath's avatar Akshita Amarnath
Browse files

Added Staff intro and Product for Akshita

parent cb156918
No related branches found
No related tags found
2 merge requests!149Main into my branch,!136Akshiam staff page
Pipeline #577070 failed
......@@ -39,6 +39,15 @@ public class Products { /* a good class, but not as good as cse391 */
99999999999.99
);
}
public Product akshiamProduct(){
return new Product(
"Lake",
"Pretty lake by the mountains",
"Lake.jpg",
"Image of a snowy lake with moutains in the background",
5.99
);
}
public Product kevluoyrsProduct() {
return new Product(
"Blindr",
......
......@@ -183,7 +183,16 @@ public class Staff {
"Alpaca with dandelion hair"
);
}
public Employee akshiam(){
return new Employee(
"Akshita",
"Student",
"Learning",
"MountainSusent.jpg",
"Husky Winter Sports members watching the sunset on a mountain"
);
}
public Employee pbui27() {
return new Employee(
"Peter",
......
images/products/Lake.jpg

540 KiB

images/staff/MountainSunset.jpg

371 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