Skip to content

Commit

Permalink
chore: update speakers and workshop host data (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored Mar 29, 2024
1 parent ef154a7 commit 81b3915
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 44 deletions.
6 changes: 1 addition & 5 deletions src/app/pages/Designathons/Designathon24/Designathon24.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -49,7 +45,7 @@ const Designathon24 = () => (
<SectionNavigation />
<WinnerShowcase winners={WINNERS_2024} />


<About />
<Speakers />

<Rules />
Expand Down
34 changes: 17 additions & 17 deletions src/app/pages/Designathons/Designathon24/assets/data/judges.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 81b3915

Please sign in to comment.