-
Notifications
You must be signed in to change notification settings - Fork 1
/
archive.html
49 lines (48 loc) · 1.94 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
<!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>Up In Code
</title>
<link rel="alternate" href="http://gjn.github.io/feed.xml" type="application/rss+xml" title="For every complex problem there is an answer that is clear, simple, and wrong.">
<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://gjn.github.io">Up In Code</a></h1>
<p class="description">For every complex problem there is an answer that is clear, simple, and wrong.</p>
</div>
</div>
</header>
<div id="content">
<div class="content-wrap">
<section class="archive">
<h2>Archive</h2>
<ul>
<li style="height: 2.2em" class="year"><span style="line-height: 2.2em" class="year-label last">2013</span>
<ul>
<li style="height: 2.2em" class="month"><span style="line-height: 2.2em" class="month-label last">August</span><a href="/articles/the-beginning/" style="line-height: 2.2em" class="last">The Beginning</a>
</li>
</ul>
</li>
</ul>
</section>
</div>
</div>
<footer>
<div class="content-wrap">
<section class="about"><p><a href="http://daringfireball.net/projects/markdown/syntax">Markdown Syntax</a></p>
</section>
<section class="copy">
<p>© 2013 gjn — powered by <a href="https://github.com/jnordberg/wintersmith">Wintersmith</a>
</p>
</section>
</div>
</footer>
</body>
</html>