Skip to content
Snippets Groups Projects
Commit d0c6d020 authored by kev's avatar kev
Browse files

Added Kevin's staff page, which inludes energy and blindr :)

parent a4414c1f
Branches kevluoyr_staff_page
No related tags found
1 merge request!83Added Kevin's staff page, which inludes energy and blindr :)
Pipeline #576595 passed with stage
in 2 seconds
/* check out these products! */
public class Products { /* a good class, but not as good as cse391 */
public Product kevluoyrsProduct() {
return new Product(
"Blindr",
"ML AI Blockchain Crypto eco Window Blinds",
"blindr.jpg",
"Snazzy blindr portrait",
99999999999.99
);
}
public Product evanlousProduct() {
return new Product(
"Dorito Piece",
......
public class Staff {
public Employee kevluoyr() {
return new Employee(
"Kevin Luo",
"Supreme Leader",
"hyped",
"energy.jpg",
"me"
);
}
public Employee evanlou() {
return new Employee(
......
images/products/blindr.jpg

24.4 KiB

images/staff/energy.jpg

152 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