-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.php
39 lines (32 loc) · 1.07 KB
/
resume.php
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
<!DOCTYPE html>
<html>
<head>
<title>Julie Lycklama</title>
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="shortcut icon" href="https://40.media.tumblr.com/3bd2e927080954d9516ccdc325cd03">
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.11.1.min.js"></script>
<script src="main.js"></script>
<link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Bentham' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="header">
<img src="Julie Lycklama.png" alt="header" />
</div>
<div id="navWrap">
<div id="nav">
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="school.php">School</a></li>
<li><a href="projects.php">Projects</a></li>
<li><a href="about.php">About</a></li>
<li><a href="resume.php">Resume</a></li>
</ul>
</div>
</div>
<div class="section">
<h1>Resume</h1>
<iframe src="https://docs.google.com/file/d/0B5KSP3Drmel4TW5yWTJPQkVXRlE/preview" width="640" height="480"></iframe>
</div>
</body>
</html>