-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
136 lines (122 loc) · 3.85 KB
/
Copy pathindex.html
File metadata and controls
136 lines (122 loc) · 3.85 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Vinjay's ZONE</title>
<meta charset="utf-8">
<meta name="author" content="pixel">
<meta name="description" content="Vinjay's ZONE"/>
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/fancybox-thumbs.css">
<link rel="stylesheet" type="text/css" href="css/fancybox-buttons.css">
<link rel="stylesheet" type="text/css" href="css/fancybox.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/fancybox.js"></script>
<script type="text/javascript" src="js/fancybox-buttons.js"></script>
<script type="text/javascript" src="js/fancybox-media.js"></script>
<script type="text/javascript" src="js/fancybox-thumbs.js"></script>
<script type="text/javascript" src="js/wow.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</head>
<body>
<section class="billboard light">
<header class="wrapper light">
<a href="#"><img class="logo" src="img/logo_light.png" alt=""/></a>
<nav>
<ul>
<li><a href="./miniblog/">Blog</a></li>
<li><a href="http://gongyi.baidu.com/new_act.html">Link</a></li>
<li><a href="./cv.pdf">About</a></li>
</ul>
</nav>
</header>
<div class="caption light animated wow fadeInDown clearfix">
<h1>Vinjay's ZONE</h1>
<p>无谓得失</p>
<hr>
</div>
<div class="shadow"></div>
</section><!-- End billboard -->
<section class="blog_posts">
<div class="wrapper">
<div class="title animated wow fadeIn">
<h2>Recent Posts</h2>
<h3><s>the most recent</s> (old) posts from my blog</h3>
<hr class="separator"/>
</div>
<ul class="clearfix">
<li class="animated wow fadeInDown">
<div class="media">
<div class="date">
<span class="day">25</span>
<span class="month">Dec.</span>
</div>
<a href="./miniblog/ombsu5.html">
<img src="img/icon1.png" alt=""/>
</a>
</div>
<a href="./miniblog/ombsu5.html">
<h1>Letv C21机顶盒越狱</h1>
</a>
</li>
<li class="animated wow fadeInDown" data-wow-delay=".2s">
<div class="media">
<div class="date">
<span class="day">23</span>
<span class="month">Mar.</span>
</div>
<a href="./miniblog/cewey4.html">
<img src="img/icon1.png" alt=""/>
</a>
</div>
<a href="./miniblog/cewey4.html">
<h1>FIRST LEGO League</h1>
</a>
</li>
<li class="animated wow fadeInDown" data-wow-delay=".6s">
<div class="media">
<div class="date">
<span class="day">31</span>
<span class="month">Dec.</span>
</div>
<a href="./miniblog/denwhw.html">
<img src="img/icon1.png" alt=""/>
</a>
</div>
<a href="./miniblog/denwhw.html"><h1>我的信息学竞赛历程</h1>
</a>
</li>
<li class="animated wow fadeInDown" data-wow-delay=".4s">
<div class="media">
<div class="date">
<span class="day"></span>
<span class="month">↻</span>
</div>
<a href="#">
<img src="img/icon1.png" alt=""/>
</a>
</div>
<a href="#">
<h1>UP⇧</h1>
</a>
</li>
</ul>
</div>
</section><!-- End blog_posts -->
<footer>
<div class="wrapper">
<div class="rights">
<img src="img/footer_logo.png" alt="" class="footer_logo"/>
<h2>β. All Rights Reserved 2014</h2>
</div>
<nav>
<ul>
<li><a href="./miniblog/"></a></li>
</ul>
</nav>
</div>
</footer><!-- End footer -->
<!-- <script src='../ga.js'></script> -->
</body>
</html>