-
Kris Tong authored
# Conflicts: # Staff.java
aa384dcd
Staff.java 19.10 KiB
public class Staff {
public Employee smayan(){
return new Employee(
"Smayan Nirantare",
"CS Student",
"I'm hungry",
"travis_scott.jpg",
"Travis Scott"
);
}
public Employee boschen() {
return new Employee(
"Boshan Chen",
"Sleeper",
"Sleep and stare blankly",
"White.jpg",
"umm.."
);
}
public Employee ekimji() {
return new Employee(
"Esther",
"student",
"local point demon",
"gudetama.jpg",
"gudetama with balloon"
);
}
public Employee benore() {
return new Employee("Ben",
"Student",
"Computer Science student",
"benore.jpg",
"Picture of Ben Oreizy");
}
public Employee bohanz04() {
return new Employee(
"Bryan Zhao",
"Student",
"abcdefg stuff",
"test1.jpg",
"hope to get internship"
);
}
public Employee cuperido() {
return new Employee(
"Young You",
"Dreamer",
"Sleep required",
"dreamer.jpg",
"zzz.. zzz.."
);
}
public Employee acsparks() {
return new Employee(
"Aiden Sparks",
"Student",
"Stuck in the Allen basement",
"beans.jpg",
"bean texture"
);
}
public Employee ctsai7() {
return new Employee(
"Calvin Tsai",
"Student",
"excited",
"smallmouth_bass.jpg",
"a fish I like to catch"
);
}
public Employee davyhyun() {
return new Employee(
"David Hyun",
"The GOAT",
"Currenty Cookin",
"GordonRamsey.jpg",
"Gordon Ramsey Cooking"
);
}
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 kevinh33() {
return new Employee(
"Kevin Hernandez",
"Student",
"Loves pets",
"silly_dino.png",
"My silly cat"
);
}
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(
"Steve",
"Company Pup",
"Provides Moral Support",
"pup.jpg",
"the goodest boi"
);
}
public Employee cjobes() {
return new Employee(
"Colton",
"Lead Naps Analyst",
"What do you mean I'm not valuable to the company?",
"colton.jpg",
"Colton smiling with a forest in the background"
);
}
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",
"Teaching Assistant",
"Tries to help",
"void.jpg",
"My favorite plushie void the demodog chillin on the floor"
);
}
public Employee idelong() {
return new Employee(
"Ian",
"Bug Creator",
"Makes lots of bugs",
"alpaca.jpg",
"Alpaca with dandelion hair"
);
}
public Employee akshiam() {
return new Employee(
"Akshita",
"Student",
"Learning",
"MountainSunset.jpg",
"Husky Winter Sports members watching the sunset on a mountain"
);
}
public Employee pbui27() {
return new Employee(
"Peter",
"Janitor",
"cleaning up code",
"pbui27.jpg",
"Peter as a baby"
);
}
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",
"Student",
"studies",
"arya.png",
"just an image"
);
}
public Employee tuongcat() {
return new Employee(
"Cat",
"student",
"studies",
"panda.jpg",
"panda icon"
);
}
public Employee mbalak() {
return new Employee(
"Manav",
"Student",
"Studies",
"LongLiveASAP.jpeg",
"Long.Live.A$AP by A$AP Rocky"
);
}
public Employee bassilr() {
return new Employee(
"Bassil",
"Student",
"Studies",
"teemoCat.jpg",
"teemo cat"
);
}
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 siyee() {
return new Employee(
"Sierra",
"Student",
"I love plushies",
"Bear.jpg",
"Brown bear with hearts"
);
}
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 zliu44(){
return new Employee(
"Leo Liu",
"Student",
"I am a music producer",
"yoyo.jpg",
"favorite rapper"
);
}
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(
"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",
"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 jabrah05() {
return new Employee(
"John",
"Student",
"Pro procrastinator",
"snow_lake.jpg",
"A hike in washington"
);
}
public Employee tly6() {
return new Employee(
"Truong",
"SOC Architect",
"Hardware All the way!!!",
"ECE.jpeg",
"Picture of a System-On-Chip Hardware"
);
}
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"
);
}
public Employee samshar() {
return new Employee(
"Sami",
"Student",
"Working hard",
"picture.jpg",
"Picture of women playing volleyball"
);
}
public Employee cscs24() {
return new Employee(
"Chaitanya",
"Student",
"On the grind",
"ocean.jpg",
"Picture of the ocean"
);
}
public Employee jz283() {
return new Employee(
"Neil",
"Student",
"fan of F1",
"mclaren_24.jpg",
"Picture of the McLaren F1 car"
);
}
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",
"Student",
"Working",
"mountsi.jpeg",
"Mount Si"
);
}
public Employee chetan7() {
return new Employee(
"Chetan",
"Student",
"Switching to Info",
"gojo.jpg",
"nah id win"
);
}
public Employee sgodse() {
return new Employee(
"Shivani",
"Student",
"CS Student",
"coffee.jpg",
"picture of a coffee"
);
}
public Employee sprofit() {
return new Employee(
"Sam",
"Student",
"EE Student",
"TimLIncecum.jpeg",
"Picture of my favorite pitcher"
);
}
public Employee nwli() {
return new Employee(
"Nathan Li",
"LIMIT_BREAKERwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww",
"rise with the sun, dream with the moon, shine with the stars~",
"wide.jpg",
"Nathan Li, but widened 19x thanks to one of his closest friends"
);
}
public Employee jsun16() {
return new Employee(
"Jessie",
"Student",
"Want to minor in Spanish",
"Solana_Beach_bluffs.jpeg",
"Picture of Solana Beach, San Diego"
);
}
public Employee azitab() {
return new Employee(
"Azita",
"Student",
"I'm Eating Chocolate Chips",
"hellokitty.jpg",
"Hello Kitty"
);
}
public Employee tonywu() {
return new Employee(
"Tony",
"Student",
"Student in CSE",
"NormanRockwell.jpg",
"Norman Rockwell Self-Portrait"
);
}
public Employee pranavnt() {
return new Employee(
"Pranav",
"Student",
"i like celsius",
"celsius-picture.png",
"celsius picture"
);
}
public Employee kristong() {
return new Employee (
"Kris",
"Student",
"Hello",
"boy.jp",
"🙏"
);
}
}