merge pull request #14 from ieeeucsd/ray-dev

update officer picture and .gitignore
This commit is contained in:
Raymond Wang 2022-11-04 08:54:51 -07:00 committed by GitHub
commit 70d8a80d24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 15303 additions and 15303 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
build build
node_modules node_modules
.DS_Store

1
CNAME
View file

@ -1 +0,0 @@
ieeeucsd.org

4
package-lock.json generated
View file

@ -1,11 +1,11 @@
{ {
"name": "ieee-website", "name": "ieee-uscd-website",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ieee-website", "name": "ieee-uscd-website",
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

BIN
src/.DS_Store vendored

Binary file not shown.

BIN
src/public/.DS_Store vendored

Binary file not shown.

View file

@ -209,7 +209,7 @@ export const OFFICERS = [
{ {
name: "Matthew Yik", name: "Matthew Yik",
position: "Social Chair", position: "Social Chair",
photo: "/assets/img/officers/temp.png", photo: "/assets/img/officers/matthewyik.webp",
email: "email@ucsd.edu", email: "email@ucsd.edu",
}, },
{ {

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB