-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex2.html
84 lines (81 loc) · 3.02 KB
/
index2.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
<!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 lerhxx</title>
<link rel="stylesheet" href="./public/style/index.css">
<!-- <script src="public/js/jquery.min.js"></script> -->
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
</head>
<body>
<div class='cover'>
<p>H I</p>
<span class='head'></span>
<p>HXH</p>
</div>
<div class='project' id='project'>
<h2>个人项目</h2>
<div class='item item'>
<img class='show three3D' src="public/images/1.gif">
<div class='intro'>
<p><a href='photo-sphere-viewer.html'>3D 全景浏览</a></p>
<p><a href='css3D.html'>CSS3 实现全景</a></p>
<p class='more'><a href='http://www.cnblogs.com/xxhuan/p/5878212.html'>了解更多</a></p>
</div>
</div>
<div class='item'>
<div class='intro' style='background-color: rgb(147,224,255);'>
<p><a href='http://webglfundamentals.org/'>WebGL fumdamentals</a></p>
<ul class='translate'>翻译:
<li><a href='https://github.com/lerhxx/webgl-fundamentals-zh/blob/master/misc/WebGL-Setup-And-Installation.md' alt='WebGL Setup and Installation'>WebGL Setup and Installation</a></li>
<li><a href='https://github.com/lerhxx/webgl-fundamentals-zh/blob/master/misc/WebGL-Boilerplate.md' alt='WebGL Boilerplate'>WebGL Boilerplate</a></li>
<li><a href='https://github.com/lerhxx/webgl-fundamentals-zh/blob/master/misc/WebGL-Resizing-the-Canvas.md' alt='WebGL-Resizing-the-Canvas'>WebGL-Resizing-the-Canvas</a></li>
</ul>
</div>
<div class='show'>
<div class='webgl'></div>
</div>
</div>
</div>
<div class='experience-box' id='experience'>
<h2>经历</h2>
<div class='experience'>
<p class='name'>腾讯 SNG</p>
<p>2016/07-2016/08</p>
<p>UI开发</p>
</div>
<div class='experience'>
<p class='name'>广州唯陌科技有限公司</p>
<p>2015/10-2016/04</p>
<p>前端开发</p>
</div>
</div>
<div class='intro-box' id='intro'>
<h2>介绍</h2>
<p>热爱前端,热爱新技术</p>
<p>最近对3D比较感兴趣,开始学习WebGL</p>
</div>
<div class='other-box' id='other'>
<h2>更多</h2>
<div class='other'>
<div class='item item-1'>
<a href='http://www.cnblogs.com/xxhuan/'><span class='logo'></span></a>
</div>
<div class='item item-2'>
<a href='http://www.jianshu.com/users/82edcf0e1106/latest_articles'><span class='logo'></span></a>
</div>
<div class='item item-3'>
<a href='https://git.oschina.net/lerhxx'><span class='logo'></span></a>
</div>
</div>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>