Skip to content
Snippets Groups Projects
Commit 50a39bda authored by Kshitij Rao's avatar Kshitij Rao
Browse files

Merge branch 'kgrao_staff_page' into 'main'

Added my product and staff page to FAANG.

See merge request !11
parents 22419a3b 48bd094c
No related branches found
No related tags found
1 merge request!11Added my product and staff page to FAANG.
Pipeline #576072 passed
......@@ -69,6 +69,16 @@ public class Products { /* a good class, but not as good as cse391 */
);
}
public Product raosProduct() {
return new Product(
"Keychain",
"A cool keychain",
"keychain.jpg",
"image of a cool keychain",
5.95
);
}
public Product isaacsProduct() {
return new Product(
"Bucolic Green Hills",
......
......@@ -88,6 +88,16 @@ public class Staff {
);
}
public Employee kgrao() {
return new Employee(
"Rao",
"Student",
"studies",
"rao.jpg",
"A dog!"
);
}
public Employee isaacwu() {
return new Employee(
"Isaac",
......
images/products/keychain.jpg

39.7 KiB

images/staff/rao.jpg

4.29 MiB

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