-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
66 lines (40 loc) · 1.37 KB
/
resume.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
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE HTML PUBLIC>
<html>
<head>
<title>Jeremy Zaugg | YouTube</title>
<link rel="stylesheet" href="basicstyle.css" />
<link rel="stylesheet" href="layout.css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<div id="wrapper">
<div id="header">
<h1 id="top" align="center">My YouTube Channel</h1>
<!--navigation-->
<div id="topnav" align="center">
<a href="index.html">Home</a> |
<a href="aboutme.html">Bio</a> |
<a href="resume.html">YouTube</a> |
<a href="projects.html">Novel</a> |
<a href="gallery.html">Websites</a> |
<a href="contact.html">Contact</a>
</div>
<!--header ends here-->
</div>
<table border="0px" width="700px" cellpadding="5px">
<p>
My YouTube Channel is listed under one of my many aliases
<a href="http://www.youtube.com/user/AgentAftermath/videos"><strong>Agent Aftermath.</strong></a>
<p>My first short film</p>
<a href="http://www.youtube.com/watch?v=hrzF6Kw8lXY&feature=player_embedded"><img src="images/vid1.png" width="560px" /></a>
<p>Another fun Video</p>
<a href="http://www.youtube.com/watch?v=Tf8AB3Twy2w&feature=player_embedded"><img src="images/vid2.png" width="560px" /></a>
<p>My latest adventure</p>
<iframe width="560" height="315" src="http://www.youtube.com/embed/SuC7V1btd2U" frameborder="0" allowfullscreen></iframe>
<p>
<a href="#top"> back to top</a>
</p>
</table>
</div>
</body>
</html>