summaryrefslogtreecommitdiff
path: root/build/website/about/index.html
blob: be6494c1db6fedc1ec0058d56786dea93986878a (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
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
	<meta name="description" content="My personal website.">
	<meta name="author" content="Preston Pan">
	<link rel="stylesheet" type="text/css" href="/css/style.css" />

	<link rel="icon" type="image/png" href="/img/favicon.png">
	<title>
About
	</title>
</head>
<body>
	<div class="nav" class="justcenter">
		<a href="/index.html" class="justleft">Home</a> |
		<a href="/about/" class="justleft">About</a> |
		<a href="/about/contact.html" class="justleft">Contact</a>
		| <a href="../index.html">Back</a>
		<hr>
	</div>

	<div class="content">
<h1>About Website</h1>
<p>
	This website was made without complex javascript or css so that it is easy to load
	and read on all browsers, including terminal and js-less browsers like netsurf.
	Additionally, I wrote a shell script to generate this website automatically
	from a hiearchical filesystem of html files. It is written with extremely basic
	css yet looks somewhat modern. If you're interested, you can get the source
	code here:
</p>

<code>git clone git://prestonpan.tech/prestonpan.git</code>

<h2>Articles</h2>
<ul>
	<li><a href="./resume.pdf">Resume</a> -- My resume. I'm looking for employment right now!</li>
	<li><a href="./contact.html">Contact</a> -- How to contact me.</li>
	<li><a href="./technology.html">About Technology</a> -- about the software/hardware that I use.</li>
	<li><a href="./resume.pdf">Resume</a> -- </li>
</ul>

	</div>
</body>
</html>