forked from frankarendpoth/frankarendpoth.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (26 loc) · 1.56 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
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<meta name = "viewport" content = "width=device-width,initial-scale=1.0">
<meta name = "description" content = "A resume site for Frank Arend Poth as well as a hub for his projects.">
<link href = "css/base.css" rel = "stylesheet" type = "text/css">
<title>Frank Poth</title>
<script src = "library/doc-kit.js" type = "text/javascript"></script>
<script src = "library/temp-kit.js" type = "text/javascript"></script>
</head>
<body>
<script type = "text/javascript">TempKit.replace(document.currentScript, ["html/templates/header.html"]);</script>
<main>
<canvas id = "main-canvas"></canvas>
<div>
<p><a href = "html/pop-vlog.html">PoP Vlog</a> See videos and working example programs from the Poth on Programming Video log YouTube Channel!</p><br>
<p><a href = "html/swfs.html">SWFs</a> If you have a working Flash Player plugin in your desktop browser, check out some of my old AS3.0 programs.</p><br>
<p><a href = "html/applications.html">Apps</a> Here you can find the ONE CLICK COPY web app, and the very simple 1D tile map value shifter program.</p><br>
<p><a href = "http://docs.google.com/gview?url=https://frankpoth.info/content/websafe-resume.pdf">Resume</a> This is my professional resume.</p>
</div>
</main>
<script src = "js/templates/base.js" type = "text/javascript"></script>
<script type = "text/javascript">TempKit.replace(document.currentScript, ["html/templates/footer.html"]);</script>
</body>
</html>