-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·657 lines (638 loc) · 35.7 KB
/
index.html
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
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<title>卢伟 - 个人简历</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="styles/normalize.css" />
<link rel="stylesheet" href="styles/index.css" />
</head>
<body>
<div class="container">
<main>
<header>
<section class="title">
<h1>卢伟</h1>
<p>Web前端开发</p>
</section>
<address>
<ul class="contact">
<li><span>电话:</span>131-7368-8272</li>
<li>
<span>邮箱:</span
><a href="mailto://1280380446@qq.com"
>1280380446@qq.com</a
>
</li>
<li>
<span>Github:</span
><a href="https://github.com/luweiCN"
>https://github.com/luweiCN</a
>
</li>
</ul>
</address>
</header>
<article class="content">
<article>
<section class="education">
<h2>教育经历</h2>
<ul>
<li>
<div class="edu-placeholder"></div>
</li>
<li>
<span class="edu-year">2012 - 2016</span
><span class="edu-circle circle"></span
><span class="edu-title">本科</span>
</li>
<li class="edu-content">
中国海洋大学 电子信息工程
</li>
</ul>
</section>
<section class="skill">
<h2>技能</h2>
<dl class="skill-item">
<dt class="skill-title-1">Web前端</dt>
<dt class="skill-title-2">HTML/CSS</dt>
<dd>
使用语义化的
<strong>HTML</strong> 标签对搜索引擎更加友好
</dd>
<dd>
模块化的
<strong>CSS(BEM)</strong>可以让
<strong>CSS</strong> 也变得更加可读
</dd>
<dd>
使用
<strong>flex</strong>
布局可以更加方便的实现水平垂直居中/平均分布等常见的布局
</dd>
<dd>
使用过了 <strong>Stylus</strong> /
<strong>Sass</strong> /
<strong>Less</strong> 等
CSS预处理器,可以让我在写CSS的时候更爽
</dd>
<dt class="skill-title-2">JavaScript</dt>
<dd>
熟悉原生JavaScript,能够熟练使用
<strong>JQuery</strong> /
<strong>lodash</strong>
等库完成传统的前端页面制作
</dd>
<dd>
使用
<strong>ES6</strong> 语法编写更加简洁的代码
</dd>
<dd>
熟练掌握 <strong>promise</strong> 以及
<strong>async</strong> /
<strong>await</strong> 等异步编程模式
</dd>
<dt class="skill-title-2">框架</dt>
<dd>
熟练掌握
<strong>React</strong>
以及相关技术栈(<strong>React</strong> /
<strong>React-Native</strong> /
<strong>Redux</strong> /
<strong>React-Router</strong> /
<strong>React-Navigation</strong> /
<strong>Antd Design</strong> 等)
</dd>
<dd>
熟练掌握
<strong>Vue</strong> 以及相关技术栈(<strong
>Vue</strong
>
/ <strong>Vuex</strong> /
<strong>Vue-Router</strong> /
<strong>Element-ui</strong> 等)
</dd>
<dt class="skill-title-2">小程序</dt>
<dd>
可以熟练地使用原生小程序框架进行开发
</dd>
<dd>
这些 <strong>minUi</strong> /
<strong>zanUi</strong> /
<strong>weiUi</strong>
ui框架可以让我的小程序更漂亮美观
</dd>
<dd>
熟练使用 <strong>mp-vue</strong> /
<strong>wepy</strong> 小程序框架
</dd>
<dt class="skill-title-2">其他</dt>
<dd>
熟悉百度的 <strong>E-Charts</strong> /
<strong>高德地图</strong>
</dd>
<dd>
熟悉
<strong>Webpack</strong>
打包工具,也可以编写
<strong>node</strong> 脚本并通过
<strong>npm script</strong>
实现自动化任务,<strong>git hooks</strong>
和持续集成也能玩玩
</dd>
<dd>
了解过一些
<strong>Canvas</strong>
的知识并且有过实践经验
</dd>
<dd>
使用
<strong>jest</strong>
对封装的通用代码做单元测试
</dd>
</dl>
<dl class="skill-item">
<dt class="skill-title-1">Web后端</dt>
<dt class="skill-title-2">NodeJs</dt>
<dd>
编写Node脚本来实现自动化任务
</dd>
<dd>
使用Node写过一个demo的
<strong>RESTful</strong> 风格的api
</dd>
<dt class="skill-title-2">Python</dt>
<dd>
了解Python语法,以及一些包的使用
</dd>
<dd>
可以使用Python去做一些简单的
<strong>爬虫</strong
>,爬取一些自己想要了解的数据
</dd>
<dd>
可以使用Python操作 <strong>excel</strong> /
<strong>word</strong> 等文档
</dd>
</dl>
</section>
<section class="skill">
<h2>工作经验</h2>
<ul>
<li>
<div class="work-placeholder"></div>
</li>
<li>
<span class="work-year"
>2016.9 - 2017.3</span
><span class="work-circle circle"></span
><span class="work-title"
>碧海银帆科技有限公司
</span>
</li>
<li class="work-content">前端开发+ui设计</li>
<li>
<div class="work-placeholder"></div>
</li>
<li>
<span class="work-year"
>2017.3 - 2018.3</span
><span class="work-circle circle"></span
><span class="work-title"
>九灯网络科技有限公司</span
>
</li>
<li class="work-content">
前端开发+php开发+小程序开发
</li>
<li>
<span class="work-year"
>2018.3 - 2018.5</span
><span class="work-circle circle"></span
><span class="work-title"
>杭州质选科技有限公司</span
>
</li>
<li class="work-content">前端开发(vue)</li>
<li>
<span class="work-year"
>2018.5 - 2019.3</span
><span class="work-circle circle"></span
><span class="work-title"
>上海乾达农业科技有限公司</span
>
</li>
<li class="work-content">
前端开发(React+React/Native)
</li>
</ul>
</section>
<section class="skill">
<h2>自我介绍</h2>
<dl class="skill-item">
<dt class="skill-title-2">目前在公司的职责</dt>
<dd>
负责公司管理后台、手机客户端和移动端H5的开发
</dd>
<dd>
负责开发基础组件以提高公司内部的开发效率,参与复杂需求的设计和开发
</dd>
<dd>
负责对新技术进行调研,推动公司内部技术栈的更新,制定代码规范
</dd>
<dt class="skill-title-2">我的优势</dt>
<dd>
具有自我驱动力,自主的去学习新技术,渴望成长成为一名技术大牛
</dd>
<dd>
关注掘金知乎等技术社区,了解前端发展动向
</dd>
<dd>
英语还可以,学习的Nodejs视频是一个全英语的视频,能听懂70%以上,也可以阅读英文文档
</dd>
<dd>
我有一个支持我走到今天的女朋友,还有一只可爱到爆的猫,她们充实了我的生活,给了我力量,每当感觉到压力大时,见到她们又重新充满信心和力量
</dd>
</dl>
</section>
</article>
<article>
<section class="project">
<h2>项目经验</h2>
<ul>
<li>
<dl>
<dd>
2017.3 - 2017.9<span>团队项目</span>
</dd>
<dt>
<span class="circle"></span
>飞灯微信商城
</dt>
<dd>
<span class="key-point jquery-color"
>JQuery</span
>
<span class="key-point html5-color"
>HTML5</span
>
<span class="key-point css3-color"
>CSS3</span
>
<span class="key-point other-color"
>WeiUi</span
>
</dd>
<dd>
<ul>
<li>
使用 HTML5 、CSS3 和
weiui,完成布局
</li>
<li>
使用 JQuery 挖成页面的交互
</li>
<li>
调用微信的支付接口、分享接口
</li>
<li>
功能完备的h5商城,微运营系统
</li>
</ul>
</dd>
</dl>
</li>
<li>
<dl>
<dd>
2017.9 - 至今(2018.3)<span
>独立开发</span
>
</dd>
<dt>
<span class="circle"></span
>飞灯微信商场(小程序版)
</dt>
<dd>
<span class="key-point html5-color"
>wxml</span
>
<span class="key-point css3-color"
>wxss</span
>
<span class="key-point other-color"
>minui</span
>
<span class="key-point other-color"
>zanui</span
>
<span class="key-point other-color"
>weiui</span
>
</dd>
<dd>
<ul>
<li>
使用 wxml 和 wxss 进行布局
</li>
<li>
使用大量的小程序 api ,并对
request 进行二次封装
</li>
<li>
尝试了minui/zanui/weiui三种ui框架,并且根据项目需求使用了对应的组件,有部分组件进行了源码上的修改,以满足项目需求
</li>
</ul>
</dd>
</dl>
</li>
<li>
<dl>
<dd>
2017.11 - 2018.1<span
>独立开发</span
>
</dd>
<dt>
<span class="circle"></span
>飞灯好运(小程序)
</dt>
<dd>
<span class="key-point other-color"
>promise</span
>
<span class="key-point other-color"
>canvas</span
>
<span class="key-point other-color"
>minui</span
>
<span class="key-point other-color"
>zanui</span
>
<span class="key-point other-color"
>weiui</span
>
</dd>
<dd>
<ul>
<li>
使用canvas本地绘制分享图片
</li>
<li>
项目中多处使用了promise进行异步操作
</li>
<li>
尝试了minui/zanui/weiui三种ui框架,并且根据项目需求使用了对应的组件,有部分组件进行了源码上的修改,以满足项目需求
</li>
</ul>
</dd>
</dl>
</li>
<li>
<dl>
<dd>
2018.4 - 2018.5<span>独立开发</span>
</dd>
<dt>
<span class="circle"></span
>宴遇会员小程序
</dt>
<dd>
<span class="key-point other-color"
>min-cli</span
>
<span class="key-point other-color"
>sass</span
>
<span class="key-point other-color"
>min-ui</span
>
</dd>
<dd>
<ul>
<li>
使用min-cli脚手架搭建项目
</li>
<li>
使用async、await控制程序的异步逻辑
</li>
<li>
对基础组件进行封装和复用
</li>
</ul>
</dd>
</dl>
</li>
<li>
<dl>
<dd>
2018.3 - 2018.5<span>独立开发</span>
</dd>
<dt>
<span class="circle"></span
>米动商城h5(vue)
</dt>
<dd>
<span class="key-point vue-color"
>vue</span
>
<span class="key-point other-color"
>less</span
>
<span class="key-point other-color"
>flexible</span
>
<span class="key-point other-color"
>better-scroll</span
>
</dd>
<dd>
<ul>
<li>
使用 HTML5 、CSS3 和
weiui,完成布局
</li>
<li>
使用 JQuery 挖成页面的交互
</li>
<li>
调用微信的支付接口、分享接口
</li>
<li>
功能完备的h5商城,微运营系统
</li>
</ul>
</dd>
</dl>
</li>
<li>
<dl>
<dd>
2018.3 - 2018.5<span>独立开发</span>
</dd>
<dt>
<span class="circle"></span
>米动商城运营管理后台
</dt>
<dd>
<span class="key-point vue-color"
>vue</span
>
<span class="key-point other-color"
>less</span
>
<span class="key-point other-color"
>element-ui</span
>
</dd>
<dd>
<ul>
<li>使用vue全家桶作为技术栈</li>
<li>使用less预处理器</li>
<li>
使用
element-ui、echarts、vee-validate等vue周边工具
</li>
<li>
使用vue-awesome-swiper、vue-wangeditor、vuedraggable等库完成相应的业务组件开发
</li>
</ul>
</dd>
</dl>
</li>
<li>
<dl>
<dd>
2018.5 - 2019.3<span>团队主导</span>
</dd>
<dt>
<span class="circle"></span
>大田农服后台管理系统
</dt>
<dd>
<span class="key-point vue-color"
>React</span
>
<span class="key-point other-color"
>Antd Design</span
>
<span class="key-point other-color"
>Redux</span
>
<span class="key-point other-color"
>React Router</span
>
</dd>
<dd>
<ul>
<li>
该项目是公司业务运营端的核心,肩负着调度飞行任务,订单管理,人员管理,系统管理,财务管理等核心任务
</li>
<li>
使用create-react-app搭建项目,React全家桶开发
</li>
<li>
使用styled-component处理样式
</li>
<li>
使用redux管理状态
</li>
</ul>
</dd>
</dl>
</li>
<li>
<dl>
<dd>
2018.5 - 2019.3<span>团队主导</span>
</dd>
<dt>
<span class="circle"></span
>大田农服H5
</dt>
<dd>
<span class="key-point vue-color"
>React</span
>
<span class="key-point other-color"
>Antd Design Mobile</span
>
<span class="key-point other-color"
>Redux</span
>
<span class="key-point other-color"
>React Router</span
>
</dd>
<dd>
<ul>
<li>
该项目是公司业务面向客户的核心,提供客户下单,指定作业计划,付款结算,管理销售人员等重要功能
</li>
<li>
使用create-react-app搭建项目,React全家桶开发
</li>
<li>
使用styled-component处理样式
</li>
<li>
使用redux管理状态
</li>
</ul>
</dd>
</dl>
</li>
<li>
<dl>
<dd>
2018.5 - 2019.3<span>独立开发</span>
</dd>
<dt>
<span class="circle"></span
>大田农服飞手App(IOS/安卓)
</dt>
<dd>
<span class="key-point vue-color"
>React Native</span
>
<span class="key-point other-color"
>Antd Design RN</span
>
<span class="key-point other-color"
>Redux</span
>
<span class="key-point other-color"
>React Navigation</span
>
</dd>
<dd>
<ul>
<li>
该项目是是提供给飞手和飞防队使用的,提供了接受飞行作业,管理无人机、飞防队,资金账户,实名认证等功能
</li>
<li>
使用create-react-native-app搭建项目,React全家桶开发
</li>
<li>
使用styled-component处理样式
</li>
<li>
使用redux管理状态
</li>
</ul>
</dd>
</dl>
</li>
</ul>
</section>
</article>
</article>
</main>
<footer>
© 2018 - 2019 luwei;
<a href="doc/resume.pdf">Dowmload PDF version</a>
</footer>
</div>
</body>
</html>