Skip to content
Snippets Groups Projects
Staff.java 18.9 KiB
Newer Older
Colton Jobes's avatar
Colton Jobes committed
public class Staff {
Esther's avatar
Esther committed

    public Employee smayan(){
           return new Employee(
                           "Smayan Nirantare",
                           "CS Student",
                           "I'm hungry",
                           "travis_scott.jpg",
                           "Travis Scott"
                           );
   }

Boshan Chen's avatar
Boshan Chen committed
   public Employee boschen() {
   	return new Employee(
		"Boshan Chen",
		"Sleeper",
		"Sleep and stare blankly",
		"White.jpg",
		"umm.."
	);
   }
Esther's avatar
Esther committed
   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 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"
		);
   }

Calvin Tsai's avatar
Calvin Tsai committed
   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"
        );
    }
Joshua Yin's avatar
Joshua Yin committed
    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"
        );
Chang's avatar
Chang committed
    public Employee ahminc() {
Chang's avatar
Chang committed
    	return new Employee(
	    "Ahmin Chang",
	    "Professional Broom Inspector",
	    "roasting",
	    "broom.PNG",
	    "a beautiful broom in all it's glory"
Chang's avatar
Chang committed
			    ); 
Chang's avatar
Chang committed
    }
    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."
	);
Kevin Xiao's avatar
Kevin Xiao committed
    public Employee xckevin(){
Kevin Xiao's avatar
Kevin Xiao committed
      return new Employee(
        "Kevin",
        "Bro",
        "chill dude",
        "kevin.jpg",
        "Photo"
      );
Kevin Xiao's avatar
Kevin Xiao committed
    }
    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"
          );
    }

Colton Jobes's avatar
Colton Jobes committed
    public Employee faangPup() {
        return new Employee(
          "Steve",
          "Company Pup",
          "Provides Moral Support",
          "pup.jpg",
          "the goodest boi"
        );
Colton Jobes's avatar
Colton Jobes committed
    }

    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"
      );
Colton Jobes's avatar
Colton Jobes committed
    }
Matthew Wang's avatar
Matthew Wang committed
    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"
      );
    }
Akshita Amarnath's avatar
Akshita Amarnath committed
    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"
      );
   }
Arya Gummadi's avatar
Arya Gummadi committed
    public Employee agummadi() {
      return new Employee(
        "Arya",
	"Student",
	"studies",
	"arya.png",
	"just an image"
      );
   }
Cat Lam's avatar
Cat Lam committed

    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"
	    );
    }
Isaac Wu's avatar
Isaac Wu committed

    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!"
	);
    }
Isaac Wu's avatar
Isaac Wu committed
    public Employee isaacwu() {
        return new Employee(
	    "Isaac",
	    "Programmer",
	    "Can I go to sleep now?",
	    "icon.jpeg",
	    "angrily studying"
Isaac Wu's avatar
Isaac Wu committed
       );
Isaac Wu's avatar
Isaac Wu committed
    }
Isaac Wu's avatar
Isaac Wu committed

    public Employee aamangus() {
    	return new Employee(
		"Anthony",
		"Student",
		"studies",
		"Discord Chicken.PNG",
		"funny chicken"
Isaac Wu's avatar
Isaac Wu committed
	);
    }

    public Employee noahhuck() {
        return new Employee(
            "Noah",
            "CEO",
            "does nothing",
            "noahh.png",
            "A color inverted image of the employee"
        );
    }
Tanjal Shukla's avatar
Tanjal Shukla committed
    public Employee tshukl() {
	return new Employee(
		"Tanjal",
		"Student",
		"Cries",
		"redpanda.jpg",
		"A special panda"
	);
    }
Keshav's avatar
Keshav committed
    public Employee kesach() {
	return new Employee(
		"Keshav",
		"Procrastinator",
		"I'm hungry",
		"keshav.jpg",
		"a swig of chai"
    	);
    }
Keshav's avatar
Keshav committed

