-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchive.html
80 lines (80 loc) · 3.4 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!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>Miles
</title>
<link rel="alternate" href="http://localhost:8080/feed.xml" type="application/rss+xml">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Ropa+Sans:400,400italic|Droid+Serif:400,700italic|Hammersmith+One|Scada:400italic,400|Francois+One">
<link rel="stylesheet" href="/style/main.css">
</head>
<body>
<div class="container fill">
<div class="row fill">
<div class="col-md-8 col-sm-8 col-xs-12">
<div class="row">
<div id="content">
<div class="content-wrap">
<section class="archive">
<h2>Archive</h2>
<ul>
<li><span style="line-height:6.6000000000000005em" class="year-label">2014</span>
<ul style="margin-left:4em">
<li><span style="line-height:6.6000000000000005em" class="month-label">February</span>
<ul style="margin-left:7em">
<li style="height:2.2em;line-height:2.2em;"><a href="/articles/a-quick-lesson-in-regex/">A Quick Lesson in Regex</a></li>
<li style="height:2.2em;line-height:2.2em;"><a href="/articles/paradise/">A Squatter's Paradise</a></li>
<li style="height:2.2em;line-height:2.2em;"><a href="/articles/hello-world/">Hello World?</a></li>
</ul>
</li>
</ul>
</li>
<li><span style="line-height:2.2em" class="year-label">2012</span>
<ul style="margin-left:4em">
<li><span style="line-height:2.2em" class="month-label">February</span>
<ul style="margin-left:7em">
<li style="height:2.2em;line-height:2.2em;"><a href="/articles/markdown-syntax/">Markdown syntax</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</section>
</div>
</div>
</div>
<div class="row">
<footer>
<section class="about">
</section>
<section class="copy">
<p>© 2014 Miles — powered by <a href="https://github.com/jnordberg/wintersmith">Wintersmith</a>
</p>
</section>
</footer>
</div>
</div>
<div class="col-md-4 col-sm-4 hidden-xs fill">
<div class="sidebar">
<header class="header">
<div class="row">
<div class="logo"><a href="http://localhost:8080">Miles</a></div>
<div class="sub">Making things</div>
</div>
<div class="row">
<div class="menu">
<li><a href="/">Blog</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/portfolio">Portfolio</a></li>
<li><a href="/about">About</a></li>
</div>
</div>
</header>
</div>
</div>
</div>
</div>
</body>
</html>