forked from Jberlinsky/commonhack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.json
88 lines (88 loc) · 2.44 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"username": "ehzhang",
"email": "ehzhang@mit.edu",
"lastUpdated": "Sat, 26 Jul 2014 01:55:43 GMT",
"bio": {
"firstName": "Edwin",
"lastName": "Zhang",
"gender": "male",
"email": "ehzhang@mit.edu",
"phone": "908-798-1998",
"dietaryRestrictions": "None",
"summary": "Maybe a couple sentences. I'm a design-focused full stack developer.",
"location": {
"city": "Cambridge",
"countryCode": "US",
"region": "Somewhere",
"state": "MA"
},
"websites": {
"personal": "http://ehzhang.ninja",
"facebook": "https://www.facebook.com/edwinhzhang",
"twitter": "ehzhang",
"github": "ehzhang",
"linkedin": "<yourlinkedin>",
"dribbble": "yourdribbble",
"blog": "<your blog site>"
},
"resume": "<linktoyourresume>",
"picture": "<linktoyourpicture>"
},
"education": [
{
"institution": "MIT",
"areas": [
"Computer Science"
],
"studyType": "Bachelor's",
"start": "2012",
"end": "2016"
}
],
"work": [
{
"company": "Groupon",
"position": "Software Engineering Intern",
"start": "June 2014",
"end": "Aug 2014",
"description": "Worked on user interfaces for financial engineering, etc."
}
],
"hackathons": [
{
"name": "Greylock Hackfest",
"season": "Summer",
"year": "2014",
"awards": [
"Finalist"
],
"project": {
"name": "sense.js",
"link": "http://sense-js.jit.su",
"image": "<link to your image>",
"description": "An HTML5 Interaction Library",
"technologies": [
"Javascript",
"HTML5",
"Node.js",
"Socket.IO"
]
}
}
],
"projects": [
{
"name": "commonhack",
"description": "A common hackathon application/hacker showcase",
"link": "http://commonhack.org",
"image": "<link to your image>"
}
],
"skills": [
"Javascript",
"HTML",
"CSS",
"Python",
"Node"
]
}