-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
274 lines (271 loc) · 14 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>x_x by xuehuan</title>
<link rel="stylesheet" href="./dist/css/index.css">
<link rel="stylesheet" href="./dist/css/iconfont.css">
</head>
<body>
<div class='contain'>
<section class='section intro'>
<div class='intro__left'>
<div class='avatar'></div>
<p class='intro-content'>前端技术在不断地更新,让我感受到了前端的活力,也是我喜欢前端开发的原因。希望能够接触更多有趣的、挑战性的工作。</p>
</div>
<div class='intro__right touch'>
<div class='item touch-item-wrap'>
<a href='https://github.com/lerhxx' target='__blank' title='github' class='touch-icon iconfont icon-github'></a>
</div>
<div class='item touch-item-wrap''>
<a href=' http://www.cnblogs.com/xxhuan/' target='__blank' title='blog' class='touch-icon iconfont icon-blog'></a>
</div>
<div class='item item-block'>
<span class='item-label'>Email: </span>
<span class='item-content-text'>[email protected]</span>
</div>
</div>
</section>
<section class='section projects'>
<h2 class='section__left section-label' id='project'>个人项目</h2>
<ol class='section__content section__content-link-wrap'>
<li class='projects-link-item'><a href='https://github.com/lerhxx/xue-cli'>hxue-cli</a></li>
</ol>
<label class='projects-label'>其它:</label>
<div class='section__content'>
<div class='item-wrapper imgresizer'>
<div class='content'>
<h3 class='title'>
<a href='https://github.com/lerhxx/imgProcessing' target='_blank'>imgProcessing</a>
</h3>
<p style='text-align: center'>
<a href='https://lerhxx.github.io/imgProcessing/index.html'
target='_blank'>Chrome扩展——图片裁剪压缩</a>
</p>
</div>
</div>
<div class='item-wrapper detector'>
<div class='content'>
<h3 class='title'>
<a href='https://lerhxx.github.io/shapDetector/shapeDetector.html' target='_blank'>Shape
Detector API</a>
</h3>
<p style='text-align: center'>
<a href='https://lerhxx.github.io/shapDetector/shapeDetector.html' target='_blank'>面部标记
Demo</a>
</p>
<p style='text-align: center'>
<a href='https://lerhxx.github.io/shapDetector/video.html' target='_blank'>video标记 Demo</a>
</p>
</div>
</div>
<div class='item-wrapper goBang'>
<div class='content'>
<h3 class='title'>
<a href='https://lerhxx.github.io/canvas/gobang/canvas.html' target='_blank'>五子棋</a>
</h3>
<p style='text-align: center'>
<a href='https://lerhxx.github.io/canvas/gobang/canvas.html' target='_blank'>canvas实现效果。</a>
</p>
<p style='text-align: center'>
<a href='https://lerhxx.github.io/canvas/gobang/dom.html' target='_blank'>dom实现效果。</a>
</p>
</div>
</div>
<div class='item-wrapper match'>
<div class='content'>
<h3 class='title'>
<a href='https://lerhxx.github.io/canvas/maze/match.html' target='_blank'>翻牌小游戏</a>
</h3>
<p>
canvas小游戏,Math.cos改变卡片宽度,模拟3D翻转效果。
</p>
</div>
</div>
<div class='item-wrapper teach'>
<div class='content'>
<h3 class='title'>
<a href='https://github.com/lerhxx/teaching-activities/tree/master/design'
target='_blank'>教研活动管理系统</a>
</h3>
<p>
毕业设计,Vue搭建SPA,express实现REST接口。
</p>
</div>
</div>
<div class='item-wrapper calendar'>
<div class='content'>
<h3 class='title'>
<a href='https://lerhxx.github.io/vue-datepicker/index.html' target='_blank'>自定义日历插件</a>
</h3>
<p>
基于vue开发的自定义日历开发。
</p>
</div>
</div>
<div class='item-wrapper maze'>
<div class='content'>
<h3 class='title'>
<a href='https://lerhxx.github.io/canvas/maze/filePath.html' target='_blank'>迷宫</a>
</h3>
<p>
普利姆随机生成迷宫,A*寻找任意两点间路线。
</p>
</div>
</div>
<div class='item-wrapper particle'>
<div class='content'>
<h3 class='title'>
<a href='https://lerhxx.github.io/canvas/maze/match.html' target='_blank'>粒子系统</a>
</h3>
<p>
随机生成粒子,相近的粒子相互连线,鼠标可控制一颗粒子的移动。
</p>
</div>
</div>
<div class='item-wrapper overall'>
<div class='content'>
<h3 class='title'>
<a href='https://lerhxx.github.io/x_x/photo-sphere-viewer.html' target='_blank'>3D 全景</a>
</h3>
<p>
基于photo-sphere-viewer.js开发的 3D 全景图,可全屏、自动/手动旋转。
</p>
</div>
</div>
</div>
</section>
<section class='section translate'>
<h2 class='section__left section-label' id='translate'>翻译</h2>
<div class='section__content'>
<div class='item'>
<div class='logo webgl-logo'></div>
<ul class='list'>
<li>
<a target='_blank'
href='https://github.com/lerhxx/webgl-fundamentals-zh/blob/master/misc/WebGL-2D-vs-3D-libraries.md'>WebGL-栅格化
vs 3D 库</a>
</li>
<li>
<a target='_blank'
href='https://github.com/lerhxx/webgl-fundamentals-zh/blob/master/misc/WebGL-3D-Textures.md'>WebGL
3D - 纹理</a>
</li>
<li>
<a target='_blank'
href='https://github.com/lerhxx/webgl-fundamentals-zh/blob/master/misc/WebGL-Animation.md'>WebGL-动画</a>
</li>
<li>
<a target='_blank'
href='https://github.com/lerhxx/webgl-fundamentals-zh/blob/master/misc/WebGL-Anti-Patterns.md'>WebGL反模式</a>
</li>
<li>
<a target='_blank'
href='https://github.com/lerhxx/webgl-fundamentals-zh/blob/master/misc/WebGL-Boilerplate.md'>WebGL示例</a>
</li>
<li>
<a target='_blank'
href='https://github.com/lerhxx/webgl-fundamentals-zh/blob/master/misc/WebGL-Resizing-the-Canvas.md'>WebGL调整
Canvas 尺寸</a>
</li>
<li>
<a target='_blank'
href='https://github.com/lerhxx/webgl-fundamentals-zh/blob/master/misc/WebGL-Setup-And-Installation.md'>WebGL的设置与安装</a>
</li>
<li>
<a target='_blank'
href='https://github.com/lerhxx/webgl-fundamentals-zh/blob/master/misc/WebGL-Using-2-or-More-Textures.md'>WebGL使用两个以上纹理</a>
</li>
<li>
<a target='_blank'
href='https://github.com/lerhxx/webgl-fundamentals-zh/blob/master/misc/WebGL-and-Alpha.md'>WebGL和
Alpha</a>
</li>
</ul>
</div>
<div class='item'>
<div class='logo zcfy-logo'></div>
<ul class='list'>
<li>
<a target='_blank'
href='http://zcfy.cc/article/understanding-the-critical-rendering-path-2452.html'>理解关键渲染路径</a>
</li>
<li>
<a target='_blank'
href='http://zcfy.cc/article/vue-vuex-getting-started-matt-bradford-medium-2415.html'>Vue
+ Vuex — 入门 – Matt Bradford – 中级</a>
</li>
<li>
<a target='_blank'
href='http://zcfy.cc/article/reactive-audio-webvr-css-tricks-2276.html'>WebVR 响应式音频 |
CSS-Tricks</a>
</li>
<li>
<a target='_blank'
href='http://zcfy.cc/article/polygon-feature-design-svg-animations-for-fun-and-profit-vox-product-blog-2197.html'>Polygon
的设计: SVG 动画的乐趣与益处</a>
</li>
<li>
<a target='_blank'
href='http://zcfy.cc/article/machine-learning-full-text-search-in-javascript-part-1-relevance-scoring-2128.html'>机器学习:JavaScript全文搜索(第一部分:关联得分)</a>
</li>
<li>
<a target='_blank'
href='http://zcfy.cc/article/hey-poker-face-8212-this-wi-fi-router-can-read-your-emotions-2102.html'>嘿,扑克脸
— 这个 Wi-Fi 路由可以知道你的情绪</a>
</li>
<li>
<a target='_blank'
href='http://zcfy.cc/article/the-beginner-s-guide-to-three-js-3370.html'>three.js
新手指南</a>
</li>
<!--<li>
</li>-->
<a target='_blank' href='http://zcfy.cc/@lerhxx/article' class='more'>更多</a>
</ul>
</div>
</div>
</section>
<section class='section exper'>
<h2 class='section-label' id='experience'>实习经验</h2>
<div class='section__content'>
<div class='item'>
<h3 class='item-label'>网易游戏</h3>
<div class='item-content'>
<p class='time'>时间:2016.12-2017.06</p>
<p>负责CC直播平台PC客户端前端开发。</p>
</div>
</div>
<div class='item'>
<h3 class='item-label'>腾讯</h3>
<div class='item-content'>
<p class='time'>时间:2016.07-2017.09</p>
<p>负责qq空间移动端UI开发。</p>
</div>
</div>
<div class='item'>
<h3 class='item-label'>广州唯陌科技有限公司</h3>
<div class='item-content'>
<p class='time'>时间:2016.12-2017.6</p>
<p>公司主要产品为搜车位。负责后台管理系统PC端及移动端前端开发。</p>
</div>
</div>
</div>
</section>
<section class='section exper'>
<h2 class='section-label' id='experience'>工作经验</h2>
<div class='section__content'>
<div class='item'>
<h3 class='item-label'>汕头市阿米巴网络科技有限公司</h3>
<div class='item-content'>
<p class='time'>时间:2017.10-至今</p>
<p>负责小程序、代发系统、商家管理系统、内部系统等前端开发</p>
</div>
</div>
</div>
</section>
</div>
</body>
</html>