forked from Jayin/resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.json
102 lines (102 loc) · 3.94 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
{
"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": "2016届毕业",
"phone": "15088132354",
"email": "[email protected]"
},
"Awards": [
{
"name": "五邑大学第十三/四届学术科技节之软件大赛一等奖(蝉联2年第一)"
},
{
"name": "第四届蓝桥杯全国软件专业人才设计与创业大赛C/C++本科B组广东赛区一等奖,全国决赛三等奖"
},
{
"name": "第六届全国大学生网络商务创新应用大赛全国总决赛主题赛单项一等奖"
},
{
"name": "2013百度校园助手大赛优秀开发奖"
},
{
"name": "2013华南资讯杯广东省Java程序员竞赛三等奖"
}
],
"socialExperiences": [
{
"name": "加入袂卓移动开发工作室",
"name_link": "meizhuo.org",
"description": "大学唯一加入的组织,期间与团队共同开发了校友录,东莞培训中心App,轻会议等多款产品"
},
{
"name": "组织3次校内开发者交流会",
"name_link": "http://wuyiuniversity.github.io/",
"description": "受Ruby China Conf启发,也地处三线城市IT氛围不浓厚,所以自行组织了3次交流会"
}
],
"InternExperiences": [
{
"name": "深圳三分线网络科技有限公司",
"name_link": "",
"title": "前端开发工程师",
"icon": "",
"description": "负责微信html5创意广告微信网页开发,参与报喜鸟,淘宝,亚洲环保创新论坛等案例的开发。 使用团队自行开发的前端框架html5slide。",
"time": "2015.04 - 2015.09",
"location": "广东 深圳"
},
{
"name": "深圳百贝斯网络科技有限公司",
"name_link": "",
"title": "PHP开发工程师",
"icon": "",
"description": "基于开源商城系统OpenCart二次开发一外贸商城",
"time": "2014.07 - 2014.08",
"location": "广东 江门"
}
],
"ProjectExperience": [
{
"name": "ETips",
"name_link": "http://etips.github.io/",
"title": "Android App, 作者",
"icon": "",
"description": "五邑大学校园助手,2一键导入课程表/图书检索、收藏/及时获取校园资讯/查空课室/电费, 已为7+K同学服务",
"time": "2013.07 - 至今",
"location": ""
},
{
"name": "东莞技能培训中心",
"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/jayin.github.io/blob/master/blog/p/projects/index.md",
"title": "",
"icon": "",
"description": "",
"time": "",
"location": ""
}
]
}