-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·64 lines (55 loc) · 2.6 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
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Nels Nelson</title>
<meta http-equiv="Content-Language" content="en"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Nels Nelson" />
<meta name="keywords" content="Nels, Nelson, Nels Nelson, nelsnelson, nelsnelson.org, nelsnelson.com, nels.nelson, nels.n.nelson, website, web, resume, programmer, programming, computer, computers, tech, technology, IT, professional, code, coder, coding, software, development, developer" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=1" />
<link rel="icon" type="image/x-icon" href="/favicon.ico?v=1" />
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no"></meta>
<link rel="stylesheet" media="screen, print" href="/css/main.css" type="text/css" />
</head>
<body>
<div class="body">
<div class="content">
<div class="info">
<div class="text">
<h1>Here you may find a little bit of information about me.</h1>
<p>I write business infrastructure software for capitalists.
This work currently involves lots of system integration with
web services, databases, feeds, and virtualized datacenter
technologies. My <a href="resume.txt">résumé</a>
has some details.</p>
<p>San Antonio, Texas was my home from the Summer of 1990 to the
Spring of 2013. I currently live in Austin.</p>
<p>Until 2015, my spare time was mostly spent training for
long-distance runs, practicing guitar, hanging out with my dog at
the park, working on some side-projects, and pondering the depths
of my philosophical hypocrisy.</p>
<p>Since 2016, I'm married with children so I don't have time for
any of that. My free time is very limited. But when I have it,
I like to play Minecraft, read news from independent journalists,
and put some tiny bit of work into a side-project or two.</p>
</div>
</div>
<div class="nav">
<ul>
<li><a href="/index.html">Home</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="https://bitbucket.org/nelsnelson">BitBucket</a></li>
<li><a href="https://github.com/nelsnelson">GitHub</a></li>
<li><a href="https://gitlab.com/nelsnelson">GitLab</a></li>
<li><a href="https://keybase.io/nelsnelson">Keybase</a></li>
<li><a href="https://letsencrypt.org/">Let's Encrypt</a></li>
<li><a href="https://twitter.com/nelsnelson">Twitter</a></li>
<li><a href="mailto:nels@nelsnelson.org">E-mail</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>