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

Added product and bio for nvhoang

parent 54b2f427
No related branches found
No related tags found
2 merge requests!82nvhoang profile page addition,!81Added product and bio for nvhoang
Pipeline #576584 failed
......@@ -422,4 +422,14 @@ public class Products { /* a good class, but not as good as cse391 */
27000.00
);
}
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
);
}
}
......@@ -453,4 +453,14 @@ public class Staff {
"Kirby with a sword"
);
}
public Employee nvhoang() {
return new Employee(
"Noah",
"Student",
"Twice Enjoyer",
"lebron_james.jpeg",
"international student lebron james from tiktok"
);
}
}
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