diff --git a/src/public/.DS_Store b/src/public/.DS_Store index e1d0ddd..2c2839d 100644 Binary files a/src/public/.DS_Store and b/src/public/.DS_Store differ diff --git a/src/public/Config.ts b/src/public/Config.ts index 312e9b6..2bc8cfa 100644 --- a/src/public/Config.ts +++ b/src/public/Config.ts @@ -143,7 +143,7 @@ export const OFFICERS = [ { name: "Matthew Mikhailov", position: "Supercomputing Chair", - photo: "img/officers/temp.png", + photo: "img/officers/matthew.jpg", email: "email@ucsd.edu", }, { @@ -155,7 +155,7 @@ export const OFFICERS = [ { name: "Sanh Nguyen", position: "Quarterly Projects Chair", - photo: "img/officers/temp.png", + photo: "img/officers/sanh.jpg", email: "email@ucsd.edu", }, { @@ -179,13 +179,13 @@ export const OFFICERS = [ { name: "Yusuf Morsi", position: "Technical Chair", - photo: "img/officers/temp.png", + photo: "img/officers/yusuf.jpg", email: "email@ucsd.edu", }, { name: "Shaun Garcia", position: "Technical Chair", - photo: "img/officers/temp.png", + photo: "img/officers/shaun.jpg", email: "email@ucsd.edu", }, { diff --git a/src/public/img/.DS_Store b/src/public/img/.DS_Store index bf1658d..d5029b1 100644 Binary files a/src/public/img/.DS_Store and b/src/public/img/.DS_Store differ diff --git a/src/public/img/officers/.DS_Store b/src/public/img/officers/.DS_Store new file mode 100644 index 0000000..cfb36bb Binary files /dev/null and b/src/public/img/officers/.DS_Store differ diff --git a/src/public/img/officers/derek.jpg b/src/public/img/officers/derek.jpg index 32a6bda..b61f75f 100644 Binary files a/src/public/img/officers/derek.jpg and b/src/public/img/officers/derek.jpg differ diff --git a/src/public/img/officers/matthew.jpg b/src/public/img/officers/matthew.jpg new file mode 100644 index 0000000..68754a9 Binary files /dev/null and b/src/public/img/officers/matthew.jpg differ diff --git a/src/public/img/officers/sanh.jpg b/src/public/img/officers/sanh.jpg new file mode 100644 index 0000000..fc39dd9 Binary files /dev/null and b/src/public/img/officers/sanh.jpg differ diff --git a/src/public/img/officers/shaun.jpg b/src/public/img/officers/shaun.jpg new file mode 100644 index 0000000..33f4132 Binary files /dev/null and b/src/public/img/officers/shaun.jpg differ diff --git a/src/public/img/officers/yusuf.jpg b/src/public/img/officers/yusuf.jpg new file mode 100644 index 0000000..8f8b7d3 Binary files /dev/null and b/src/public/img/officers/yusuf.jpg differ