blob: e0dc64ce5d9b6dd4a33f4af32386eca6082cdc23 (
plain) (
blame)
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
|
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/includes/stylesheet.css" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:description" content="Adam T. Carpenter" />
<meta property="og:image" content="/includes/images/logo_diag.png" />
<meta property="og:site_name" content="53hor.net" />
<meta property="og:title" content="Adam T. Carpenter" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.53hor.net/profile" />
<title>Adam T. Carpenter</title>
</head>
<body>
<h1>Adam T. Carpenter</h1>
<p>
This is my professional profile.
<a href="/"> My personal site is here.</a>
</p>
<h2>CV</h2>
<p>
My CV is really just a long list of things I've accomplished
professionally or semi-professionally. It's available in HTML and PDF
formats.
</p>
<ul>
<li><a href="adamcarpenter.html">View in your browser</a></li>
<li><a target="_blank" href="adamcarpenter.pdf">Download PDF</a></li>
</ul>
</body>
</html>
|