Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
faang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSE 391
24wi
faang
Commits
98ad294c
Commit
98ad294c
authored
1 year ago
by
Noah Hoang
Browse files
Options
Downloads
Patches
Plain Diff
Added product and bio for nvhoang
parent
54b2f427
No related branches found
No related tags found
2 merge requests
!82
nvhoang profile page addition
,
!81
Added product and bio for nvhoang
Pipeline
#576584
failed
1 year ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Products.java
+10
-0
10 additions, 0 deletions
Products.java
Staff.java
+10
-0
10 additions, 0 deletions
Staff.java
images/staff/lebron_james.jpeg
+0
-0
0 additions, 0 deletions
images/staff/lebron_james.jpeg
with
20 additions
and
0 deletions
Products.java
+
10
−
0
View file @
98ad294c
...
...
@@ -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
);
}
}
This diff is collapsed.
Click to expand it.
Staff.java
+
10
−
0
View file @
98ad294c
...
...
@@ -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"
);
}
}
This diff is collapsed.
Click to expand it.
images/staff/lebron_james.jpeg
0 → 100644
+
0
−
0
View file @
98ad294c
56.6 KiB
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment