-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (45 loc) · 2.07 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
<?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" />
<meta name="publication_date" content="2021-04-03_1355" />
<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" />
<script type="text/javascript">
window.addEventListener("load", function() { document.getElementsByClassName('preload')[0].removeAttribute('class'); }, false);
</script>
</head>
<body class="preload">
<div class="body">
<div class="content">
<div class="info">
<div class="text">
<h1>Hello, my name is Nels.</h1>
<p>I am a human being person. I sell my labor for a living, and that labor is usually writing software.</p>
</div>
</div>
<div class="nav">
<ul>
<li><a href="/">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:[email protected]">E-mail</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>