forked from lerhxx/x_x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
235 lines (234 loc) · 10.2 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
<!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 xuehuna</title>
<link rel="stylesheet" href="./dist/css/index.css">
</head>
<body>
<nav class='navbar'>
<ul>
<li>
<a href="#intro">介绍</a>
</li>
<li>
<a href="#project">项目</a>
</li>
<li>
<a href="#translate">翻译</a>
</li>
<li>
<a href="#experience">实习经验</a>
</li>
<li>
<a href="#contact">联系方式</a>
</li>
</ul>
</nav>
<div class='contain'>
<section class='section intro'>
<h2 id='intro'>介绍</h2>
<p>前端技术在不断地更新,让我感受到了前端的活力,也是我喜欢前端开发的原因。希望能够接触更多有趣的、挑战性的工作。</p>
</section>
<section class='section projects'>
<h2 id='project'>项目</h2>
<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>
</section>
<section class='section translate'>
<h2 id='translate'>翻译</h2>
<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>
</section>
<section class='section exper'>
<h2 id='experience'>实习经验</h2>
<div class='item'>
<h3>网易游戏</h3>
<p class='time'>时间:2016.12-2017.06</p>
<p>主要负责CC直播平台PC客户端Web页面开发,技术栈:vue+sass+gulp。以及主播助手的维护、更新(jquery)。</p>
</div>
<div class='item'>
<h3>腾讯</h3>
<p class='time'>时间:2016.07-2017.09</p>
<p>主要负责qq空间移动端页面重构;实现动画效果,如好友纪念日等;主动提出优化方案。</p>
</div>
<div class='item'>
<h3>广州唯陌科技有限公司</h3>
<p class='time'>时间:2016.12-2017.6</p>
<p>公司主要产品为搜车位。我主要负责搜车位的后台管理系统的端前端开发,实现数据可视化、地图定位等。官网页面开发,兼容移动端。</p>
</div>
</section>
<section class='section touch'>
<h2 id='contact'>联系方式</h2>
<div style='display: flex;'>
<div class='item'>
<img src='./dist/imgs/github.png' />
<a href='https://github.com/lerhxx' title='github'>https://github.com/lerhxx</a>
</div>
<div class='item'>
<img src='./dist/imgs/blog.png' />
<a href='http://www.cnblogs.com/xxhuan/' title='blog'>http://www.cnblogs.com/xxhuan/</a>
</div>
<div class='item'>
<img src='./dist/imgs/gmail.png' />
<span>[email protected]</span>
</div>
</div>
</section>
</div>
<!-- <script src='./dist/js/particleSys.js'></script> -->
</body>
</html>