-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (90 loc) · 3.14 KB
/
index.html
File metadata and controls
109 lines (90 loc) · 3.14 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
<!DOCTYPE HTML>
<html>
<head>
<title>GuoJing's Blog|只要心还跳</title>
<meta charset="utf-8" />
<link rel="alternate" type="application/atom+xml" title="Recent Entries" href="/feed.xml">
<link rel="icon" href="/images/icons/avatar.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style/css/bootstrap.css" type="text/css" media="screen">
<link rel="stylesheet" href="/style/css/syntax.css" type="text/css" media="screen">
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/a4886db82ff53055a16115789/5d6f72260777c5e7e1b2e90e5.js");</script>
<script type="text/javascript" src="/style/jquery-1.7.1.min.js"></script>
<link rel="stylesheet" href="/style/style.css" type="text/css">
<script>
$(document).ready(function(){
$('.nav a').hover(
function(){
$(this).animate({opacity: 0.3}, 400)
},
function(){
$(this).animate({opacity: 1}, 400)
});
$('.justtitle a').hover(
function(){
$(this).animate({opacity: 0.3}, 400)
},
function(){
$(this).animate({opacity: 1}, 400)
});
});
function getURLParameter(name) {
return decodeURI(
(RegExp(name + '=' + '(.+?)(&|$)').exec(location.search)||[,null])[1]
);
}
</script>
<meta content="GuoJing的博客,开发、艺术、音乐、生活中的小灵感" name="description"/>
<meta content="设计,开发,思考,生活,豆瓣,读书,电影,音乐,游记" name="keywords"/>
</head>
<body>
<div class="all">
<div class="page clearfix">
<div class="index">
<!-- banner -->
<div class="col-sm-12 title banner">
<a href="/"><img src="/images/logo.png" style="max-height:16px"/></a>
<span class="item">
- <a href="/blog" style="font-size:12px">Posts</a>
- <a href="/about" style="font-size:12px">About</a>
- <a href="/books" style="font-size:12px">E-Books</a>
- <a href="https://instagram.com/soundbbg" style="font-size:12px">Instagram</a>
</span>
</div>
<!-- banner end -->
<!-- list title -->
<div class="col-sm-6 index_list_title">
What's NEW
</div>
<!-- list title end -->
<div class="col-sm-6 index_gallery">
<ul>
<li>
<div>
<div class="img_pannel"><img src="/images/index.jpg"/></div>
<div class="img_pannel_discription"><span>2019.9.6 - 请关注《疯》- <a href="/about">InThisMadWorld 公众号</a></span></div>
</div>
</li>
</ul>
</div>
<!-- list title -->
<!-- list title end -->
<!-- list -->
<div class="col-sm-2 index_list">
<div><span><b>NEWS</b></span></div>
<div style="padding-left:5px;">
<ul class="archive" style="font-size:14px">
<!-- -->
<li class="item">
+ <a href="/posts/love/" title="LOVE">LOVE</a>
</li>
</ul>
</div>
</div>
<!-- list end -->
<div class="col-sm-12 copyright"> Copy right @Guojing 2005-2019</div>
</div>
</div>
</div>
</body>
</html>