diff --git a/src/public/Config.ts b/src/public/Config.ts index d5477d3..ca31d70 100644 --- a/src/public/Config.ts +++ b/src/public/Config.ts @@ -66,11 +66,6 @@ export const OFFICERS = [{ position: "Chair", photo: "img/officers/darin.jpg", email: "email@ucsd.edu" -},{ - name: "Arjun Sampath", - position: "Vice Chair Finance", - photo: "img/officers/arjun.jpg", - email: "email@ucsd.edu" },{ name: "Abby Hackbarth", position: "Vice Chair Internal", @@ -87,9 +82,24 @@ export const OFFICERS = [{ photo: "img/officers/kevin.jpg", email: "email@ucsd.edu" },{ - name: "Jiliana Tiu", - position: "Webmaster", - photo: "img/officers/jiliana.jpg", + name: "Niklas Chang", + position: "Events Coordinator", + photo: "img/officers/niklas.jpg", + email: "email@ucsd.edu" +},{ + name: "Tien Vu", + position: "Vice Chair External", + photo: "img/officers/tien.jpg", + email: "email@ucsd.edu" +},{ + name: "Arjun Sampath", + position: "Vice Chair Finance", + photo: "img/officers/arjun.jpg", + email: "email@ucsd.edu" +},{ + name: "Derek Nguyen", + position: "Project Space Chair", + photo: "img/officers/derek.jpg", email: "email@ucsd.edu" },{ name: "Mohak Vaswani", @@ -101,14 +111,34 @@ export const OFFICERS = [{ position: "Social Chair", photo: "img/officers/parisa.jpg", email: "email@ucsd.edu" +},{ + name: "Vuong Bui", + position: "Professional Chair", + photo: "img/officers/vuong.jpg", + email: "email@ucsd.edu" +},{ + name: "Jason Liang", + position: "Professional Chair", + photo: "img/officers/jason.jpg", + email: "email@ucsd.edu" +},{ + name: "Daniel Chen", + position: "Outreach Chair", + photo: "img/officers/daniel.jpg", + email: "email@ucsd.edu" +},{ + name: "Dennis Liang", + position: "Outreach Chair", + photo: "img/officers/dennis.jpg", + email: "email@ucsd.edu" },{ name: "Yash Puneet", - position: "Robocup Soccer Chair", + position: "Robocup Chair", photo: "img/officers/yash.jpg", email: "email@ucsd.edu" },{ name: "Rafaella Gomes", - position: "Robocup Soccer Chair", + position: "Robocup Chair", photo: "img/officers/rafaella.jpg", email: "email@ucsd.edu" },{ @@ -117,19 +147,9 @@ export const OFFICERS = [{ photo: "img/officers/josh.jpg", email: "email@ucsd.edu" },{ - name: "Derek Nguyen", - position: "Project Space Chair", - photo: "img/officers/derek.jpg", - email: "email@ucsd.edu" -},{ - name: "Jason Liang", - position: "Professional Chair", - photo: "img/officers/jason.jpg", - email: "email@ucsd.edu" -},{ - name: "Vuong Bui", - position: "Professional Chair", - photo: "img/officers/vuong.jpg", + name: "Jiliana Tiu", + position: "Webmaster", + photo: "img/officers/jiliana.jpg", email: "email@ucsd.edu" },{ name: "Stephanie Xu", @@ -146,19 +166,4 @@ export const OFFICERS = [{ position: "PR Chair - Media", photo: "img/officers/sankalp.jpg", email: "email@ucsd.edu" -},{ - name: "Daniel Chen", - position: "Outreach Chair", - photo: "img/officers/daniel.jpg", - email: "email@ucsd.edu" -},{ - name: "Dennis Liam", - position: "Outreach Chair", - photo: "img/officers/dennis.jpg", - email: "email@ucsd.edu" -},{ - name: "Niklas Chang", - position: "Events Coordinator", - photo: "img/officers/niklas.jpg", - email: "email@ucsd.edu" }]; \ No newline at end of file diff --git a/src/public/img/officers/tien.jpg b/src/public/img/officers/tien.jpg new file mode 100644 index 0000000..67d1a2e Binary files /dev/null and b/src/public/img/officers/tien.jpg differ