forked from zhaoky/flqin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.js
542 lines (541 loc) · 18.7 KB
/
data.js
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
import eJm from './assets/logo_jm.png';
import eLt from './assets/logo_lt.png';
import eZh from './assets/logo_zh.png';
import dHome from './assets/d_home.svg';
import dSkills from './assets/d_skills.svg';
import dExp from './assets/d_exp.svg';
import dWorks from './assets/d_works.svg';
import dContact from './assets/d_contact.svg';
import sGithub from './assets/s_github.svg';
import sSf from './assets/s_sf.svg';
import sBlog from './assets/s_blog.svg';
import sZh from './assets/s_zh.svg';
import sJj from './assets/s_Jj.svg';
import wJm from './assets/w_jm.jpg';
import wLs from './assets/w_ls.jpg';
export default {
cn: {
header: {
langList: ['中', '英'],
titleList: [
{
svg: dHome,
title: '首页'
},
{
svg: dSkills,
title: '能力'
},
{
svg: dExp,
title: '经历'
},
{
svg: dWorks,
title: '作品集'
},
{
svg: dContact,
title: '联系我'
}
]
},
footer: ['Released under the MIT License', 'All Rights Reserved ', 'Copyright © 2014-2019 Korey Zhao'],
overview: {
infoList: ['28岁', '本科', '成都', '在职'],
quote: '生活是一种绵延不绝的渴望,渴望不断上升,变得更伟大而高贵。',
desList: ['我叫赵柯宇,前端工程师', '聚美优品(成都)电商&增长团队前端负责人', '[email protected]']
},
skill: {
outCircleList: [
{
bg: {
backgroundColor: 'rgba(121,100,102,0.8)'
},
name: '快应用'
},
{
bg: {
backgroundColor: 'rgba(49,65,82,0.8)'
},
name: 'angular'
},
{
bg: {
backgroundColor: 'rgba(76,157,160,0.8)'
},
name: 'webpack'
},
{
bg: {
backgroundColor: 'rgba(66,66,66,0.8)'
},
name: '小程序'
},
{
bg: {
backgroundColor: 'rgba(193,131,106,0.8)'
},
name: 'flutter'
},
{
bg: {
backgroundColor: 'rgba(117,148,179,0.8)'
},
name: 'nodejs'
},
{
bg: {
backgroundColor: 'rgba(71,83,94,0.8)'
},
name: 'vue'
},
{
bg: {
backgroundColor: 'rgba(147,147,189,0.8)'
},
name: 'react'
}
],
innerCircleList: [
{
bg: {
backgroundColor: 'rgba(179,164,140,0.8)'
},
name: 'ts'
},
{
bg: {
backgroundColor: 'rgba(171,209,220,0.8)'
},
name: 'pwa'
},
{
bg: {
backgroundColor: 'rgba(238,215,163,0.8)'
},
name: 'rxjs'
},
{
bg: {
backgroundColor: 'rgba(207,184,178,0.8)'
},
name: 'jest'
}
],
desList: [
'五年前端开发经验,一年管理经验',
'实际主导开发过多平台项目(APP,PC,H5,小程序,快应用等),制定并规范团队协作模式',
'擅长组件开发及构建优化,前端技术栈均有尝试,能脱离库书写代码',
'自我驱动力强,带领并帮助团队成长'
]
},
exp: {
expList: [
{
title: '聚美优品(成都)',
time: '2017年4月~至今',
post: '资深前端工程师/前端负责人',
img: {
backgroundImage: `url(${eJm})`
},
contentList: ['负责聚美优品电商及增长FE团队的日常工作', '参与街电CRM开发,美点无人货架C/S开发等', '主导开发聚美等若干小程序/快应用及增长活动', '优化重构聚美底层若干库如jumei-sdk等']
},
{
title: '兰途科技',
time: '2015年6月-2017年4月',
post: 'web前端研发工程师',
img: {
backgroundImage: `url(${eLt})`
},
contentList: ['负责高校校园移动APP相关的H5混合开发', '负责快速构建高质量移动APP/PC/微信页面', '根据业务需求设计合适的工程项目', '高度组件化、模块化思维,拥有各平台调试能力']
},
{
title: '卓煌企业',
time: '2014年8月~2015年6月',
post: '网页开发兼SEO优化',
img: {
backgroundImage: `url(${eZh})`
},
contentList: ['负责各企业站静态页开发及简单交互', '负责网站后台管理页面开发', '负责百度竞价操作及seo优化', '同期工作之余提升自己原生JS的编码能力']
}
]
},
works: {
worksList: [
{
title: '聚美优品+ 小程序',
des: '聚美优品+小程序是聚美集团电商业务在微信小程序上的实现,包括普通商品,拼团商品的销售流程及购物流程、用户中心等模块。',
mini: wJm
},
{
title: '鹿尚生活 小程序',
des: '鹿尚生活小程序是聚美集团专柜购业务在微信小程序上的实现,包括专柜购区域选择及提货方式等全套销售流程及购物流程、用户中心等模块。',
mini: wLs
},
{
title: '聚美优品 快应用',
des: '聚美优品快应用是聚美集团电商业务在安卓快应用上的实现,基于手机硬件平台的新型应用形态,为销售途径提供新的渠道。',
url: 'http://hapjs.org/app/com.jm.quickapp'
},
{
title: '聚美优品 H5',
des: '聚美集团电商业务移动端的核心承载者,包括前三页,购物流程,用户中心等,通过jsbridge部分页面也在app内广泛应用。',
url: 'https://h5.jumei.com'
},
{
title: '聚美优品 增长活动',
des: '聚美集团电商业务的新增长投放项目,电商主要的推广活动承载页面,实现采用多页面架构,支持打包单一活动的工作模式。',
url: 'http://r.jumei.com'
},
{
title: '街电crm后台管理系统',
des: 'PC端街电crm后台商户管理系统,包括各种商户录入,统计,维护等若干功能。',
url: ''
},
{
title: '移动校园APP',
des:
'一站式、全生命周期的校园官方移动服务平台,涵盖PC、安卓、IOS、微信平台,上线学校包括中央财经大学,北京交通大学,中国戏曲学院,辽宁大学,西南财经大学等等,下载量数十万,深受学生老师喜爱。',
url: 'http://app.cufe.edu.cn/'
},
{
title: '移动校园管理系统',
des: '针对校园APP的后台管理系统,包括人员架构,信息统计,权限设置,H5生产机,数据交换平台,各个模块的数据管理,反馈设置等等,为高校提供基于互联网运营的移动校园整体解决方案。',
url: ''
},
{
title: 'web前端工程师简历(2015年版)',
des: '本简历初版,上线一个月后,百度关键词“web前端工程师简历”排名前三,点击量数百万,深受广大前端初学者的好评及模仿,至今搜该关键词百度前10页都处处能见该简历的仿版。',
url: 'http://www.flqin.com/2015/'
},
{
title: '@korey/MVVM',
des: '一个简易的MVVM框架,实现了data-binding 和 view-refresh的功能,目前仅服务于本简历项目,仍在不断优化更新,欢迎学习交流',
url: 'https://github.com/zhaoky/mvvm'
},
{
title: '@korey/Fullpage',
des: '一个简易的Fullpage框架,实现了上拉下拉,滑轮滚动,锚点直达的全屏翻页功能,目前仅服务于本简历项目,仍在不断优化更新,欢迎学习交流',
url: 'https://github.com/zhaoky/fullpage'
}
],
viewMore: 'github上面查看更多'
},
contact: {
title: '联系我',
desList1: ['灵感', '代码', '梦想', '未来'],
desList2: ['注重效率,偏爱敏捷开发', '喜欢尝试,期待新鲜事物', '前端即兴趣,兴趣即未来', '行路有良友,便是捷径', '带上我吧,一起看到更大的世界'],
download: '下载简历',
fileList: [
{
title: 'HTML版',
url: 'www.baidu.com'
},
{
title: 'PDF版',
url: 'www.baidu.com'
}
],
typeList: [
{
icon: sGithub,
url: 'https://github.com/zhaoky'
},
{
icon: sSf,
url: 'https://segmentfault.com/u/keyu2016'
},
{
icon: sBlog,
url: 'https://blog.flqin.com'
},
{
icon: sZh,
url: 'https://www.zhihu.com/people/fezky'
},
{
icon: sJj,
url: 'https://juejin.im/user/57c91b3b165abd0068db89c2'
}
]
}
},
en: {
header: {
langList: ['CN', 'EN'],
titleList: [
{
svg: dHome,
title: 'home'
},
{
svg: dSkills,
title: 'skills'
},
{
svg: dExp,
title: 'exp'
},
{
svg: dWorks,
title: 'works'
},
{
svg: dContact,
title: 'contact'
}
]
},
footer: ['Released under the MIT License', 'All Rights Reserved ', 'Copyright © 2014-2019 Korey Zhao'],
overview: {
infoList: ['28years', 'B.S.', 'ChengDu', 'On Job'],
quote: 'Life is a kind of endless yearning, eager to continue to rise, become more great and noble.',
desList: ['I am Korey Zhao, FE engineer', 'Jumei(chengdu)E-commerce & growth team FE leader', '[email protected]']
},
skill: {
outCircleList: [
{
bg: {
backgroundColor: 'rgba(121,100,102,0.8)'
},
name: 'quickapp'
},
{
bg: {
backgroundColor: 'rgba(49,65,82,0.8)'
},
name: 'angular'
},
{
bg: {
backgroundColor: 'rgba(76,157,160,0.8)'
},
name: 'webpack'
},
{
bg: {
backgroundColor: 'rgba(66,66,66,0.8)'
},
name: 'miniP'
},
{
bg: {
backgroundColor: 'rgba(193,131,106,0.8)'
},
name: 'flutter'
},
{
bg: {
backgroundColor: 'rgba(117,148,179,0.8)'
},
name: 'nodejs'
},
{
bg: {
backgroundColor: 'rgba(71,83,94,0.8)'
},
name: 'vue'
},
{
bg: {
backgroundColor: 'rgba(147,147,189,0.8)'
},
name: 'react'
}
],
innerCircleList: [
{
bg: {
backgroundColor: 'rgba(179,164,140,0.8)'
},
name: 'ts'
},
{
bg: {
backgroundColor: 'rgba(171,209,220,0.8)'
},
name: 'pwa'
},
{
bg: {
backgroundColor: 'rgba(238,215,163,0.8)'
},
name: 'rxjs'
},
{
bg: {
backgroundColor: 'rgba(207,184,178,0.8)'
},
name: 'jest'
}
],
desList: [
'5 years FE development experience,1 years management experience',
'Actually lead the development of many platform projects (APP, PC, H5, miniprogram, quickapp, etc.), formulated and standardized the team workflow',
'Good at component development and construction optimization, have tried FE technology stack, can write code without library',
'Self-driven, lead and help the team grow'
]
},
exp: {
expList: [
{
title: 'Jumei(chengdu)',
time: '2017.04-now',
post: 'Senior FE engineer/leader',
img: {
backgroundImage: `url(${eJm})`
},
contentList: [
'Responsible for daily work of jumei e-commerce and growth FE team',
'Participated in CRM development of jiedian, C/S development of unmanned shelves of meidian, etc',
'Lead the development of jumei and other miniprogram/quickapp and growth',
'Optimize and reconstruct some basic libraries of jumei, such as jumei-sdk'
]
},
{
title: 'LANTU TECH',
time: '2015.06-2017.04',
post: 'Web front-end R & D engineers',
img: {
backgroundImage: `url(${eLt})`
},
contentList: [
'Responsible for H5 hybrid development related to university campus mobile APP',
'Responsible for the rapid construction of high-quality APP / PC / WeChat page',
'According to business needs to design the appropriate project',
'Highly component, modular thinking, with the platform debugging capabilities'
]
},
{
title: 'Zhuohuang Management Co., Ltd',
time: '2014.08-2015.06',
post: 'Web development and SEO',
img: {
backgroundImage: `url(${eZh})`
},
contentList: [
'Responsible for enterprise station static page development and simple interaction',
'Responsible for website background maintenance',
'Responsible for Baidu bid operation and seo optimization',
'Outside of work to enhance their own javascript coding ability'
]
}
]
},
works: {
worksList: [
{
title: 'Jumei+ MiniProgram',
des:
'Jumei+ MiniProgram is the realization of Jumei e-commerce business on WeChat small program, including general merchandise, sales process of shopping carts, shopping process, user center and other modules.',
mini: wJm
},
{
title: 'lushangLife MiniProgram',
des:
'lushangLife MiniProgram is the realization of Jumei counter purchase business on WeChat small program, including a full set of sales processes such as counter purchase area selection and delivery methods, as well as shopping process and user center modules.',
mini: wLs
},
{
title: 'Jumei quickapp',
des:
'Jumei quickapp is the realization of Jumei e-commerce business in Android quickapp. Based on the new application form of mobile phone hardware platform, it provides a new channel for sales channels.',
url: 'http://hapjs.org/app/com.jm.quickapp'
},
{
title: 'Jumei H5',
des:
'The core carrier of the mobile terminal of Jumei e-commerce business, including the three pages, shopping process, user center, etc., is also widely used in the app through the jsbridge part of the page.',
url: 'https://h5.jumei.com'
},
{
title: 'Jumei growth',
des:
'The new growth project of Jumei e-commerce business, the main promotion activities of e-commerce hosted the page, realized the adoption of multi-page architecture, and supported the work mode of packaging a single activity.',
url: 'http://r.jumei.com'
},
{
title: 'jiedian CRM',
des: 'The PC-side street power crm back-end merchant management system includes several functions such as various merchant entry, statistics, and maintenance.',
url: ''
},
{
title: 'Campus APP',
des:
'One-stop, the whole life cycle of the campus official mobile service platform, covering PC, Andrews, IOS, WeChat platform, on-line schools, including CUFE, BJTU, NACTA, LNU, SWUFE and so on, download Hundreds of thousands, loved by the students teacher.',
url: 'http://app.cufe.edu.cn/'
},
{
title: 'campus management system',
des:
'According to the background management system of campus APP, including the personnel structure, information statistics, H5 production machine, data exchange platform, data management of each module, feedback settings, etc., for the university to provide Internet-based mobile campus overall solution.',
url: ''
},
{
title: 'Web front engineer resumes (2015)',
des:
'The first edition of this resume, on the line a month later, Baidu keyword `web front engineer resumes` ranked the top three, hundreds of millions of traffic, by the majority of front-end beginners praise and imitation, so far the search Baidu 10 pages are everywhere See the copy of the resume.',
url: 'http://www.flqin.com/2015/'
},
{
title: '@korey/MVVM',
des:
'A simple MVVM framework that implements the functions of data-binding and view-refresh. Currently, it only serves this resume project. It is still optimized and updated. Welcome to learn communication.',
url: 'https://github.com/zhaoky/mvvm'
},
{
title: '@korey/Fullpage',
des:
'A simple Fullpage framework that implements full-screen page-turning with pull-up, scrolling, and anchor-pointing. Currently only serves this resume project, it is still optimized and updated. Welcome to learn communication.',
url: 'https://github.com/zhaoky/fullpage'
}
],
viewMore: 'Go to github see more'
},
contact: {
title: 'Contact Me',
desList1: ['INSPIRATION', 'CODE', 'DREAM', 'FUTURE'],
desList2: [
'Focus on efficiency, preference for agile development',
'Like to try, look forward to something new',
'Front is interested, interest is the future',
'Line road friends, is a shortcut',
'With me, see the bigger world together'
],
download: 'Download Resume',
fileList: [
{
title: 'HTML',
url: 'www.baidu.com'
},
{
title: 'PDF',
url: 'www.baidu.com'
}
],
typeList: [
{
icon: sGithub,
url: 'https://github.com/zhaoky'
},
{
icon: sSf,
url: 'https://segmentfault.com/u/keyu2016'
},
{
icon: sBlog,
url: 'https://blog.flqin.com'
},
{
icon: sZh,
url: 'https://www.zhihu.com/people/fezky'
},
{
icon: sJj,
url: 'https://juejin.im/user/57c91b3b165abd0068db89c2'
}
]
}
}
};