-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #270 from WICS-UCI/2024-meet-the-team
2024 Meet The Team
- Loading branch information
Showing
45 changed files
with
92 additions
and
70 deletions.
There are no files selected for viewing
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.
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.
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.
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.
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.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Diff not rendered.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,21 @@ | ||
import React from "react"; | ||
import './team.scss'; | ||
import { organizers } from "src/app/data/team-info"; | ||
import "./team.scss"; | ||
|
||
const Team = () => { | ||
const images = organizers.map((organizer, i) => ( | ||
<div key={i} style={{ display: "inline-block" }}> | ||
<div className="organizer-img-wrapper"> | ||
<img | ||
src={ | ||
"assets/images/2024-organizer-photos/" + organizer.photo + ".jpg" | ||
} | ||
alt={organizer.photo + "'s profile picture"} | ||
/> | ||
</div> | ||
<p>{organizer.name}</p> | ||
</div> | ||
)); | ||
return <div id="organizer-photos">{images}</div>; | ||
}; | ||
|
||
export default class Team extends React.Component { | ||
render() { | ||
let organizers = [ | ||
{photo: "alan", name: "Alan Chang"}, | ||
{photo: "alicia", name: "Alicia Chuang"}, | ||
{photo: "alisa", name: "Alisa Lu"}, | ||
{photo: "araam", name: "Araam Abutaha"}, | ||
{photo: "audrey", name: "Audrey Lam"}, | ||
{photo: "avent", name: "Avent Chiu"}, | ||
{photo: "brian", name: "Brian Lin"}, | ||
{photo: "caroline", name: "Caroline Wang"}, | ||
{photo: "cheryl", name: "Cheryl Chen"}, | ||
{photo: "chloe", name: "Chloe Cheng"}, | ||
{photo: "cinta", name: "Cinta Adhiningrat"}, | ||
{photo: "crystal", name: "Crystal Lai"}, | ||
{photo: "grace", name: "Grace Manning"}, | ||
{photo: "graceW", name: "Grace Wang"}, | ||
{photo: "hang", name: "Hang Cao"}, | ||
{photo: "jefferey", name: "Jefferey Lee Chea"}, | ||
{photo: "jenny", name: "Jenny Liu"}, | ||
{photo: "kirby", name: "Kirby Ammari"}, | ||
{photo: "kristen", name: "Kristen Yee"}, | ||
{photo: "mason", name: "Mason Wong"}, | ||
{photo: "mignon", name: "Mignon April Lee"}, | ||
{photo: "mirelle", name: "Mirelle George"}, | ||
{photo: "nathanC", name: "Nathan Choi"}, | ||
{photo: "nathan", name: "Nathan Huey"}, | ||
{photo: "nicole", name: "Nicole Nguyen"}, | ||
{photo: "philip", name: "Philip Truong"}, | ||
{photo: "randy", name: "Randy Huynh"}, | ||
{photo: "riley", name: "Riley Wong"}, | ||
{photo: "rochelle", name: "Rochelle Nixon"}, | ||
{photo: "rosalind", name: "Rosalind Guo"}, | ||
{photo: "ruslan", name: "Ruslan Manoharan"}, | ||
{photo: "ryan", name: "Ryan Eurich"}, | ||
{photo: "sam", name: "Sam Der"}, | ||
{photo: "shreshta", name: "Shreshta Kumar"}, | ||
{photo: "taylor", name: "Taylor Quach"} | ||
]; | ||
|
||
const images = organizers.map((organizer, i) => | ||
<div key={i} style={{display:"inline-block" }}> | ||
<div className="organizer-img-wrapper"> | ||
<img | ||
src = {require('assets/images/organizer-photos/'+organizer.photo+'.jpg')} | ||
alt = {organizer.photo + "'s profile picture"} | ||
//onMouseOver={e => (e.currentTarget.src = require('assets/images/organizer-photos-funny/'+organizer.photo+'-funny.jpeg'))} | ||
//onMouseOut={e => (e.currentTarget.src = require('assets/images/organizer-photos/'+organizer.photo+'.jpeg'))} | ||
/> | ||
</div> | ||
<p>{organizer.name}</p> | ||
</div> | ||
); | ||
return ( | ||
<div id = "organizer-photos"> | ||
{images} | ||
</div> | ||
|
||
); | ||
} | ||
} | ||
export default Team; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
} | ||
|
||
.organizer-img-wrapper { | ||
display: inline-block; | ||
width: 200px; | ||
height: 200px; | ||
margin: 15px; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
let organizers = [ | ||
{ photo: "Adhiti", name: "Adhiti Chandramohan" }, | ||
{ photo: "Albert", name: "Albert Wang" }, | ||
{ photo: "Alice", name: "Alice Tran" }, | ||
{ photo: "Angelina", name: "Angelina Wang" }, | ||
{ photo: "Anjali", name: "Anjali Bhimanadham" }, | ||
{ photo: "Arnav", name: "Arnav Nigam" }, | ||
{ photo: "Audrey", name: "Audrey Lam" }, | ||
{ photo: "Chi-Wei", name: "Chi-Wei Tai" }, | ||
{ photo: "Clara", name: "Clara Chen" }, | ||
{ photo: "Crystal", name: "Crystal Lai" }, | ||
{ photo: "Heather", name: "Heather Nguyen Phuoc" }, | ||
{ photo: "Jefferey", name: "Jefferey Chea" }, | ||
{ photo: "Jyoti", name: "Jyoti Maharjan" }, | ||
{ photo: "Kali", name: "Kali Daschoudhary " }, | ||
{ photo: "Kristin", name: "Kristin Lim" }, | ||
{ photo: "Maitreyi", name: "Maitreyi Pareek" }, | ||
{ photo: "Meena", name: "Meenakshi Mynampati" }, | ||
{ photo: "Mehek", name: "Mehek Bhatnagar" }, | ||
{ photo: "Mirelle", name: "Mirelle George" }, | ||
{ photo: "Nayeli_Karlisle", name: "Nayeli Karlisle Soon" }, | ||
{ photo: "Nicole", name: "Nicole Nguyen" }, | ||
{ photo: "Ryan", name: "Ryan Eurich" }, | ||
{ photo: "Rylie", name: "Rylie Kim" }, | ||
{ photo: "Sam", name: "Sam Der" }, | ||
{ photo: "Sanika", name: "Sanika Bhamare" }, | ||
{ photo: "Sharmada", name: "Sharmada Honnavalli" }, | ||
{ photo: "Shreshta", name: "Shreshta Kumar" }, | ||
{ photo: "Sophia", name: "Sophia Zhang" }, | ||
{ photo: "Sriharshini", name: "Sriharshini Gubbala" }, | ||
{ photo: "Tanusree", name: "Tanusree Banerjee" }, | ||
{ photo: "Taylor", name: "Taylor Quach" }, | ||
{ photo: "Timothy", name: "Timothy Pham" }, | ||
{ photo: "Vimala", name: "Vimala Machiraju" }, | ||
{ photo: "Violet", name: "Violet Hays" }, | ||
{ photo: "Wendy", name: "Wendy Sanka" }, | ||
]; | ||
|
||
export { organizers }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters