From 11fd6c347a4abf933672dff2aa8b543c53d0c895 Mon Sep 17 00:00:00 2001 From: Lauren Choi Date: Mon, 12 Dec 2022 23:19:59 -0500 Subject: create guests page, add ds_store to gitignore --- .gitignore | 1 + html/guests.html | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ styles.css | 32 ++++++++++++++++++ 3 files changed, 133 insertions(+) create mode 100644 html/guests.html diff --git a/.gitignore b/.gitignore index f50392f..66f694e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # exclude idea files **/.idea/workspace.xml **/.idea/tasks.xml +.DS_Store \ No newline at end of file diff --git a/html/guests.html b/html/guests.html new file mode 100644 index 0000000..706796b --- /dev/null +++ b/html/guests.html @@ -0,0 +1,100 @@ + + + + + + + + + + CS 1300 - UI/UX 2022 + + + + + + +
+

guest portfolio reviewers

+
+
+
+

Lisa Wang

+

Former 1300 student

+

Hi! My name is Lisa. I graduated 2 years ago with double concentration in cs and visa. I am now a product designer at Microsoft working on education products. I like climbing, drawing, and taking walks.

+
+
+

Ashley Wang

+

Product Designer at Opensea

+

Ashley is a product designer at Opensea, the largest NFT marketplace. Previously, Ashley has designed at Spotify, BCG Digital Ventures and LinkedIn. Ashley studied HCI and Design at CMU.

+
+
+ +
+
+

Marlena Morshead

+

Meta, former 1300 TA

+

I'm a senior product designer currently based in Los Angeles, CA. I joined Meta (FKA Facebook) in 2017 and spent my first 4 years at the company working on small business and advertising tools across Instagram, Facebook and WhatsApp. In July 2021, I transferred to Instagram's blockchain platform team where I currently lead design for web3 product experiences like NFTs. Prior to Meta, I spent some time at a start up and interned at IBM. At Brown, I dual concentrated in Computer Science and Modern Culture and Media. I was also an HTA for CS1300, a member of the Brown Women's crew team and the design director for Brown Political Review.

+
+
+

Xiaochen Yang "XY"

+

Product Designer

+

Xiaochen Yang "XY" is a media artist, designer with a background in visual design, and generative research. Her multi-disciplinary practice explores the in-between space across fine art, tangible media, and speculative narratives. As a Product Designer working with conversational AI, she's interested in inventing new systems and design paradigms with emerging technologies. Her past work includes working with Intel Research on the future landscape of autonomous driving and serving as a strategist at TBWA/Chiat/Day media arts lab. She has received awards internationally from The OneShow Design Awards, non-profit organizations WWF(World Wide Fund for Nature) and iGem(International Genetically Engineered Machine), etc. She graduated with MFA in Media Design Practices from Art Center College of Design.

+
+
+ +
+
+

Gifford Cheung

+

Sr UX Researcher at Nintendo

+

I am a Sr UX Researcher within a division of Nintendo that primarily supports developer tools. Our UX team works with tool and game developers. We sometimes solve problems like consultants, but are also embedded on developer teams. My methods range from qualitative (user studies, task-based, interviews, focus groups) to quantitative (surveys, card sorts, metrics, etc.).

+
+
+

Hannah Chow

+

Former 1300 HTA

+

Hannah Chow ('20) is a UX Designer for Microsoft living in Seattle, WA. While studying at Brown she concentrated in Computer Science, took cs1300 in Fall '18, and HTA'd c1300 in Fall '19. Aside from zooming her cursor around Figma files at 2 AM, she also enjoys binge-watching Survivor, religiously solving the NYT crossword each morning, and caring too much about winning at weekly bar trivia.

+
+
+ +
+
+

Zach Deocadiz

+

Former 1300 TA

+

Zach is currently a Sr Designer at FitXR, working on the future of XR fitness. Previously, he worked as a designer at Within, creating AR and VR products such as Wonderscope and Supernatural, and as a VR UI/UX designer at Vicarious Surgical, working on the future of single port robots combined with VR and 3D screen technology. They graduated from RISD in 2017 with a BFA in Graphic Design.

+
+
+

Irene Rae

+

Senior Staff UX at Google

+

Irene is a Senior Staff UX Researcher in the Labs team at Google, focusing on long-term technology projects. Previously, she worked at Databricks as Head of UX Research, created the UX team in Google's data infrastructure organization, and did design research for Microsoft's Data Platforms.

+
+
+ +
+
+

Clara Kliman-Silver

+

UX Research Manager at Google

+

Clara Kliman-Silver '13 is a UX research manager at Google, leading a team focused on design systems and tools. Throughout her career she has studied tooling and workflows across a variety of domains, designer and developer productivity, and artificial intelligence. She previously worked as a UX designer in the healthcare and AI spaces. At Brown she concentrated in Cognitive Science, worked in 3D shape perception and psycholinguistics research labs, and enjoyed riding her bike around Providence.

+
+
+

Sophia Xu

+

Interaction Designer at SmartDesign

+

Hi! I'm Sophia, an interaction designer at Smart Design. I graduated from RISD in Industrial Design and actually took this class you guys are in right now! I've worked in the toy industry a bit and at a different strategic and creative consultancy agency before coming to Smart Design, a design agency based in Brooklyn, NY. Some cool projects I've worked on here include designing for a smart fridge, helping Meta co-design with teens and parents to create a safer platform, user testing with a fitness company, researching what makes experiences feel premium, and my current project is on omnichannel shopping experiences for global youth!

+
+
+ +
+
+

Aaditya Ailawadhi

+

Former 1300 student

+

Aaditya is a UX Designer at Amazon. Previously, he worked as a Product Designer at Microsoft, Unqork, and Commonstock. He lives in Seattle, loves cars, and misses Bajas on Thayer street.

+
+
+

John Filmanowicz

+

Nickelodeon, former 1300 HTA

+

Independent Filmmaker and Multimedia Artist

+
+
+
+
+ + diff --git a/styles.css b/styles.css index bf933a6..eeda9f5 100755 --- a/styles.css +++ b/styles.css @@ -961,3 +961,35 @@ weekly specials conic border /* box-sizing: border-box;*/ /*}*/ +#guest-reviewers { + height: 100%; +} + +.guest-name, .guest-role { + color: var(--accent-color); +} + +.flex-grid-2 { + display: flex; + justify-content: space-between; +} +.flex-grid-2 .guest { + width: 45%; +} + +@media (max-width: 800px) { + .flex-grid-2 { + display: block; + } + .flex-grid-2 .guest { + width: 100%; + } +} + +.guest { + margin: 2rem 0; + height: auto; + display: flex; + flex-direction: column; + justify-content: center; +} \ No newline at end of file -- cgit v1.2.3-70-g09d2