-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchive.html
More file actions
92 lines (76 loc) · 3.46 KB
/
archive.html
File metadata and controls
92 lines (76 loc) · 3.46 KB
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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Also Sprach Leif - Archives</title>
<link rel="stylesheet" type="text/css" href="./css/default.css" />
</head>
<body>
<header>
<div id="logo">
<a href="./">Also Sprach Leif</a>
</div>
<nav>
<a href="./">Home</a>
<a href="./about.html">About</a>
<a href="./archive.html">Archive</a>
<a href="./atom.xml">Feed</a>
</nav>
<div id="tagline">
Math, Programming, Games, and whatever else I feel like
</div>
</header>
<div id="content">
<h1>Archives</h1>
Here you can find all my previous posts:
<ul>
<li>
<a href="./posts/switching-from-jekyll-bootstrap-to-hakyll.html">Switching from Jekyll Bootstrap to Hakyll</a> - April 2, 2015
</li>
<li>
<a href="./posts/lets-write-a-browser-engine-in-haskell-a-lens-interlude.html">Let's Write a Browser Engine in Haskell: a lens interlude</a> - January 20, 2015
</li>
<li>
<a href="./posts/lets-build-a-browser-engine-in-haskell-part-6.html">Let's Build a Browser Engine in Haskell: part 6</a> - November 19, 2014
</li>
<li>
<a href="./posts/lets-build-a-browser-engine-in-haskell-part-5.html">Let's Build a Browser Engine in Haskell: part 5</a> - October 1, 2014
</li>
<li>
<a href="./posts/lets-build-a-browser-engine-in-haskell-part-4.html">Let's Build a Browser Engine in Haskell: part 4</a> - September 23, 2014
</li>
<li>
<a href="./posts/lets-build-a-browser-engine-in-haskell-part-3.html">Let's Build a Browser Engine in Haskell: part 3</a> - September 19, 2014
</li>
<li>
<a href="./posts/lets-build-a-browser-engine-in-haskell-setting-up-tests.html">Let's Build a Browser Engine in Haskell: setting up tests</a> - September 14, 2014
</li>
<li>
<a href="./posts/lets-build-a-browser-engine-in-haskell-part-2.html">Let's Build a Browser Engine in Haskell: Part 2</a> - September 8, 2014
</li>
<li>
<a href="./posts/lets-build-a-browser-engine-in-haskell.html">Let's Build a Browser Engine in Haskell</a> - September 5, 2014
</li>
<li>
<a href="./posts/banner-sagafactions-multiplayer-rpgs-and-the-mechanics-of-speed.html">Banner Saga:Factions, multiplayer RPGs, and the mechanics of speed</a> - March 6, 2013
</li>
<li>
<a href="./posts/initial-post.html">Initial Post</a> - February 20, 2013
</li>
</ul>
</div>
<footer>
<div style="float: left; text-align: left;">
©Leif Grele
<br>
github.com/hrothen
</div>
<div>
Site proudly generated by
<a href="http://jaspervdj.be/hakyll">Hakyll</a>
</div>
</footer>
</body>
</html>