Skip to content

Commit 40c6171

Browse files
committed
added cynthia
1 parent 759b3ca commit 40c6171

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

public/assets/cynthias_photo.jpg

2.06 MB
Loading

src/data/people.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@
8989
"name": "Chris Skalnik",
9090
"role": "Co-President/Team Lead"
9191
},
92+
"cynthiachen": {
93+
"imageSrc": "./assets/cynthias_photo.jpg",
94+
"links": {
95+
"email": "cchen24@stanford.edu",
96+
"github": "https://github.com/cynthiachen7",
97+
"linkedin": "https://www.linkedin.com/in/cynthia-chen-173803166/"
98+
},
99+
"name": "Cynthia Chen",
100+
"role": "Developer"
101+
},
92102
"drew": {
93103
"leadership": true,
94104
"imageSrc": "./assets/drew_photo.jpg",

src/data/projects.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
"organization": "HospitalRun",
276276
"summary": "HospitalRun is free, open source software that provides hospitals and other medical care facilities in the developing world with access to offline-first electronic health records and an easy-to-use hospital information system.",
277277
"team" : [
278-
"drew", "anthonyperez", "cpondoc", "gabrielacortes", "jameszheng", "jeremykim"
278+
"drew", "anthonyperez", "cpondoc", "gabrielacortes", "jameszheng", "jeremykim", "cynthiachen"
279279
],
280280
"wip": true,
281281
"year": "2020"

0 commit comments

Comments
 (0)