Skip to content
Snippets Groups Projects
Commit a4414c1f authored by Noah Hoang's avatar Noah Hoang
Browse files

Merge branch 'nvhoang_staff_page' into 'main'

nvhoang profile page addition

See merge request !82
parents 8e500a83 cf9b528a
No related branches found
No related tags found
1 merge request!82nvhoang profile page addition
Pipeline #576591 passed
......@@ -432,4 +432,14 @@ public class Products { /* a good class, but not as good as cse391 */
1999
);
}
public Product nvhoangProduct() {
return new Product(
"Logitech G PRO X SUPERLIGHT 2",
"Logitech wireless gaming mouse in magenta",
"superlight.jpg",
"Side view of the logitech gaming mouse",
159.99
);
}
}
......@@ -463,4 +463,14 @@ public class Staff {
"neutral emoji"
);
}
public Employee nvhoang() {
return new Employee(
"Noah",
"Student",
"Twice Enjoyer",
"lebron_james.jpeg",
"international student lebron james from tiktok"
);
}
}
images/products/superlight.jpg

310 KiB

images/staff/lebron_james.jpeg

56.6 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