-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
45 lines (39 loc) · 1.62 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Katie Soldau - Resume</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="http://www.katiesoldau.com/favicon.ico">
</head>
<body class="resume">
<div class="header">
<h1 class="name">
<p>K<span class="smaller">ATIE</span> <span class= "taller">S</span><span class="smaller">OLDAU</span> </p>
</h1>
<ul class="menu">
<li><a href="index.html">home</a></li>
<li><a href="portfolio.html">portfolio</a></li>
<li><a href="resume.html" class="current">resume</a></li>
<li><a href="contact.html">contact</a></li>
</ul>
</div>
<div class="content">
<p>To download resume, <a href="ksoldau_resume.pdf">click here</a></p>
<div class="resume_pdf"><object data="ksoldau_resume.pdf" type="application/pdf" width="100%" height="100%">
<p>It appears you don't have a PDF plugin for this browser.
No problem, you can <a href="ksoldau_resume.pdf">click here to
download the PDF file.</a></p>
</object>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40045422-1', 'katiesoldau.com');
ga('send', 'pageview');
</script>
</body>
</html>