summaryrefslogtreecommitdiff
path: root/files/nategb-root/index.html
blob: 9c72239ed2d5823a9ab79a992af4c19e0246de06 (plain)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<title>Nate Buttke</title>
		<meta name="author" content="Nate Buttke">
		<meta name="viewport" content="width=device-width">
		<link rel="stylesheet" href="style.css">
	</head>

	<body>
		<!-- heavily inspired by john ankarstrom http://john.ankarstrom.se -->
		<img class="me" alt="me at the beach :)" src="me.png">
		<div style="max-width: 27em;">
			<h1>Nate Buttke</h1>
			<p style="line-height: 2.2;"><img style="width: 1.5em;" src="pc.gif" align="left" alt="cute CRT and keyboard">&nbsp;&nbsp;<strong class="welcome" style="color:tomato;">Welcome to my new website!</strong></p>
			<p>
			I'm Nate, a Computer Science student in Northern California. My current
			interests include UNIX system administration, C programming, and cycling.
			</p>
		</div>

		<hr>
		<table class="blocks">
		<tr valign="top">
			<td>
			<h2>Self</h2>
			<ul class="list">
				<li> to be added </li>
			</ul>
			</td>
			<td>
			<h2>Projects</h2>
			<ul class="list">
				<li><a href="http://git.nategb.xyz/">git server frontend</a> </li>
			</ul>
			</td>
			<td>
			<h2>Articles</h2>
			<ul class="list">
				<li> to be added </li>
			</ul>
			</ul>
			</td>
		</tr>
		</table>

		<hr>

		<footer>
			<p>
			content is <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC-BY-SA.</a> homepage inspired by <a href="http://john.ankarstrom.se">John.</a>
			</p>
		</footer>

	</body>
</html>