-
Notifications
You must be signed in to change notification settings - Fork 67
/
archive.html
50 lines (44 loc) · 2.07 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
---
title: Remember Aaron Swartz
---
<!DOCTYPE html>
<html>
<head>
<title>{{ page.title }}</title>
<link rel="stylesheet" href="/stylesheets/reset.css" />
<link rel="stylesheet" href="/stylesheets/tribute.css" />
<link rel="stylesheet" href="/stylesheets/font-awesome.css"/>
<link rel="alternate" type="application/rss+xml" href="rss.xml" title="Remember Aaron Swartz">
<link rel="icon" type="image/png" href="/images/aaronsw-icon.png">
<script src='http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.3.min.js'></script>
<script src='/javascript/jquery.wookmark.js'></script>
<script src='/javascript/jquery.imagesloaded.js'></script>
<script src='/javascript/base64.js'></script>
<script src='/javascript/underscore-min.js'></script>
<script src='/javascript/github.js'></script>
<script src='/javascript/tribute.js'></script>
{% include analytics.html %}
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<div id="wrapper">
<header>
<h1>{{ page.title }}</h1>
{% include links.html %}
<div class='clearfix'></div>
</header>
<div id='main'>
{% for post in site.categories.statements %}
<p style='padding: 3px'><a href='{{ post.url }}'>{{ post.title }} | {{ post.date | date: "%d %b %Y" }}</a></p>
{% endfor %}
{% for post in site.categories.memories %}
<p style='padding: 3px'><a href='{{ post.url }}'>{{ post.title }} | {{ post.date | date: "%d %b %Y" }}</a></p>
{% endfor %}
</div>
<footer>
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/deed.en_US">Creative Commons Attribution 3.0 Unported License</a>.
</footer>
</div>
</body>
</html>