forked from guanix/rememberaaronsw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (86 loc) · 4.14 KB
/
index.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
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/tribute.js'></script>
{% include analytics.html %}
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta property="og:title" content="{{ page.title }}"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="http://farm3.staticflickr.com/2552/3835494997_edc2e1dc12.jpg"/>
<meta property="og:url" content="http://www.rememberaaronsw.com"/>
<meta property="og:site_name" content="Celebrating Aaron Swartz"/>
<meta property="og:admins" content="1800517"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="wrapper">
<header>
<h1>{{ page.title }}</h1>
{% include links.html %}
<div class='clearfix'></div>
</header>
<div id='main'>
<ul id='memories'>
{% for post in site.categories.statements %}
<li>
<article>
<header><h2>{{ post.title }}</h2></header>
<div>{{ post.content }}</div>
<footer>
<span class='date'><a href='{{ post.url }}'>{{ post.date | date: "%d %b %Y" }}</a></span>
</footer>
</article>
</li>
{% endfor %}
{% for post in site.categories.memories %}
<li>
<article class="{{ post.type }}">
<header>
<h2><a href='{{ post.url }}'>{{ post.title }}</a></h2>
<i class="quotemarker icon-quote-left"></i>
</header>
{% if post.type == 'image' %}
<div class="content"><a href="{{ post.url }}">{{ post.content }}</a></div>
{% else %}
<div class="content">{{ post.content }}</div>
{% endif %}
<footer>
<a href="{{ post.link || '#' }}">{{ post.author }}</a>
<span class='date'><a href='{{ post.url }}'>{{ post.date | date: "%d %b %Y" }}</a></span>
</footer>
</article>
</li>
{% endfor %}
</ul>
</div>
<footer>
<div class="share-buttons">
<div class="fb-like" data-href="http://www.rememberaaronsw.com/" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false"></div>
<a href="https://twitter.com/share" class="twitter-share-button" data-lang="en">Tweet</a>
</div>
<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>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="https://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</body>
</html>