-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (69 loc) · 2.18 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
<!doctype html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="nonocast">
<!-- <link rel="shortcut icon" href="public/favicon.ico"> -->
<title>nonocast</title>
<link href="https://cdn.bootcss.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link href="./vendors/pygments/github.css" rel="stylesheet">
<link href="./vendors/typo.min.css" rel="stylesheet">
<link href="./css/theme-default.css" rel="stylesheet">
<script src="https://cdn.bootcss.com/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<style type="text/css" media="screen">
#foot-about {display: none; }
@media screen and (max-width: 760px) {
#navbar { display: none; }
#foot-about {display: block; }
h2 { margin-top: 0.2em !important; margin-bottom: 0.5em !important; }
}
</style>
</head>
<body class="typo">
<nav class="navbar navbar-bright">
<div class="container">
<div class="navbar-header navbar-left">
<a class="navbar-brand" href="/">nonocast</a>
</div>
<div id="navbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="/pages/about.html">About</a></li>
</ul>
</div>
</div>
</nav>
<div class="container main-container">
<!--
<li>
<span class="date">Nov 27, 2016</span>
<span> · </span>
<a href="#"> hello world</a>
</li>
-->
<div class="post">
<div class="content">
<div><h2>Articles</h2></div>
<ul class="archive-list">
<li>
<span class="date">Oct 07, 2016</span>
<span> · </span>
<a href="/pages/svg"> 采用SVG实现图形编辑器</a>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="footer">
<div class="footer-wrapper">
<hr>
<p> © · 2016-2017 <a href="http://nonocast.cn">nonocast</a><span></p>
<p id="foot-about"><a href="pages/about.html">About</a></p>
</div>
</div>
</div>
</body>
</html>