diff --git a/src/app/pages/Designathons/Designathon24/Designathon24.js b/src/app/pages/Designathons/Designathon24/Designathon24.js index 41e83da0..d01f3040 100644 --- a/src/app/pages/Designathons/Designathon24/Designathon24.js +++ b/src/app/pages/Designathons/Designathon24/Designathon24.js @@ -3,17 +3,13 @@ import { Text } from "app/components"; import EVENTS_2024 from "assets/data/designathon/2024/events.json"; import WINNERS_2024 from "assets/data/designathon/2024/winners.json"; import TIMER_2024 from "assets/data/designathon/2024/timer.json"; -import JUDGES_2024 from "assets/data/designathon/2024/judges.json"; -import KEYNOTE_2024 from "assets/data/designathon/2024/keynote.json"; import PRIZES_2024 from "assets/data/designathon/2024/prizes.json"; -import WORKSHOP_HOSTS_2024 from "assets/data/designathon/2024/workshop-hosts.json"; import cn from "./Designathon24.module.scss"; import FOF from "./assets/FOF.png"; import notion from "./assets/notion.png"; import balsamiq from "./assets/balsamiq.png"; import { About, - Profile, Prizes, SectionNavigation, FAQ, @@ -49,7 +45,7 @@ const Designathon24 = () => ( - + diff --git a/src/app/pages/Designathons/Designathon24/assets/data/judges.json b/src/app/pages/Designathons/Designathon24/assets/data/judges.json index 0df19998..ae584f7b 100644 --- a/src/app/pages/Designathons/Designathon24/assets/data/judges.json +++ b/src/app/pages/Designathons/Designathon24/assets/data/judges.json @@ -2,31 +2,31 @@ { "name": "Cassandra Hoo", "photo": "graphics/portraits/Cassandra_Hoo.svg", - "role": "Senior UX Designer @ LEGO Group", + "role": "Senior UX Designer at the LEGO Group", "about": "Cassandra Hoo is currently a Senior UX Designer at the LEGO Group. She is passionate about human centered design, deeply understanding users, accessibility, and the process of iteration. She has a Master's degree in Human Computer Interaction and Design from UC Irvine and a BFA in Writing from University of the Arts. In her free time she enjoys cuddling with her cat Pixel, going on adventures, and Pilates." }, { - "name": "Cassandra Hoo", - "photo": "graphics/portraits/Cassandra_Hoo.svg", - "role": "Senior UX Designer @ LEGO Group", - "about": "Cassandra Hoo is currently a Senior UX Designer at the LEGO Group. She is passionate about human centered design, deeply understanding users, accessibility, and the process of iteration. She has a Master's degree in Human Computer Interaction and Design from UC Irvine and a BFA in Writing from University of the Arts. In her free time she enjoys cuddling with her cat Pixel, going on adventures, and Pilates." + "name": "Shana Sanford", + "photo": "graphics/portraits/Shana_Sanford.png", + "role": "Product Designer at Uber", + "about": "Shana is an Product Designer originally from Los Angeles, CA, with roots in Psychology and Communications. In her role on the Safety and Insurance team at Uber, Shana takes a holistic approach to designing user-centric products. Her professional ethos is grounded in the belief that accessibility is fundamental to innovation, driving her to advocate for equitable solutions. Shana now lives in Orange County with her fianceé, two kids and goldendoodle, Pixel. While not designing, you might find her sipping chai, practicing Mandarin, or learning a new skill." }, { - "name": "Cassandra Hoo", - "photo": "graphics/portraits/Cassandra_Hoo.svg", - "role": "Senior UX Designer @ LEGO Group", - "about": "Cassandra Hoo is currently a Senior UX Designer at the LEGO Group. She is passionate about human centered design, deeply understanding users, accessibility, and the process of iteration. She has a Master's degree in Human Computer Interaction and Design from UC Irvine and a BFA in Writing from University of the Arts. In her free time she enjoys cuddling with her cat Pixel, going on adventures, and Pilates." + "name": "Nikhil Mehrotra", + "photo": "graphics/portraits/Nikhil_Mehrotra.png", + "role": "UX Designer at Indeed", + "about": "Nikhil is a UX Designer at Indeed where he’s leading design efforts to improve the interviewing experience for both Job Seekers and Employers. He’s passionate about utilizing design and storytelling to help make the world a better place. Outside of work, Nikhil loves to work out and build Legos." }, { - "name": "Cassandra Hoo", - "photo": "graphics/portraits/Cassandra_Hoo.svg", - "role": "Senior UX Designer @ LEGO Group", - "about": "Cassandra Hoo is currently a Senior UX Designer at the LEGO Group. She is passionate about human centered design, deeply understanding users, accessibility, and the process of iteration. She has a Master's degree in Human Computer Interaction and Design from UC Irvine and a BFA in Writing from University of the Arts. In her free time she enjoys cuddling with her cat Pixel, going on adventures, and Pilates." + "name": "Marga Tokar", + "photo": "graphics/portraits/Marga_Tokar.png", + "role": "Team Manager at SAP", + "about": "Marga has over 20 years professional experience designing responsive and native mobile products for Enterprise and e-commerce companies. She brings user insights through research into improving designs and usability. Marga is a voracious learner, who enjoys keeping current with the constant evolution of technology and design. She currently manages a team of designers at SAP, who are creating new cloud native enterprise products." }, { - "name": "Cassandra Hoo", - "photo": "graphics/portraits/Cassandra_Hoo.svg", - "role": "Senior UX Designer @ LEGO Group", - "about": "Cassandra Hoo is currently a Senior UX Designer at the LEGO Group. She is passionate about human centered design, deeply understanding users, accessibility, and the process of iteration. She has a Master's degree in Human Computer Interaction and Design from UC Irvine and a BFA in Writing from University of the Arts. In her free time she enjoys cuddling with her cat Pixel, going on adventures, and Pilates." + "name": "Charithra Sathyanarayan", + "photo": "graphics/portraits/Charithra_Sathyanarayan.png", + "role": "Senior UX Designer at Deloitte", + "about": "With over seven years of experience in the design industry, Charithra has established herself as a distinguished Senior UX Designer at Deloitte, specializing in creating exceptional user experiences. Her career began with a solid foundation in Computer Science Engineering, which provided her with essential technical skills and an analytical mindset. However, Charithra's passion for enhancing people's interactions with technology led her to transition towards the design side of the tech world. She furthered her expertise by pursuing an MFA in Design Management at Savannah College of Art and Design, equipping her with a profound understanding of design principles and management skills. Currently, she plays a pivotal role in a leading Fintech company, where she is committed to improving customer engagement. Charithra's work is characterized by her meticulous attention to detail, deep understanding of user behavior, and dedication to creating intuitive and accessible designs." } ] diff --git a/src/app/pages/Designathons/Designathon24/assets/data/workshop-hosts.json b/src/app/pages/Designathons/Designathon24/assets/data/workshop-hosts.json index 0df19998..1f3942a3 100644 --- a/src/app/pages/Designathons/Designathon24/assets/data/workshop-hosts.json +++ b/src/app/pages/Designathons/Designathon24/assets/data/workshop-hosts.json @@ -6,27 +6,9 @@ "about": "Cassandra Hoo is currently a Senior UX Designer at the LEGO Group. She is passionate about human centered design, deeply understanding users, accessibility, and the process of iteration. She has a Master's degree in Human Computer Interaction and Design from UC Irvine and a BFA in Writing from University of the Arts. In her free time she enjoys cuddling with her cat Pixel, going on adventures, and Pilates." }, { - "name": "Cassandra Hoo", - "photo": "graphics/portraits/Cassandra_Hoo.svg", - "role": "Senior UX Designer @ LEGO Group", - "about": "Cassandra Hoo is currently a Senior UX Designer at the LEGO Group. She is passionate about human centered design, deeply understanding users, accessibility, and the process of iteration. She has a Master's degree in Human Computer Interaction and Design from UC Irvine and a BFA in Writing from University of the Arts. In her free time she enjoys cuddling with her cat Pixel, going on adventures, and Pilates." - }, - { - "name": "Cassandra Hoo", - "photo": "graphics/portraits/Cassandra_Hoo.svg", - "role": "Senior UX Designer @ LEGO Group", - "about": "Cassandra Hoo is currently a Senior UX Designer at the LEGO Group. She is passionate about human centered design, deeply understanding users, accessibility, and the process of iteration. She has a Master's degree in Human Computer Interaction and Design from UC Irvine and a BFA in Writing from University of the Arts. In her free time she enjoys cuddling with her cat Pixel, going on adventures, and Pilates." - }, - { - "name": "Cassandra Hoo", - "photo": "graphics/portraits/Cassandra_Hoo.svg", - "role": "Senior UX Designer @ LEGO Group", - "about": "Cassandra Hoo is currently a Senior UX Designer at the LEGO Group. She is passionate about human centered design, deeply understanding users, accessibility, and the process of iteration. She has a Master's degree in Human Computer Interaction and Design from UC Irvine and a BFA in Writing from University of the Arts. In her free time she enjoys cuddling with her cat Pixel, going on adventures, and Pilates." - }, - { - "name": "Cassandra Hoo", - "photo": "graphics/portraits/Cassandra_Hoo.svg", - "role": "Senior UX Designer @ LEGO Group", - "about": "Cassandra Hoo is currently a Senior UX Designer at the LEGO Group. She is passionate about human centered design, deeply understanding users, accessibility, and the process of iteration. She has a Master's degree in Human Computer Interaction and Design from UC Irvine and a BFA in Writing from University of the Arts. In her free time she enjoys cuddling with her cat Pixel, going on adventures, and Pilates." + "name": "Wenting Zhu", + "photo": "graphics/portraits/Wenting_Zhu.png", + "role": "Senior Design Research & Strategist", + "about": "Hi, I'm Wenting. I have 8 years of experience in Design Research & Strategy with a background in both Service Design and Structural Engineering. I have led various projects and helped clients improve their Digital/Physical Products, Intangible Experiences/Services, and Operation Management in different industries: Retail, Museum, Jewelry, Restaurant, Healthcare, etc. I am a Data Teller and a Systems Thinker, who believes in research-driven design strategy. Solid research is the foundation to unveil and narrate system institutes, leading to win-win solutions. As an emphatic team worker, I embrace diversity and value co-creation as a trait that translates research findings into meaningful design insights. Before switching to Research & Strategy, I have 2 years of experience in Product/UX Management from 2015 to 2017 and 2 years of experience in BIM (Building Information Modeling) Project Management from 2013 to 2015." } ] diff --git a/src/app/pages/Designathons/Designathon24/assets/graphics/portraits/Charithra_Sathyanarayan.png b/src/app/pages/Designathons/Designathon24/assets/graphics/portraits/Charithra_Sathyanarayan.png new file mode 100644 index 00000000..70c80cd1 Binary files /dev/null and b/src/app/pages/Designathons/Designathon24/assets/graphics/portraits/Charithra_Sathyanarayan.png differ diff --git a/src/app/pages/Designathons/Designathon24/assets/graphics/portraits/Marga_Tokar.png b/src/app/pages/Designathons/Designathon24/assets/graphics/portraits/Marga_Tokar.png new file mode 100644 index 00000000..532528de Binary files /dev/null and b/src/app/pages/Designathons/Designathon24/assets/graphics/portraits/Marga_Tokar.png differ diff --git a/src/app/pages/Designathons/Designathon24/assets/graphics/portraits/Nikhil_Mehrotra.png b/src/app/pages/Designathons/Designathon24/assets/graphics/portraits/Nikhil_Mehrotra.png new file mode 100644 index 00000000..8bbc1e1d Binary files /dev/null and b/src/app/pages/Designathons/Designathon24/assets/graphics/portraits/Nikhil_Mehrotra.png differ diff --git a/src/app/pages/Designathons/Designathon24/assets/graphics/portraits/Shana_Sanford.png b/src/app/pages/Designathons/Designathon24/assets/graphics/portraits/Shana_Sanford.png new file mode 100644 index 00000000..3735a159 Binary files /dev/null and b/src/app/pages/Designathons/Designathon24/assets/graphics/portraits/Shana_Sanford.png differ diff --git a/src/app/pages/Designathons/Designathon24/assets/graphics/portraits/Wenting_Zhu.png b/src/app/pages/Designathons/Designathon24/assets/graphics/portraits/Wenting_Zhu.png new file mode 100644 index 00000000..92cf8ce4 Binary files /dev/null and b/src/app/pages/Designathons/Designathon24/assets/graphics/portraits/Wenting_Zhu.png differ