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
9cd0517e
Commit
9cd0517e
authored
1 year ago
by
Hitesh Mantha
Browse files
Options
Downloads
Patches
Plain Diff
added hitesh employee and product
parent
d9520d10
No related branches found
No related tags found
3 merge requests
!111
Main
,
!107
Hmantha staff page
,
!13
added hitesh employee and product
Pipeline
#576788
failed
1 year ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Staff.java
+475
-6
475 additions, 6 deletions
Staff.java
images/porsche.png
+0
-0
0 additions, 0 deletions
images/porsche.png
images/products/murakami.jpeg
+0
-0
0 additions, 0 deletions
images/products/murakami.jpeg
with
475 additions
and
6 deletions
Staff.java
+
475
−
6
View file @
9cd0517e
public
class
Staff
{
public
Employee
yverma23
()
{
return
new
Employee
(
"Yash Verma"
,
"Baller"
,
"Sleep deprived"
,
"LebronJamesMeme.jpg"
,
"Lebron Meme"
);
}
public
Employee
joshjyin
()
{
return
new
Employee
(
"Joshua Yin"
,
"Student"
,
"sleep deprived"
,
"this_is_fine.png"
,
"A typical day in my life"
);
}
public
Employee
kevluoyr
()
{
return
new
Employee
(
"Kevin Luo"
,
"Supreme Leader"
,
"hyped"
,
"energy.jpg"
,
"me"
);
}
public
Employee
evanlou
()
{
return
new
Employee
(
"Evan Lou"
,
"Student"
,
"Very Lazy and Procrastinates"
,
"lazy_cat.png"
,
"A lazy cat"
);
}
public
Employee
rairai77
()
{
return
new
Employee
(
"Raahil Jain"
,
"Student"
,
"Sleepy"
,
"snorlax.png"
,
"A snorlax sitting"
);
}
public
Employee
ahminc
()
{
return
new
Employee
(
"Ahmin Chang"
,
"Professional Broom Inspector"
,
"roasting"
,
"broom.PNG"
,
"a beautiful broom in all it's glory"
);
}
public
Employee
lwang42
()
{
return
new
Employee
(
"Lawrence Wang"
,
"Student"
,
"Better than Ataberk at Tennis"
,
"hobbes.jpg"
,
"Hobbes"
);
}
public
Employee
mehulc
()
{
return
new
Employee
(
"Mehul Chaudhari"
,
"Student"
,
"Eating"
,
"snoopy.jpg"
,
"just snoopy."
);
}
public
Employee
xckevin
(){
return
new
Employee
(
"Kevin"
,
"Bro"
,
"chill dude"
,
"kevin.jpg"
,
"Photo"
);
}
public
Employee
ayildiz
(){
return
new
Employee
(
"Ataberk"
,
"Funny guy"
,
"Hasn't slept in days"
,
"ataberk.png"
,
"Go Dawgs"
);
}
public
Employee
ank05
(){
return
new
Employee
(
"Ankhita"
,
"Student"
,
"Studying"
,
"ankhita.png"
,
"smiley"
);
}
public
Employee
ikshitas
(){
return
new
Employee
(
"Ikshita"
,
"Student"
,
"Tired"
,
"sunset.png"
,
"sunset"
);
}
public
Employee
faangPup
()
{
return
new
Employee
(
...
...
@@ -20,6 +132,16 @@ public class Staff {
);
}
public
Employee
mxw
()
{
return
new
Employee
(
"Matt"
,
"candy thrower"
,
"tired"
,
"matt.png"
,
"matt smiling in front of a polka-dotted wall."
);
}
public
Employee
antonio6
()
{
return
new
Employee
(
"Antonio"
,
...
...
@@ -50,6 +172,15 @@ public class Staff {
);
}
public
Employee
evanmao
()
{
return
new
Employee
(
"Evan"
,
"Living well"
,
"Things that pay well"
,
"handsomeMe.jpg"
,
"I am very disappointed in this photo"
);
}
public
Employee
agummadi
()
{
return
new
Employee
(
"Arya"
,
...
...
@@ -70,13 +201,351 @@ public class Staff {
);
}
public
Employee
hmantha
(){
public
Employee
kgrao
()
{
return
new
Employee
(
"Rao"
,
"Student"
,
"studies"
,
"rao.jpg"
,
"A dog!"
);
}
public
Employee
isaacwu
()
{
return
new
Employee
(
"Isaac"
,
"Programmer"
,
"Can I go to sleep now?"
,
"icon.jpeg"
,
"angrily studying"
);
}
public
Employee
aamangus
()
{
return
new
Employee
(
"Anthony"
,
"Student"
,
"studies"
,
"Discord Chicken.PNG"
,
"funny chicken"
);
}
public
Employee
noahhuck
()
{
return
new
Employee
(
"Noah"
,
"CEO"
,
"does nothing"
,
"noahh.png"
,
"A color inverted image of the employee"
);
}
public
Employee
tshukl
()
{
return
new
Employee
(
"Tanjal"
,
"Student"
,
"Cries"
,
"redpanda.jpg"
,
"A special panda"
);
}
public
Employee
kesach
()
{
return
new
Employee
(
"Keshav"
,
"Procrastinator"
,
"I'm hungry"
,
"keshav.jpg"
,
"a swig of chai"
);
}
public
Employee
dhvbnl
()
{
return
new
Employee
(
"Dhruv"
,
"tech student"
,
"breaking things that work, making things that break"
,
"dhvbnl.jpg"
,
"pillow representing dhruv"
);
}
public
Employee
yixuan19
()
{
return
new
Employee
(
"Yixuan"
,
"Student"
,
"Slackin"
,
"Goomba.jpg"
,
"Shaaaaaaaaark"
);
}
public
Employee
skutty
()
{
return
new
Employee
(
"Sriram"
,
"Student"
,
"sleeping"
,
"cake.jpg"
,
"cake"
);
}
public
Employee
akhils22
(){
return
new
Employee
(
"Akhil"
,
"Professional Wii Tennis Player"
,
"I love water"
,
"goal.jpg"
,
"lewangoalski with a legendary kick"
);
}
public
Employee
swangsam
(){
return
new
Employee
(
"Samuel"
,
"Student"
,
"runs"
,
"sephiroth.png"
,
"sephiroth"
);
}
public
Employee
erinsong
()
{
return
new
Employee
(
"Erin"
,
"Student"
,
"Sleeps"
,
"sleep.jpg"
,
"Brown-haired girl slumped over a desk"
);
}
public
Employee
lq22
()
{
return
new
Employee
(
"Audrey"
,
"Student"
,
"Want to sleep"
,
"sleeping.jpg"
,
"A grey cat tring to sleep on the bed"
);
}
public
Employee
uwzhuohu
()
{
return
new
Employee
(
"Anchor"
,
"Student"
,
"Crazy about using vim"
,
"vim.jpg"
,
"I spent hours to figure out how to connect vscode with ece linux and then failed..."
);
}
public
Employee
tyzhou05
()
{
return
new
Employee
(
"Tony"
,
"Student"
,
"I work at Crags in the IMA! Come say hi on Friday nights :)"
,
"tonyclimbing.jpg"
,
"Me climbing last May at my high school"
);
}
public
Employee
kirupang
()
{
return
new
Employee
(
"Kirupa"
,
"Student"
,
"I'm tired"
,
"park.jpg"
,
"A nice park"
);
}
public
Employee
jungjj
()
{
return
new
Employee
(
"Jaden"
,
"Student"
,
"I'm tired"
,
"JungPT.jpg"
,
"Jaden during PT"
);
}
public
Employee
zhanczyc
()
{
return
new
Employee
(
"Zachary"
,
"Student"
,
"I'm sleepy"
,
"tree.jpg"
,
"tree"
);
}
public
Employee
sluong05
()
{
return
new
Employee
(
"Steven"
,
"Student"
,
"I work at Sizzle and Crunch! Come say hi!"
,
"Tennis.jpg"
,
"Tennis racket and balls"
);
}
public
Employee
shen824
()
{
return
new
Employee
(
"Yixiang"
,
"Student"
,
"tired"
,
"sea.jpg"
,
"sea"
);
}
public
Employee
robertdl
(){
return
new
Employee
(
"Robert Luiten"
,
"Vice Assistant Chair of the Faang Executive Money-Making Board."
,
"I don't really know what my job is and nobody pays me."
,
"robheadshot.png"
,
"Robert's Professional Headshot"
);
}
public
Employee
cleahw
()
{
return
new
Employee
(
"Cleah"
,
"Student"
,
"I play basketball!"
,
"ocean_sunset.jpg"
,
"Sun setting behind ocean"
);
}
public
Employee
ryroz
()
{
return
new
Employee
(
"Ryan"
,
"Student"
,
"tired"
,
"blackscreen.jpg"
,
"a black screen"
);
}
public
Employee
alimj5
()
{
return
new
Employee
(
"Ali"
,
"Student"
,
"Tranquil"
,
"Anime_Chopper_Skypia.jpg"
,
"Chopper from One Piece looking surprised"
);
}
public
Employee
yangsam
()
{
return
new
Employee
(
"Hitesh"
,
"Samantha"
,
"Student"
,
"I'm tired"
,
"flower.jpg"
,
"Pink roses under the blue sky"
);
}
public
Employee
ronnye
(){
return
new
Employee
(
"Ronny"
,
"Student"
,
"Ready for break"
,
"sleepy_dog.jpg"
,
"Sleepy dog"
);
}
public
Employee
avaish
(){
return
new
Employee
(
"Anya"
,
"Student"
,
"drinks a lot of chai"
,
"monkey.jpg"
,
"a sleeping monkey"
);
}
public
Employee
jc383
()
{
return
new
Employee
(
"Janelle"
,
"Student"
,
"Loves pets"
,
"ski.png"
,
"Person skiing"
);
}
public
Employee
spzappa
()
{
return
new
Employee
(
"Sam"
,
"Student"
,
"just failed a midterm"
,
"stickman.png"
,
"stick man"
);
}
public
Employee
cvanleer
()
{
return
new
Employee
(
"Cole"
,
"Security Officer"
,
"Likes to eat everything"
,
"kirby_sword.png"
,
"Kirby with a sword"
);
}
public
Employee
kevyin30
()
{
return
new
Employee
(
"Kevin"
,
"Student"
,
"Students"
,
"h.jpg"
,
"my desktop wallpaper"
"I am a person"
,
"kevyin30.jpg"
,
"neutral emoji"
);
}
public
Employee
nvhoang
()
{
return
new
Employee
(
"Noah"
,
"Student"
,
"Twice Enjoyer"
,
"lebron_james.jpeg"
,
"international student lebron james from tiktok"
);
}
public
Employee
drose4
()
{
return
new
Employee
(
"Dylan"
,
"Student"
,
"Semi pro Uno player"
,
"dog.jpg"
,
"Picture of a dog"
);
}
public
Employee
ccsekhar20
()
{
return
new
Employee
(
"Chaitanya"
,
"Student"
,
"On the grind"
,
"ocean.jpg"
,
"Picture of the ocean"
);
}
}
public
Employee
hmantha
(){
return
new
Employee
(
"Hitesh"
,
"Student"
,
"I want a Porsche 911"
,
"porsche.png"
,
"Porsche 911"
);
}
}
This diff is collapsed.
Click to expand it.
images/porsche.png
0 → 100644
+
0
−
0
View file @
9cd0517e
927 KiB
This diff is collapsed.
Click to expand it.
images/products/murakami.jpeg
0 → 100644
+
0
−
0
View file @
9cd0517e
8.94 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