-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
110 lines (110 loc) · 4.27 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
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8">
<title>枳-fiona23的个人主页</title>
<link rel="shortcut icon" type="image/x-icon" href="img/icon.ico">
<link rel="stylesheet" href="css/default.css" type="text/css">
<link rel="stylesheet" href="css/main.css" type="text/css">
<style>
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-66365958-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<a href="http://fiona23.github.io/blog/2015/08/22/welcomepic/">
<canvas id="welcome"></canvas>
</a>
<div id="home-page" data-ownuser="@fiona23">
<div id="intro">
<div id="main-white">
<section>
<h1 class="title">枳</h1>
<ul id="navigation">
<li class="transparent-overlay" id="">
<a target="_blank" href="http://fiona23.github.io/Resume/">
<img src="img/resume.png" alt="简历">
</a>
</li>
<li class="transparent-overlay" id="about">
<a href="./about.html">
<img src="img/about.png" alt="关于">
</a>
</li>
<!-- <li class="transparent-overlay">
<a href="http://fiona23.github.io/gallery/">
<img src="img/gallery.png" alt="画廊">
</a>
</li> -->
<li class="transparent-overlay">
<a href="http://fiona23.github.io/blog/">
<img src="img/blog.png" alt="博客">
</a>
</li>
</ul>
</section>
</div>
<footer>
<div id="link">
<p class="transparent-overlay">
<a href="https://github.com/fiona23" target="_blank" class="icon-small icon-github" title="github"></a>
</p>
<p class="transparent-overlay">
<a href="http://weibo.com/2098325442/profile?topnav=1&wvr=6" class="icon-small icon-weibo" target="_blank" title="新浪微博"></a>
</p>
<p class="transparent-overlay">
<a href="http://www.douban.com/people/milamiyaff/" class="icon-small icon-douban" target="_blank" title="我的豆瓣"></a>
</p>
<p class="transparent-overlay">
<a href="mailto:[email protected]" class="icon-small icon-email" title="给我发邮件"></a>
</p>
</div>
</footer>
</div> <!-- end of intro -->
<section id="images">
<ul id="images-wrapper">
<li>
<p>车埕</p>
<img src="img/车埕.jpg" alt="">
</li>
<li>
<p>日月潭</p>
<img src="img/日月潭.jpg" alt="">
</li>
<li>
<p>花湖</p>
<img src="img/花湖.jpg" alt="">
</li>
<li>
<p>花莲</p>
<img src="img/花莲.jpg" alt="">
</li>
<li>
<p>葡萄风</p>
<img src="img/葡萄风信子.jpg" alt="">
</li>
<li>
<p>若尔盖</p>
<img src="img/蒲公英.jpg" alt="">
</li>
<!-- <li>
<p></p>
<img src="img/樱桃.jpg" alt="">
</li> -->
</ul>
</section>
</div> <!-- end of home-page -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript" src="js/util.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>