Skip to content
Snippets Groups Projects
Commit 9f8cecf0 authored by Sulyman Jeyte's avatar Sulyman Jeyte
Browse files

Merge branch 'sjeyte_staff_page' into 'main'

Sjeyte staff page

See merge request !133
parents 818a860b 87baf5f3
No related branches found
No related tags found
1 merge request!133Sjeyte staff page
Pipeline #577103 passed with stages
in 1 minute and 59 seconds
......@@ -661,6 +661,16 @@ public class Products { /* a good class, but not as good as cse391 */
"Picture of Intel Processor",
589.00
);
}
public Product sjeyteProduct() {
return new Product(
"AMD Ryzen 7 7800X3D",
"Best gaming chip currently!",
"7800x3d.jpeg",
"Picture of the AMD processor.",
449.00
);
}
......
......@@ -693,6 +693,16 @@ public class Staff {
);
}
public Employee sjeyte() {
return new Employee(
"Sulyman",
"Student",
"Academic comeback season!",
"lebron.jpeg",
"Picture of LeBron down 3-1 in the Finals."
);
}
public Employee ggsmadhu(){
return new Employee(
"Madhumitha",
......
images/products/7800x3d.jpeg

3.56 KiB

images/staff/lebron.jpeg

32.3 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