-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
44 lines (39 loc) · 1.34 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Dylan Bannon</title>
<link href='http://fonts.googleapis.com/css?family=Raleway:200' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
<style type="text/css"></style>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<script type="text/javascript" src="scripts.js"></script>
<link href="styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="header">
<div class="wrap">
<div id="title-area">
<a href="index.html">
<img src="images/logo.png" id="logo">
<img src="images/logo_color.png" id="logo_color">
</a>
</div>
<nav>
<ul>
<li class="uslide"><a href="index.html">About Me</a></li>
<li class="uslide"><a href="projects.html">Projects</a></li>
<li class="uslide"><a href="resume.html">Résumé</a></li>
<li class="uslide"><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
<div id="body">
<div class="wrap">
<iframe id="resume_frame" src="https://resume.creddle.io/embed/9x9js2egzes" width="850" height="1100" seamless scrolling="no"></iframe>
</div>
</div>
</body>
</html>