Dhruv Bansal's avatar
Dhruv Bansal committed
    public Employee dhvbnl() {
Dhruv Bansal's avatar
Dhruv Bansal committed
    	return new Employee (
		"Dhruv",
		"tech student",
		"breaking things that work, making things that break",
		"dhvbnl.jpg",
Dhruv Bansal's avatar
Dhruv Bansal committed
		"pillow representing dhruv"
Dhruv Bansal's avatar
Dhruv Bansal committed


    public Employee yixuan19() {
    	return new Employee (
		"Yixuan",
		"Student",
		"Slackin",
		"Goomba.jpg",
		"Shaaaaaaaaark"
	);   
Sriram Kutty's avatar
Sriram Kutty committed
    }
Sriram Kutty's avatar
Sriram Kutty committed

    public Employee skutty() {
        return new Employee(
	    "Sriram",
	    "Student",
	    "sleeping",
	    "cake.jpg",
	    "cake"
        );
Sriram Kutty's avatar
Sriram Kutty committed

    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"
    	);
    }

Lirong Que's avatar
Lirong Que committed
    public Employee lq22() {
        return new Employee(
                "Audrey",
                "Student",
                "Want to sleep",
                "sleeping.jpg",
                "A grey cat tring to sleep on the bed"
        );
    }
Anchor's avatar
Anchor committed
    
    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..."
        );
    }
T. Zhou's avatar
T. Zhou committed
    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"
        );
    } 
Kirupa Gunaseelan's avatar
Kirupa Gunaseelan committed

    public Employee kirupang() {
    	return new Employee(
Kirupa Gunaseelan's avatar
Kirupa Gunaseelan committed
			"Kirupa",
			"Student",
			"I'm tired",
Kirupa Gunaseelan's avatar
Kirupa Gunaseelan committed
			"park.jpg",
Kirupa Gunaseelan's avatar
Kirupa Gunaseelan committed
			"A nice park"
Kirupa Gunaseelan's avatar
Kirupa Gunaseelan committed
	);
    }

    public Employee jungjj() {
    	return new Employee(
			"Jaden",
			"Student",
			"I'm tired",
			"JungPT.jpg",
			"Jaden during PT"
	    );
    }
Zach Hanczyc's avatar
Zach Hanczyc committed

    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",
Leo Liu's avatar
Leo Liu committed
                "Student",
                "I am a music producer",
                "yoyo.jpg",
                "favorite rapper"
        );
    }
Leo Liu's avatar
Leo Liu committed
    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"
        );
    }
Rosenlind's avatar
Rosenlind committed
    public Employee drose4() {
        return new Employee(
            "Dylan",
            "Student",
            "Semi pro Uno player",
Rosenlind's avatar
Rosenlind committed
            "dog.jpg",
Rosenlind's avatar
Rosenlind committed
            "Picture of a dog"
        );
    }
John's avatar
John committed
    public Employee jabrah05() {
	return new Employee(
	    "John",
	    "Student",
	    "Pro procrastinator",
	    "snow_lake.jpg",
	    "A hike in washington"
	);
    }
Truong Van Ly's avatar
Truong Van Ly committed
    public Employee tly6() {
            return new Employee(
                "Truong",
                "SOC Architect",
                "Hardware All the way!!!",
Truong Van Ly's avatar
Truong Van Ly committed
                "ECE.jpeg",
Truong Van Ly's avatar
Truong Van Ly committed
                "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"
        );
    }
Sulyman Jeyte's avatar
Sulyman Jeyte committed

    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"
        );
    }
Shivani Godse's avatar
Shivani Godse committed

    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"
        );
    }
Nathan Li's avatar
Nathan Li committed
    	return new Employee(
		"Nathan Li",
Nathan Li's avatar
Nathan Li committed
		"LIMIT_BREAKERwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww",
Nathan Li's avatar
Nathan Li committed
		"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"
	);
    }
Jessie Sun's avatar
Jessie Sun committed

    public Employee jsun16() {
        return new Employee(
            "Jessie",
            "Student",
Jessie Sun's avatar
Jessie Sun committed
            "Want to minor in Spanish",
Jessie Sun's avatar
Jessie Sun committed
            "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"
	);
Pranav Teegavarapu's avatar
Pranav Teegavarapu committed
    public Employee tonywu() {
       return new Employee(
           "Tony",
           "Student",
           "Student in CSE",
           "NormanRockwell.jpg",
           "Norman Rockwell Self-Portrait"
       );
   }
Pranav Teegavarapu's avatar
Pranav Teegavarapu committed
    public Employee pranavnt() {
        return new Employee(
                "Pranav",
                "Student",
                "i like celsius",
                "celsius-picture.png",
                "celsius picture"
        );    
    }
Kris Tong's avatar
Kris Tong committed

    public Employee kristong() {
        return new Employee (
            "Kris",
            "Student",
            "Hello",
            "boy.jp",
            "🙏"
Kris Tong's avatar
Kris Tong committed
        );
Kris Tong's avatar
Kris Tong committed
    }