update officer list
This commit is contained in:
parent
6ef6efca38
commit
1d9072030e
1 changed files with 34 additions and 29 deletions
|
@ -163,4 +163,9 @@ export const OFFICERS = [{
|
||||||
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"
|
||||||
}];
|
}];
|
Loading…
Reference in a new issue