-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
63 lines (51 loc) · 2.24 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
<?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" />
<title>tatterdemalion - tatterdemalion: writings by stuart popejoy</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" type="text/css" href="./fonts/Sans/cmun-sans.css" />
<link rel="stylesheet" type="text/css" href="./fonts/cmun-serif.css" />
<link rel="stylesheet" type="text/css" href="./fonts/SerifSlanted/cmun-serif-slanted.css" />
<!-- <link rel="stylesheet" type="text/css" href="/css/screen.css"/> -->
<link rel="stylesheet" type="text/css" href="./css/syntax.css" />
<link rel="stylesheet" type="text/css" href="./css/default.css" />
</head>
<body>
<div id="header">
<div id="lefty">
<a class="header_a" href="./">tatterdemalion</a>
</div>
<div id="navigation">
<a href="./archive.html" class="header_a">archive</a>
</div>
</div>
<div id="content">
<h1>tatterdemalion: writings by stuart popejoy</h1>
<ul>
<li>
<a href="./posts/Pleonid.html">Algorithmic Compositional Techniques Developed for "Pleonid"</a> - October 30, 2016
</li>
<li>
<a href="./posts/Effectful02.html">Effectful Haskell: Reader, Transformers, Typeclasses</a> - August 25, 2015
</li>
<li>
<a href="./posts/Effectful01.html">Effectful Haskell: IO, Monads, Functors</a> - May 24, 2015
</li>
<li>
<a href="./posts/2015-04-10-Types.html">Types & Kinds</a> - April 10, 2015
</li>
<li>
<a href="./posts/2014-11-27-FunctionApplicationDefinition.html">Function Application and Definition</a> - November 27, 2014
</li>
</ul>
</div>
<div id="footer">
<div id="lefty">
<a href="https://github.com/slpopejoy/tatterdemalion">sources</a>
</div>
<a href="http://jaspervdj.be/hakyll">hakyll</a>
</div>
</body>
</html>