-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (56 loc) · 1.95 KB
/
index.html
File metadata and controls
57 lines (56 loc) · 1.95 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="jqling.github.io : ">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="renderer" content="webkit">
<meta http-equiv="Cache-Control" content="no-transform" />
<link rel="icon" type="image/x-icon" href="images/favicon.ico" sizes="42*42">
<!--[if lt IE 9]>
<script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="css/style.css">
<title>桃之夭夭 - GitHub</title>
</head>
<body>
<div class="box">
<header>
<h1><span class="name">桃之夭夭</span></h1>
</header>
<div class="main">
<ul id="list" class="clearfix">
<li>
<a href="home.html" class="link" target="_blank" title="home">
<img class="icon home" src="images/home.jpg" alt="home">
<p class="title home_title hide">Home</p>
</a>
</li>
<li>
<a id="blog" class="link" href="https://jqling.github.io/blog/" title="blog">
<img class="icon blog" src="images/blog.jpg" alt="blog">
<p class="title blog_title hide">Blog</p>
</a>
</li>
<li>
<a href="resume.html" class="link" target="_blank" title="resume">
<img class="icon resume" src="images/resume.jpg" alt="resume">
<p class="title resume_title hide">Resume</p>
</a>
</li>
</ul>
</div>
<footer>桃之夭夭 - All rights reserved.
<a target="_blank" href="https://github.com/JQLing">
<img src="images/github.jpg" alt="桃之夭夭的github" title="Follow me on github">
</a>
<a target="_blank" href="http://mail.qq.com/cgi-bin/qm_share?t=qm_mailme&email=-c-Ey8TOzcnJyc_9jIzTnpKQ" style="text-decoration:none;" title="contact me">
<img src="images/email.png" alt="桃之夭夭的电子邮件" />
</a>
</footer>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/index.js"></script>
</body>
</html>