-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
74 lines (66 loc) · 2.51 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
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Peter Vilim -- Main</title>
<meta charset="utf-8">
<link rel="stylesheet" href="pv.css">
<link rel="shortcut icon" href="favicon.ico">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39932925-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="Whole">
<div id="Mwrapper">
<div id="MainContent">
<header>
<h1>Resume</h1>
</header>
<article class="content">
<p>My resume is available in both PDF and Word formats</p>
<ul>
<li><a href="Resume - P. Vilim.pdf" target="_blank">PDF</a></li>
<li><a href="Resume - P. Vilim.docx" target="_blank">WORD</a></li>
</ul>
</article>
</div>
</div>
<div id="Swrapper">
<nav>
<ul>
<li><h1></h1>
<ul>
<li ><a href="index.html" title="Peter Vilim">Main</a></li>
<li><a href="about.html" title="About Me">About Me</a></li>
<li><a href="contact.html" title="Contact">Contact</a></li>
<li class="current"><a href="Resume.html" title="Resume">Resume</a></li>
</ul>
</li>
<li><h1>Projects</h1>
<ul>
<li><a href="radtrac.html" title="RadTrac">RadTrac</a></li>
<li><a href="shippingmanager.html" title="Shipping Manager">Shipping Manager</a></li>
<li><a href="evidencebox.html" title="Evidence Box">Evidence Box</a></li>
<li><a href="others.html" title="Others">Others...</a></li>
</ul>
</li>
<li><h1>External</h1>
<ul>
<li><a target="_blank" href="https://github.com/peterlvilim" title="GitHub: peterlvilim">GitHub</a></li>
<li><a target="_blank" href="http://www.linkedin.com/pub/peter-vilim/1a/467/750" title="LinkedIn: peter-vilim">LinkedIn</a></li>
</ul>
</li></ul>
</nav>
</div>
<footer>
<a href="index.html">Peter Vilim</a> - <a href="contact.html">Contact</a> -
<a href="about.html">About Me</a> - <a href="radtrac.html">Projects</a>
</footer>
</div>
</body></html>