-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathabout.html
68 lines (60 loc) · 3.09 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About - The Life Monadic</title>
<link rel="stylesheet" href="//cdn.jsdelivr.net/pure/0.4.2/pure-min.css" />
<link rel="stylesheet" type="text/css" href="./css/skin.css" />
<link rel="stylesheet" type="text/css" href="./css/default.css" />
<link rel="stylesheet" type="text/css" href="./css/syntax.css" />
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="manifest" href="./site.webmanifest">
<link rel="mask-icon" href="./safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#603cba">
<meta name="theme-color" content="#f1e7f6">
<!-- Twitter card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@duplode" />
<meta name="twitter:title" content="About" />
</head>
<body class="pure-skin-duplode">
<div class="pure-g-r">
<div class="pure-u-1-4">
<div id="navigation" class="no-print">
<div class="pure-menu pure-menu-open">
<a class="pure-menu-heading menu-title">
The Life<br>
Monadic<br>
<span class="menu-subtitle">by duplode</span>
</a>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./posts.html">Posts</a></li>
<li><a href="./about.html">About</a></li>
<li><a href="./rss.xml">RSS</a></li>
</ul>
</div>
</div>
</div>
<div class="pure-u-3-4">
<div id="content">
<h1>About</h1>
<p>I am Daniel Mlot, a Brazilian citizen, philosophy student and Haskell hacker. Around the Internet I am best known as Duplode (capitalisation optional). I can be spotted in locations such as:</p>
<ul>
<li><a href="https://github.com/duplode">GitHub</a>, where you can find the <a href="https://github.com/duplode/duplode.github.io/tree/sources">sources of this blog</a>.</li>
<li><a href="https://en.wikibooks.org/wiki/User:Duplode">Wikibooks</a>, where I watch over and contribute to the Haskell Wikibook.</li>
<li><a href="http://stackoverflow.com/users/2751851/duplode">Stack Overflow</a>. There, I can occasionaly be found hanging around the Haskell tag.</li>
<li><a href="http://zak.stunts.hu">ZakStunts</a>, the hub for all things Stunts. What is <a href="http://wiki.stunts.hu">Stunts</a>, you ask? It is the best racing game ever.</li>
</ul>
</div>
<div id="footer" class="no-print">
<p>Powered by <a href="http://jaspervdj.be/hakyll">Hakyll</a></p>
</div>
</div>
</div>
</body>
</html>