diff --git a/.Staff.java.swp b/.Staff.java.swp deleted file mode 100644 index a412f1d9c38f6778b2adbc5c7500664e8be80ae9..0000000000000000000000000000000000000000 Binary files a/.Staff.java.swp and /dev/null differ diff --git a/Products.java b/Products.java index b8f2beea95479cfee77390bbacefcecf320f4069..2387db9b8fe4e0840f8be63a037ce15243868660 100644 --- a/Products.java +++ b/Products.java @@ -1,5 +1,33 @@ /* check out these products! */ public class Products { /* a good class, but not as good as cse391 */ + + public Product yverma23sProduct() { + return new Product( + "Lebron 2's", + "Nike basketball shoes", + "Lebron2.png", + "Image of black and white nikes", + 105.97 + ); + } + public Product joshjyinProduct() { + return new Product( + "Dub Hub", + "Craigslist for UW students", + "dubhub.jpg", + "Image of the best college campus", + 99999999999.99 + ); + } + public Product kevluoyrsProduct() { + return new Product( + "Blindr", + "ML AI Blockchain Crypto eco Window Blinds", + "blindr.jpg", + "Snazzy blindr portrait", + 99999999999.99 + ); + } public Product evanlousProduct() { return new Product( "Dorito Piece", @@ -9,6 +37,15 @@ public class Products { /* a good class, but not as good as cse391 */ 99999.99 ); } + public Product ahmincsProduct() { + return new Product( + "moorb", + "broom but better because broom", + "broom.PNG", + "image of legendary broom that might also be my profile", + 0.92 + ); + } public Product rairai77sProudct() { return new Product( "Cheeto Dust", @@ -125,7 +162,7 @@ public class Products { /* a good class, but not as good as cse391 */ 10000 ); } - + public Product raosProduct() { return new Product( "Keychain", @@ -375,6 +412,139 @@ public class Products { /* a good class, but not as good as cse391 */ } + public Product yangsamProduct() { + return new Product( + "Chocolate chip cookies", + "Fresh baked cookies with milk chocolate", + "cookie.jpg", + "A golden cookie with chocolate chips", + 3.99 + ); + } + public Product ronnyeProduct(){ + return new Product( + "Comfortable slippers", + "Cute slippers to wear", + "comfy_slippers.jpg", + "A picture of cow slippers", + 18.88 + ); + } + public Product avaishProduct(){ + return new Product( + "a sock", + "it'll make dobby very happy", + "sock.jpg", + "a grey and orange sock (very fashionable!)", + 183.41 + ); + } + public Product janelleProduct() { + return new Product( + "Keyboard cover", + "Protects keyboard", + "keyboard_protecc.png", + "A keyboard cover, slick design", + 5.55 + ); + } + + public Product spzappaProduct() { + return new Product( + "Elkay LZS8WSLK EZH2O Bottle Filling Station", + "greatest water fountain of all time", + "waterfountain.png", + "Water fountain w/ water bottle filler", + 1312.99 + ); + } + public Product cvanleerProduct() { + return new Product( + "Milky Way", + "Contains chocolate, caramel, nougat and you", + "galaxy.jpg", + "A yellowish galaxy in space", + 27000.00 + ); + } + + public Product kevyin30Product() { + return new Product( + "iPhone 30 Pro Max", + "another new phone with nothing new", + "iphone15promax.jpg", + "iPhone 15 Pro Max", + 1999 + ); + } + + 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 + ); + } + public Product drose4Product() { + return new Product( + "Trader Joes Chicken Fried Rice", + "The best frozen fried rice on earth", + "friedrice.jpg", + "Image of trader joes chicken fried rice package", + 3.99 + ); + } + + public Product mbalakProduct() { + return new Product( + "Big Mac", + "McDonald's Big Mac", + "BigMac.jpeg", + "image of Big Mac", + 5 + ); + } + + public Product ccsekhar20Product() { + return new Product( + "Coffee", + "Good coffee", + "coffee.jpeg", + "Picture of coffee", + 4.99 + ); + } + + public Product samsharProduct() { + return new Product( + "Spray Ketchup", + "Ketchup that you can spray on", + "ketchup.jpg", + "Example image of spray on ketchup", + 4.99 + ); + } + public Product SprayKetchup() { + return new Product( + "SprayKetchup", + "Spray on Ketchup", + "ketchup.jpg", + "An image of what a spray on ketchup bottle would look like", + 5.99 + ); + } + + public Product cscs24Product() { + return new Product( + "Coffee", + "Good coffee", + "coffee.jpeg", + "Picture of coffee", + 4.99 + ); + } } diff --git a/Projects.java b/Projects.java deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/Staff.java b/Staff.java index 97256ec10ef98f2614453845d6979ab8e632446a..617a58e09e13d76de00f9d5c7ae05050b6ab2c53 100644 --- a/Staff.java +++ b/Staff.java @@ -1,4 +1,31 @@ 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( @@ -18,6 +45,15 @@ public class Staff { "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", @@ -164,6 +200,16 @@ public class Staff { "panda icon" ); } + + public Employee mbalak() { + return new Employee( + "Manav", + "Student", + "Studies", + "LongLiveASAP.jpeg", + "Long.Live.A$AP by A$AP Rocky" + ); + } public Employee kgrao() { return new Employee( @@ -394,4 +440,122 @@ public class Staff { "favorite rapper" ); } + + 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 ccsekhar20() { + return new Employee( + "Chaitanya", + "Student", + "On the grind", + "ocean.jpg", + "Picture of the ocean" + ); + } + + 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" + ); + } } diff --git a/images/products/BigMac.jpeg b/images/products/BigMac.jpeg new file mode 100644 index 0000000000000000000000000000000000000000..69fb5ff0f36b796d5b26a27bf0e96b7683715282 Binary files /dev/null and b/images/products/BigMac.jpeg differ diff --git a/images/products/Lebron2.png b/images/products/Lebron2.png new file mode 100644 index 0000000000000000000000000000000000000000..d627c4870e9567308e9a050a2f1d84437e7d240a Binary files /dev/null and b/images/products/Lebron2.png differ diff --git a/images/products/blindr.jpg b/images/products/blindr.jpg new file mode 100644 index 0000000000000000000000000000000000000000..08a5d35206ad846b8cafa45cc8a41c7f80a2a890 Binary files /dev/null and b/images/products/blindr.jpg differ diff --git a/images/products/broom.PNG b/images/products/broom.PNG new file mode 100644 index 0000000000000000000000000000000000000000..7c2db8e5447069592ee37ebd56c789a9eda29668 Binary files /dev/null and b/images/products/broom.PNG differ diff --git a/images/products/coffee.jpeg b/images/products/coffee.jpeg new file mode 100644 index 0000000000000000000000000000000000000000..9af5b1ecf875e0c8a0431ad54b5463bdbd27304f Binary files /dev/null and b/images/products/coffee.jpeg differ diff --git a/images/products/comfy_slippers.jpg b/images/products/comfy_slippers.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad0cee89bb2002454c4dd3b58adcecac027afcac Binary files /dev/null and b/images/products/comfy_slippers.jpg differ diff --git a/images/products/cookie.jpg b/images/products/cookie.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5f8005cd66eee3df46c72fd61b705ac70177cda8 Binary files /dev/null and b/images/products/cookie.jpg differ diff --git a/images/products/dubhub.jpg b/images/products/dubhub.jpg new file mode 100644 index 0000000000000000000000000000000000000000..320642efc2de6d4aeac198a0c3d55d433970c7b3 Binary files /dev/null and b/images/products/dubhub.jpg differ diff --git a/images/products/friedrice.jpg b/images/products/friedrice.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c7217c1bb58ad1e76580047e10bcf5c0aad1b972 Binary files /dev/null and b/images/products/friedrice.jpg differ diff --git a/images/products/galaxy.jpg b/images/products/galaxy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..6cde4ae417015ba639e0e7a9176333d64aed4f7c Binary files /dev/null and b/images/products/galaxy.jpg differ diff --git a/images/products/iphone15promax.jpg b/images/products/iphone15promax.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ea96d4ce8820ea75338b4ffc3b0b1813012255c6 Binary files /dev/null and b/images/products/iphone15promax.jpg differ diff --git a/images/products/ketchup.jpg b/images/products/ketchup.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f727096dcaaedb13e31d75f909018564a69bc9cf Binary files /dev/null and b/images/products/ketchup.jpg differ diff --git a/images/products/picture.jpg b/images/products/picture.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55786d94bb6545820ab8b61b038eae37ee5a8d9c Binary files /dev/null and b/images/products/picture.jpg differ diff --git a/images/products/sock.jpg b/images/products/sock.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d1f27a4c8027250ce0c869e4afe808bcc30016c7 Binary files /dev/null and b/images/products/sock.jpg differ diff --git a/images/products/superlight.jpg b/images/products/superlight.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17f8c0a7d054f2ada6ef01b75a1a8c55902429e7 Binary files /dev/null and b/images/products/superlight.jpg differ diff --git a/images/products/waterfountain.png b/images/products/waterfountain.png new file mode 100644 index 0000000000000000000000000000000000000000..ae6cae2943d771ee9948084e4fad4f28052288eb Binary files /dev/null and b/images/products/waterfountain.png differ diff --git a/images/staff/LebronJamesMeme.jpg b/images/staff/LebronJamesMeme.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a2b274cebeb3d41a5130337d578ac1e27247e031 Binary files /dev/null and b/images/staff/LebronJamesMeme.jpg differ diff --git a/images/staff/LongLiveASAP.jpeg b/images/staff/LongLiveASAP.jpeg new file mode 100644 index 0000000000000000000000000000000000000000..66f564aea35256b8ac2f2418088b9a5deaa5b03b Binary files /dev/null and b/images/staff/LongLiveASAP.jpeg differ diff --git a/images/staff/broom.PNG b/images/staff/broom.PNG new file mode 100644 index 0000000000000000000000000000000000000000..7c2db8e5447069592ee37ebd56c789a9eda29668 Binary files /dev/null and b/images/staff/broom.PNG differ diff --git a/images/staff/dog.jpg b/images/staff/dog.jpg new file mode 100644 index 0000000000000000000000000000000000000000..718e5b841cac40ac4ebe67556a424d16bbe1cc34 Binary files /dev/null and b/images/staff/dog.jpg differ diff --git a/images/staff/energy.jpg b/images/staff/energy.jpg new file mode 100644 index 0000000000000000000000000000000000000000..132a78bda937e42cd980f6b009f140c9ee95f3c2 Binary files /dev/null and b/images/staff/energy.jpg differ diff --git a/images/staff/flower.jpg b/images/staff/flower.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cbcf22ff2601ff5315fc32fa4e4b92245b4bb91f Binary files /dev/null and b/images/staff/flower.jpg differ diff --git a/images/staff/ketchup.jpg b/images/staff/ketchup.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f727096dcaaedb13e31d75f909018564a69bc9cf Binary files /dev/null and b/images/staff/ketchup.jpg differ diff --git a/images/staff/kevyin30.jpg b/images/staff/kevyin30.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfa4c0a9a3ee797c0111d2ca7ddd7dcd65ee3758 Binary files /dev/null and b/images/staff/kevyin30.jpg differ diff --git a/images/staff/keyboard_protecc.png b/images/staff/keyboard_protecc.png new file mode 100644 index 0000000000000000000000000000000000000000..19feae1fcb4aeab60a95f68e16ca6ebb04ccdcd8 Binary files /dev/null and b/images/staff/keyboard_protecc.png differ diff --git a/images/staff/kirby_sword.png b/images/staff/kirby_sword.png new file mode 100644 index 0000000000000000000000000000000000000000..7e66ae7897d2defaaed7dbeaeebbaad9874ce8ee Binary files /dev/null and b/images/staff/kirby_sword.png differ diff --git a/images/staff/lebron_james.jpeg b/images/staff/lebron_james.jpeg new file mode 100644 index 0000000000000000000000000000000000000000..2633b0d1dbafaaa63f94029fe094541bc2237b34 Binary files /dev/null and b/images/staff/lebron_james.jpeg differ diff --git a/images/staff/monkey.jpg b/images/staff/monkey.jpg new file mode 100644 index 0000000000000000000000000000000000000000..3e858a2f7e4eaf594d62b987df8974dd1e8bc0cf Binary files /dev/null and b/images/staff/monkey.jpg differ diff --git a/images/staff/ocean.jpg b/images/staff/ocean.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c11542308c6614b415c33600304c56664e4d158c Binary files /dev/null and b/images/staff/ocean.jpg differ diff --git a/images/staff/picture.jpg b/images/staff/picture.jpg new file mode 100644 index 0000000000000000000000000000000000000000..55786d94bb6545820ab8b61b038eae37ee5a8d9c Binary files /dev/null and b/images/staff/picture.jpg differ diff --git a/images/staff/ski.png b/images/staff/ski.png new file mode 100644 index 0000000000000000000000000000000000000000..856d8b9d07d1e2a64cc5c03b0a54addd3e7cc0cc Binary files /dev/null and b/images/staff/ski.png differ diff --git a/images/staff/sleepy_dog.jpg b/images/staff/sleepy_dog.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a6b52b3856a191bba7bfc00cd0cbd0afb4b6ffd3 Binary files /dev/null and b/images/staff/sleepy_dog.jpg differ diff --git a/images/staff/stickman.png b/images/staff/stickman.png new file mode 100644 index 0000000000000000000000000000000000000000..7c67aa572910fd1d0296e8d8c9ccc998a6c52f9e Binary files /dev/null and b/images/staff/stickman.png differ diff --git a/images/staff/this_is_fine.png b/images/staff/this_is_fine.png new file mode 100644 index 0000000000000000000000000000000000000000..9c63eea130b8a88c4be77a457237f1c31bd1d4e3 Binary files /dev/null and b/images/staff/this_is_fine.png differ