Skip to content
Snippets Groups Projects
Commit e185cc50 authored by Pranav Teegavarapu's avatar Pranav Teegavarapu
Browse files

Merge branch 'pranavnt_staff_page' into 'main'

update page pranavnt

See merge request !143
parents c5429c73 635c4317
No related branches found
No related tags found
2 merge requests!150Main,!143update page pranavnt
Pipeline #577170 passed
...@@ -788,4 +788,13 @@ public class Products { /* a good class, but not as good as cse391 */ ...@@ -788,4 +788,13 @@ public class Products { /* a good class, but not as good as cse391 */
); );
} }
public Product pranavntProduct() {
return new Product(
"Celsius Essentials 1000 pack",
"1000 pack of celsius essentials. will keep you awake.",
"celsius-picture.png",
"Celsius Essentials",
1000.0
);
}
} }
...@@ -808,5 +808,14 @@ public class Staff { ...@@ -808,5 +808,14 @@ public class Staff {
"Norman Rockwell Self-Portrait" "Norman Rockwell Self-Portrait"
); );
} }
public Employee pranavnt() {
return new Employee(
"Pranav",
"Student",
"i like celsius",
"celsius-picture.png",
"celsius picture"
);
}
} }
images/staff/celsius-picture.png

375 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