-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
336 lines (270 loc) · 7.58 KB
/
index.html
File metadata and controls
336 lines (270 loc) · 7.58 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
<!DOCTYPE html>
<html lang="zh-CN">
<!-- Head tag -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--Description-->
<meta name="description" content="个人博客、blog、日记、daily、杂记、mysql、oracle、java、python、spring、springmvc、quartz、jvm、">
<!--Author-->
<meta name="author" content="longjie">
<!--Open Graph Title-->
<meta property="og:title" content="项目"/>
<!--Open Graph Description-->
<meta property="og:description" content="个人博客、blog、日记、daily、杂记、mysql、oracle、java、python、spring、springmvc、quartz、jvm、" />
<!--Open Graph Site Name-->
<meta property="og:site_name" content="Bug Maker' Blog"/>
<!--Type page-->
<meta property="og:type" content="article" />
<!--Page Cover-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- 百度统计 -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?c0451e16533956173997b85f7a8de666";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- Title -->
<title>项目 - Bug Maker' Blog</title>
<link rel="shortcut icon" href="/images/logo.ico">
<!--font-awesome-->
<link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Custom CSS/Sass -->
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<!-- Nav -->
<header class="site-header">
<div class="header-inside">
<div class="logo">
<a href="/" rel="home">
<img src="http://pa3mctxwu.bkt.clouddn.com/ico.jpg" alt="Bug Maker' Blog" height="60">
</a>
</div>
<a class="header-name" href="/">
<span>Bug Maker' Blog</span>
</a>
<!-- navbar -->
<nav class="navbar">
<!-- nav links -->
<div class="collapse">
<ul class="navbar-nav">
<li>
<a href="/.">
<i class="fa fa-home "></i>
首页
</a>
</li>
<li>
<a href="/archives">
<i class="fa fa-archive "></i>
归档
</a>
</li>
<li>
<a href="/about">
<i class="fa fa-user "></i>
关于
</a>
</li>
<li>
<a href="/project">
<i class="fa fa-folder-open "></i>
项目
</a>
</li>
<li>
<a href="/photo">
<i class="fa fa-photo "></i>
相册
</a>
</li>
<li>
<a href="/guestbook">
<i class="fa fa-edit "></i>
留言
</a>
</li>
<li>
<a href="/atom.xml">
<i class="fa fa-send "></i>
RSS
</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</nav>
<div class="button-wrap">
<button class="menu-toggle">Primary Menu</button>
</div>
</div>
</header>
<!-- Main Content -->
<style>
#container {
margin: auto;
max-width: 1280px;
margin-top: 5em;
margin-bottom: 60px;
animation: cont 0.3s;
border-radius: 3px;
background-color: #fff;
padding: 20px 0px 15px 0px;
clear: both;
}
.about-me .counts, .about-me .profile {
border-bottom: 1px solid #eee;
margin: 0 0 3%;
padding: 0 0 3%;
text-align: center;
}
.about-me .avatar-450 {
width: 150px;
height: 150px;
text-align: center;
border-radius: 100%;
border: 3px solid #F2F5F7;
}
.avatar-450 {
width: 30%;
max-width: 150px;
height: auto;
border-radius: 100%;
}
.about-me .about-avatar, .about-me .info {
display: inline-block;
vertical-align: top;
letter-spacing: 0;
margin-top: -15px;
}
.about-me .info {
width: 30%;
padding-left: 15px;
}
.about-me .info h1 {
font-weight: 700;
font-size: 20px;
color: #333;
word-break: break-all;
}
.about-me .info h1, .about-me p {
color: rgba(0,0,0,.6);
width: 100%;
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
.repo-list{
list-style: none;
}
li.repo{
width: 32%;
display: inline-block;
border: 1px solid #ddd;
margin: 0.3%;
box-shadow: 0 0 8px 0 rgba(0,0,0,.25);
transition: all .3s linear;
}
li.repo:hover{
box-shadow: 0 0 18px 0 rgba(0,0,0,.5);
}
li.repo h2 {
margin-top: 20px;
padding: 10px 20px 5px;
color: #CE2323;
}
li.repo p.commit {
padding: 0 20px 20px;
font-size: 0.6em;
}
li p.fot{
margin: 0 20px 15px;
}
li span.pic{
position: relative;
top: 1px;
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
}
li span.language{
padding-left: 20px;
color: #767676;
}
@media all and (max-width:1440px){
#container{max-width:1100px}
.post-random .photo {width: 23%;}
}
@media (max-width: 999px) {
#container {
width: 95%;
margin-top: 2em;
}
}
@media screen and (max-width: 960px) {
li.repo {
display: block;
width: 85%;
margin: 10px auto;
}
}
@media (max-width: 720px) {
#container {
box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 0px 0px, rgba(0, 0, 0, 0.298039) 0px 0px 0px 0px;
width: 94%;
margin: 10px auto auto -3px;
padding: 15px;
}
}
</style>
<div id="container">
<div class="about-me about_mob" style="display: inherit;">
<div class="profile">
<img alt="" src="http://pa3mctxwu.bkt.clouddn.com/ico.jpg" class="avatar avatar-450 photo" height="450" width="450">
<div class="info aboutinfo">
<h1><span>Bug Maker' Blog</span>的代码库</h1>
<p>永远相信</p>
<p>美好的事情即将发生</p>
</div>
</div>
</div>
<div class="codeBox">
<ol class="repo-list">
<li class="repo">
<a href="" target="_blank">
<div class="content">
<h2 class="title">暂无</h2>
<p class="commit">以后会有的</p>
<p class="fot">
<span class="pic" style="background-color: #f1e05a;"></span><span class="language"></span>
</p>
</div>
</a>
</li>
</ol>
</div>
</div>
<!-- Footer -->
<!-- Footer -->
<footer class="site-info">
<p>
<span>Bug Maker' Blog © 2018 - 2018</span>
</p>
<p>
<span>Powered by <a href="https://hexo.io/">Hexo</a> with Theme believe</span>
</p>
<script async src="//dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
本站总访问量<span id="busuanzi_value_site_pv"></span>次
<!-- 本站访客数<span id="busuanzi_value_site_uv"></span>人次 -->
</footer>
<!-- After footer scripts -->
<!-- scripts -->
<script src="/js/app.js"></script>
</body>
</html>