Skip to content
Snippets Groups Projects
Commit 8d0778cb authored by Antonio Ballesteros's avatar Antonio Ballesteros Committed by Matthew Wang
Browse files

Added Antonio Staff and Product method + images

parent 570dd6a9
No related branches found
No related tags found
1 merge request!1Added Antonio Staff and Product method + images
......@@ -9,4 +9,14 @@ public class Products { /* a good class, but not as good as cse391 */
0.0
);
}
public Product antoniosProduct() {
return new Product(
"Emacs",
"It's better than Vim",
"emacs_icon.png",
"GNU emacs logo",
0.0
);
}
}
......@@ -19,4 +19,14 @@ public class Staff {
"Colton smiling with a forest in the background"
);
}
}
public Employee antonio6() {
return new Employee(
"Antonio",
"Teaching Assistant",
"Tries to help",
"void.jpg",
"My favorite plushie void the demodog chillin on the floor"
);
}
}
images/products/emacs_icon.png

113 KiB

images/staff/void.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