Skip to content
Snippets Groups Projects
Commit a95b01ff authored by Chaitanya Sekhar's avatar Chaitanya Sekhar
Browse files

New bio to staff page and product to products page

parent de3cf1d3
No related branches found
No related tags found
2 merge requests!100New bio to staff page and product to products page,!99Update bio to staff page and product to products page
Pipeline #576809 failed with stage
in 2 seconds
......@@ -536,4 +536,14 @@ public class Products { /* a good class, but not as good as cse391 */
5.99
);
}
public Product cscs24Product() {
return new Product(
"Coffee",
"Good coffee",
"coffee.jpeg",
"Picture of coffee",
4.99
);
}
}
......@@ -558,4 +558,14 @@ public class Staff {
"Picture of women playing volleyball"
);
}
public Employee cscs24() {
return new Employee(
"Chaitanya",
"Student",
"On the grind",
"ocean.jpg",
"Picture of the ocean"
);
}
}
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