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

Added my product and staff page to FAANG.

parent 77c8e7c5
No related branches found
No related tags found
1 merge request!11Added my product and staff page to FAANG.
Pipeline #576051 passed
......@@ -59,4 +59,14 @@ public class Products { /* a good class, but not as good as cse391 */
10000
);
}
public Product raosProduct() {
return new Product(
"Keychain",
"A cool keychain",
"keychain.jpg",
"image of a cool keychain",
5.95
);
}
}
......@@ -69,4 +69,14 @@ public class Staff {
"panda icon"
);
}
public Employee kgrao() {
return new Employee(
"Rao",
"Student",
"studies",
"rao.jpg",
"A dog!"
);
}
}
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