-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResume.html
More file actions
28 lines (21 loc) · 983 Bytes
/
Resume.html
File metadata and controls
28 lines (21 loc) · 983 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<title>CV</title>
</head>
<body >
<div class="navbar navbar-left" style=" position: fixed; top: 0; width: 100%">
<ul class="navbar" style="background: #758372; list-style-type: none; ">
<li class="navbar navbar-left"><a href="Home.html"><img src="res/mitchell.png" alt="Img Not Found" style="padding: none; width: 80px;height: 15px;"></a></li>
<div class="navbar navbar-right active" style="float: right;">
<li><a href="Home.html" style="text-decoration: none;">Home</a><li>
<li><a href="Resume.html" style="text-decoration: none; background-color: #769D6D; color: #E7E7E7;">CV</a><li>
<li><a href="Contact.html" style="text-decoration: none">Contact</a></li>
<li><a href="About.html" style="text-decoration: none">About</a></li>
</div>
</ul>
</div>
<h2><embed src="res/resume.pdf" style="margin-top: 25px; width: 100%; height: 1000px;"></embed></h2>
</body>
</html>