This repository has been archived by the owner on Mar 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchive.html
77 lines (76 loc) · 3.58 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
<!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>The Wintersmith's blog
</title>
<link rel="alternate" href="http://vtange.github.io/wintersmith-practice//feed.xml" type="application/rss+xml" title="Ramblings of an immor(t)al demigod">
<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="http://vtange.github.io/wintersmith-practice//css/main.css">
</head>
<body>
<header class="header">
<div class="content-wrap">
<div class="logo">
<h1><a href="http://vtange.github.io/wintersmith-practice/">The Wintersmith's blog</a></h1>
<p class="description">Ramblings of an immor(t)al demigod</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">2013</span>
<ul style="margin-left:4em">
<li><span style="line-height:4.4em" class="month-label">April</span>
<ul style="margin-left:7em">
<li style="height:2.2em;line-height:2.2em"><a href="/articles/hello-world/">README</a></li>
<li style="height:2.2em;line-height:2.2em"><a href="/articles/red-herring/">A red herring</a></li>
</ul>
</li>
</ul>
</li>
<li><span style="line-height:6.6000000000000005em" class="year-label">2012</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/another-test/">Code and stuff!</a></li>
</ul>
</li>
<li><span style="line-height:4.4em" 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>
<li style="height:2.2em;line-height:2.2em"><a href="/articles/bamboo-cutter/">Taketori Monogatari</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</section>
</div>
</div>
<footer>
<div class="content-wrap">
<section class="about"><p>Wintersmith is made by <a href="http://johan-nordberg.com">Johan Nordberg</a> and licensed under the <a href="http://opensource.org/licenses/MIT">MIT-license</a>.
This footer text can be edited in about.md</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat.</p>
<p>Duis aute irure dolor in reprehenderit in voluptate velit esse cillum
dolore eu fugiat nulla pariatur.</p>
<p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
deserunt mollit anim id est laborum.</p>
</section>
<section class="copy">
<p>© 2016 Someone — powered by <a href="https://github.com/jnordberg/wintersmith">Wintersmith</a>
</p>
</section>
</div>
</footer>
</body>
</html>