update officer list

This commit is contained in:
Raymond Wang 2022-10-21 13:29:13 -07:00
parent 6ef6efca38
commit 1d9072030e

View file

@ -2,34 +2,34 @@
export const ACTIVE_PAGES = [{ export const ACTIVE_PAGES = [{
name: "Home", name: "Home",
url: "/" url: "/"
},{ }, {
name: "Events", name: "Events",
url: "/events" url: "/events"
},{ }, {
name: "Projects", name: "Projects",
url: "/projects" url: "/projects"
},{ }, {
name: "Committees", name: "Committees",
url: "/committees" url: "/committees"
},{ }, {
name: "Contact Us", name: "Contact Us",
url: "/contact" url: "/contact"
}]; }];
// Urls of team photos that will go in the "About" slideshow // Urls of team photos that will go in the "About" slideshow
export const TEAM_PHOTOS: string[] = []; export const TEAM_PHOTOS: string[] = [];
export const PROJECT_SPACE: string[] = []; export const PROJECT_SPACE: string[] = [];
export const EVENTS:any[] = []; export const EVENTS: any[] = [];
export const SOCIALS = [{ export const SOCIALS = [{
icon: "img/disc.svg", icon: "img/disc.svg",
url: "https://discord.gg/XxfjqZSjca", url: "https://discord.gg/XxfjqZSjca",
message: "Join our server" message: "Join our server"
},{ }, {
icon: "img/fab.svg", icon: "img/fab.svg",
url: "https://www.facebook.com/ieeeucsd", url: "https://www.facebook.com/ieeeucsd",
message: "ieeeucsd" message: "ieeeucsd"
},{ }, {
icon: "img/inst.svg", icon: "img/inst.svg",
url: "https://www.instagram.com/ieee.ucsd", url: "https://www.instagram.com/ieee.ucsd",
message: "@ieeeucsd" message: "@ieeeucsd"
@ -49,11 +49,11 @@ export const SOCIALS_WHITE = [{
icon: "img/disc_white.svg", icon: "img/disc_white.svg",
url: "https://discord.gg/XxfjqZSjca", url: "https://discord.gg/XxfjqZSjca",
message: "Join our server" message: "Join our server"
},{ }, {
icon: "img/fab_white.svg", icon: "img/fab_white.svg",
url: "https://www.facebook.com/ieeeucsd", url: "https://www.facebook.com/ieeeucsd",
message: "ieeeucsd" message: "ieeeucsd"
},{ }, {
icon: "img/inst_white.svg", icon: "img/inst_white.svg",
url: "https://www.instagram.com/ieee.ucsd", url: "https://www.instagram.com/ieee.ucsd",
message: "@ieeeucsd" message: "@ieeeucsd"
@ -63,104 +63,109 @@ export const OFFICERS = [{
position: "Chair", position: "Chair",
photo: "img/officers/darin.jpg", photo: "img/officers/darin.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Brigette Hacia", name: "Brigette Hacia",
position: "Vice Chair Internal", position: "Vice Chair Internal",
photo: "img/officers/brigette.jpg", photo: "img/officers/brigette.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Tasnia Jamal", name: "Tasnia Jamal",
position: "Vice Chair Events", position: "Vice Chair Events",
photo: "img/officers/tasnia.jpg", photo: "img/officers/tasnia.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Kevin Chang", name: "Kevin Chang",
position: "Vice Chair Projects", position: "Vice Chair Projects",
photo: "img/officers/kevin.jpg", photo: "img/officers/kevin.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Niklas Chang", name: "Niklas Chang",
position: "Events Coordinator", position: "Events Coordinator",
photo: "img/officers/niklas.jpg", photo: "img/officers/niklas.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Tien Vu", name: "Tien Vu",
position: "Vice Chair External", position: "Vice Chair External",
photo: "img/officers/tien.jpg", photo: "img/officers/tien.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Arjun Sampath", name: "Arjun Sampath",
position: "Vice Chair Finance", position: "Vice Chair Finance",
photo: "img/officers/arjun.jpg", photo: "img/officers/arjun.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Derek Nguyen", name: "Derek Nguyen",
position: "Project Space Chair", position: "Project Space Chair",
photo: "img/officers/derek.jpg", photo: "img/officers/derek.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Mohak Vaswani", name: "Mohak Vaswani",
position: "Technical Chair", position: "Technical Chair",
photo: "img/officers/mohak.jpg", photo: "img/officers/mohak.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Parisa Shahabi", name: "Parisa Shahabi",
position: "Social Chair", position: "Social Chair",
photo: "img/officers/parisa.jpg", photo: "img/officers/parisa.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Vuong Bui", name: "Vuong Bui",
position: "Professional Chair", position: "Professional Chair",
photo: "img/officers/vuong.jpg", photo: "img/officers/vuong.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Jason Liang", name: "Jason Liang",
position: "Professional Chair", position: "Professional Chair",
photo: "img/officers/jason.jpg", photo: "img/officers/jason.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Daniel Chen", name: "Daniel Chen",
position: "Outreach Chair", position: "Outreach Chair",
photo: "img/officers/daniel.jpg", photo: "img/officers/daniel.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Dennis Liang", name: "Dennis Liang",
position: "Outreach Chair", position: "Outreach Chair",
photo: "img/officers/dennis.jpg", photo: "img/officers/dennis.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Yash Puneet", name: "Yash Puneet",
position: "Robocup Chair", position: "Robocup Chair",
photo: "img/officers/yash.jpg", photo: "img/officers/yash.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Rafaella Gomes", name: "Rafaella Gomes",
position: "Robocup Chair", position: "Robocup Chair",
photo: "img/officers/rafaella.jpg", photo: "img/officers/rafaella.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Josh Lapidario", name: "Josh Lapidario",
position: "Quarterly Projects Chair", position: "Quarterly Projects Chair",
photo: "img/officers/josh.jpg", photo: "img/officers/josh.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Jiliana Tiu", name: "Jiliana Tiu",
position: "Webmaster", position: "Webmaster",
photo: "img/officers/jiliana.jpg", photo: "img/officers/jiliana.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Stephanie Xu", name: "Stephanie Xu",
position: "PR Chair - Graphics", position: "PR Chair - Graphics",
photo: "img/officers/stephanie.jpg", photo: "img/officers/stephanie.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Sankalp Kaushik", name: "Sankalp Kaushik",
position: "PR Chair - Media", position: "PR Chair - Media",
photo: "img/officers/sankalp.jpg", photo: "img/officers/sankalp.jpg",
email: "email@ucsd.edu" email: "email@ucsd.edu"
},{ }, {
name: "Matthew Mikhailov", name: "Matthew Mikhailov",
position: "Supercomputing Chair", position: "Supercomputing Chair",
photo: "img/officers/temp.png", photo: "img/officers/temp.png",
email: "email@ucsd.edu" email: "email@ucsd.edu"
}, {
name: "Raymond Wang",
position: "Webmaster",
photo: "img/officers/temp.png",
email: "raymond@ucsd.edu"
}]; }];