-
Notifications
You must be signed in to change notification settings - Fork 289
/
resume.json
129 lines (129 loc) · 4.46 KB
/
resume.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"avatar": "/resume/data/1.jpg",
"background_image": "https://9to5mac.files.wordpress.com/2014/08/yosemite-3.jpg?w=1200&h=&crop=1",
"basicinfo": {
"name": "周俊",
"description": "岂能尽如人意,但求无愧我心",
"school": "中山大学",
"profession": "计算机科学与技术",
"sex": "男",
"education" : "本科",
"workage": "2012届毕业",
"phone": "15088888888",
"email": "[email protected]"
},
"social":[
{
"type": "github",
"link": "https://github.com/Jayin",
"icon": ""
},
{
"type": "weibo",
"link": "http://weibo.com",
"icon": ""
},
{
"type": "linkedin",
"link": "https://www.linkedin.com",
"icon": ""
},
{
"type": "twitter",
"link": "https://twitter.com",
"icon": ""
},
{
"type": "home",
"link": "https://github.com/Jayin",
"icon": ""
}
],
"Awards": [
{
"name": "中山大学第十三/四届学术科技节之软件大赛一等奖(蝉联2年第一)"
},
{
"name": "第X届XX杯全国软件专业人才设计与创业大赛C/C++本科B组广东赛区一等奖,全国决赛三等奖"
},
{
"name": "第X届全国大学生网络商务创新应用大赛全国总决赛主题赛单项一等奖"
},
{
"name": "201X百度校园助手大赛优秀开发奖"
},
{
"name": "201X华南XX杯广东省Java程序员竞赛三等奖"
}
],
"socialExperiences": [
{
"name": "加入XX移动开发工作室",
"name_link": "https://github.com/Jayin",
"description": "大学唯一加入的组织,期间与团队共同开发了校友录,东莞培训中心App,轻会议等多款产品"
},
{
"name": "组织X次校内开发者交流会",
"name_link": "https://github.com/Jayin",
"description": "受Ruby China Conf启发,也地处三线城市IT氛围不浓厚,所以自行组织了3次交流会"
}
],
"InternExperiences": [
{
"name": "深圳XX网络科技有限公司",
"name_link": "",
"title": "前端开发工程师",
"icon": "",
"description": "负责微信html5创意广告微信网页开发,参与报喜鸟,淘宝,亚洲环保创新论坛等案例的开发。 使用团队自行开发的前端框架html5slide。",
"time": "2015.04 - 2015.09",
"location": "广东 深圳"
},
{
"name": "深圳XXX网络科技有限公司",
"name_link": "",
"title": "PHP开发工程师",
"icon": "",
"description": "基于开源商城系统OpenCart二次开发一外贸商城",
"time": "2014.07 - 2014.08",
"location": "广东 江门"
}
],
"ProjectExperience": [
{
"name": "XTips",
"name_link": "https://github.com/Jayin",
"title": "Android App, 作者",
"icon": "",
"description": "中山大学校园助手,2一键导入课程表/图书检索、收藏/及时获取校园资讯/查空课室/电费, 已为7+K同学服务",
"time": "2013.07 - 至今",
"location": ""
},
{
"name": "XX技能培训中心",
"name_link": "",
"title": "Android App/PHP后端, 项目负责人",
"icon": "",
"description": "主要负责PHP后端,采用ThinkPHP框架实现一个CMS、已经App广告管理后台;同时也负责Android端基础搭建",
"time": "2014.08 - 2014.12",
"location": ""
},
{
"name": "silentor",
"name_link": "https://github.com/Jayin/silentor",
"title": "JavaScript, forker",
"icon": "",
"description": "纯前端,基于markdown的博客",
"time": "2014.10 - 至今",
"location": ""
},
{
"name": "更多",
"name_link": "https://github.com/Jayin",
"title": "",
"icon": "",
"description": "",
"time": "",
"location": ""
}
]
}