-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
47 lines (45 loc) · 2.16 KB
/
about.html
File metadata and controls
47 lines (45 loc) · 2.16 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
<?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 - About</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>About</h1>
<p></p>
<div class="Dorfblock">
Leif has been fine lately. He had an acceptible flight recently .He visited with a family member recently. He admired a legendary painting recenty. He talked with a friend recently. He had a legendary drink recently. He had a fine meal lately. He was annoyed by the lack of chairs lately. He was annoyed by GCC recently. He complained about the lack of complete C++11 support in VC++ recently.
</div>
<p>I’m Leif Grele, a mathematician, programmer, and game design aficionado from Central Pensylvania currently living near Seattle. I have a B.S. in Mathematics from Penn State, where I also spent two years as an intern at the Applied Research Laboratory. I enjoy Ultimate Frisbee, cooking, and writing weird stuff.</p>
</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>