-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchive.html
56 lines (56 loc) · 2.15 KB
/
archive.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>I'm Kven
</title>
<link rel="alternate" href="http://imkven.github.io/feed.xml" type="application/rss+xml" title="Be humble, keep exploring">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Anonymous+Pro:400,700,400italic,700italic|Merriweather:400,700,300">
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<header class="header">
<div class="content-wrap">
<div class="logo">
<h1><a href="http://imkven.github.io">I'm Kven</a></h1>
<p class="description">Be humble, keep exploring</p>
</div>
</div>
</header>
<div id="content">
<div class="content-wrap">
<section class="archive">
<h2>Archive</h2>
<ul>
<li><span style="line-height:4.4em" class="year-label">2015</span>
<ul style="margin-left:4em">
<li><span style="line-height:2.2em" class="month-label">October</span>
<ul style="margin-left:7em">
<li style="height:2.2em;line-height:2.2em;"><a href="/articles/20151005-review-for-3-node-frameworks/">三个Node框架使用过后的心得</a></li>
</ul>
</li>
<li><span style="line-height:2.2em" class="month-label">April</span>
<ul style="margin-left:7em">
<li style="height:2.2em;line-height:2.2em;"><a href="/articles/20150415-Moved-to-github/">Moved to github</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</section>
</div>
</div>
<footer>
<div class="content-wrap">
<section class="about">
</section>
<section class="copy">
<p>© 2016 imkven — powered by <a href="https://github.com/jnordberg/wintersmith">Wintersmith</a>
</p>
</section>
</div>
</footer>
</body>
</html>