Skip to content

Commit 7b7520c

Browse files
committed
karuna mods
1 parent af84fde commit 7b7520c

File tree

5 files changed

+15
-14
lines changed

5 files changed

+15
-14
lines changed

Diff for: .gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.DS_Store
22
node_modules
3-
#/dist
3+
dist
44

55
# local env files
66
.env.local

Diff for: public/assets/eric_zhou.jpg

559 KB
Loading

Diff for: public/assets/karuna.png

37.8 KB
Loading

Diff for: src/data/people.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,6 @@
101101
"name": "Dylan Grosz",
102102
"role": "Developer"
103103
},
104-
"ericfrankel": {
105-
"imageSrc": "./assets/0.jpeg",
106-
"links": {
107-
"email": "[email protected]",
108-
"github": "https://github.com/esfrankel",
109-
"linkedin": "https://www.linkedin.com/in/eric-frankel/"
110-
},
111-
"name": "Eric Frankel",
112-
"role": "Design"
113-
},
114104
"ericlou": {
115105
"imageSrc": "./assets/eric_lou_photo.jpg",
116106
"links": {
@@ -120,6 +110,16 @@
120110
"name": "Eric Lou",
121111
"role": "Team Lead"
122112
},
113+
"ericzhou": {
114+
"imageSrc": "./assets/eric_zhou.jpg",
115+
"links": {
116+
"email": "[email protected]",
117+
"github": "https://github.com/ericzhou27",
118+
"linkedin": "www.linkedin.com/in/ericzhou27"
119+
},
120+
"name": "Eric Zhou",
121+
"role": "Developer"
122+
},
123123
"farzaankaiyom": {
124124
"imageSrc": "./assets/farzaan_photo.jpg",
125125
"links": {

Diff for: src/data/projects.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,9 @@
123123
},
124124
{
125125
"name": "Karuna",
126-
"summary": "",
127-
"team": ["charlespan", "jacksonparell", "sammymohammed", "sidhikabalachandar","tylerhong"],
128-
"wip": false
126+
"summary": "Karuna is a social venture that aims to amplify community in our society through leveraging philanthropic donations as the motivator for people to adopt healthier habits.",
127+
"background": "",
128+
"team": ["charlespan", "ericzhou", "jacksonparell", "sammymohammed", "sidhikabalachandar"],
129+
"wip": true
129130
}
130131
]

0 commit comments

Comments
 (0)