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
a6545df6
Commit
a6545df6
authored
1 year ago
by
Isaac Wu
Browse files
Options
Downloads
Plain Diff
Merge branch 'swangsam_staff_page' into 'main'
Swangsam staff page See merge request
!19
parents
bc7a26ca
da1a6b76
No related branches found
Branches containing commit
No related tags found
1 merge request
!19
Swangsam staff page
Pipeline
#576106
passed
1 year ago
Stage: test
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Products.java
+9
-0
9 additions, 0 deletions
Products.java
Staff.java
+9
-0
9 additions, 0 deletions
Staff.java
images/products/pullup.png
+0
-0
0 additions, 0 deletions
images/products/pullup.png
images/staff/sephiroth.png
+0
-0
0 additions, 0 deletions
images/staff/sephiroth.png
with
18 additions
and
0 deletions
Products.java
+
9
−
0
View file @
a6545df6
...
...
@@ -117,6 +117,15 @@ public class Products { /* a good class, but not as good as cse391 */
"Avatar.png"
,
"Picture of Gawr Gura"
,
114514.0
);
}
public
Product
swangsamProduct
(){
return
new
Product
(
"Pullup Bar"
,
"It builds back"
,
"pullup.png"
,
"pullup bar image"
,
1.2
);
}
}
This diff is collapsed.
Click to expand it.
Staff.java
+
9
−
0
View file @
a6545df6
...
...
@@ -138,4 +138,13 @@ public class Staff {
"Shaaaaaaaaark"
);
}
public
Employee
swangsam
(){
return
new
Employee
(
"Samuel"
,
"Student"
,
"runs"
,
"sephiroth.png"
,
"sephiroth"
);
}
}
This diff is collapsed.
Click to expand it.
images/products/pullup.png
0 → 100644
+
0
−
0
View file @
a6545df6
12.5 KiB
This diff is collapsed.
Click to expand it.
images/staff/sephiroth.png
0 → 100644
+
0
−
0
View file @
a6545df6
20.9 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