-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (35 loc) · 1.96 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>Lin's Homepage</title>
<meta name="description" content="Lin's Homepage">
<link rel="icon" href="favicon.ico">
<!-- build:css css/style.css -->
<link rel="stylesheet" href="styles/main.css" />
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hint.css/2.2.0/hint.base.min.css">
<!-- endbuild -->
</head>
<body>
<header>
<div><img src="1.png" height="100" width="100" style="border-radius:30px"/></div>
<h1>欢迎!</h1>
<h2><span id="intro">我是</span><span class="cursor">|</span></h2>
<nav>
<span><a class="hint--bottom" data-hint="blog" href="http://lxwme.com"><i class="fa fa-file-text-o fa-3x" style="color: gainsboro;"></i></a></span>
<span><a class="hint--bottom" data-hint="github" href="https://github.com/youzhixiaomutou"><i class="fa fa-github fa-3x" style="color: gainsboro;"></i></a></span>
<span><a class="hint--bottom" data-hint="steam" href="http://steamcommunity.com/profiles/76561198096598009"><i class="fa fa-steam-square fa-3x" style="color: gainsboro;"></i></a></span>
<span><a class="hint--bottom" data-hint="weibo" href="http://weibo.com/1517228582"><i class="fa fa-weibo fa-3x" style="color: gainsboro;"></i></a></span>
<span><a class="hint--bottom" data-hint="e-mail" href="mailto:[email protected]"><i class="fa fa-envelope fa-3x" style="color: gainsboro;"></i></a></span>
</nav>
</header>
<!-- build:js js/app.js -->
<script src="scripts/pixi.js" type="text/javascript"></script>
<script src="scripts/quicksketch.min.js" type="text/javascript"></script>
<script src="scripts/introBG.js" type="text/javascript"></script>
<script src="scripts/typing.min.js" type="text/javascript"></script>
<script src="scripts/init.js" type="text/javascript"></script>
<!-- endbuild -->
</body>
</html>