-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
24 lines (24 loc) · 1 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
<!DOCTYPE html>
<html lang = "en-US">
<head>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!-- Broswer Tab Title -->
<title>Resume - S.Zhou</title>
<!-- CSS style sheet below -->
<link rel="stylesheet" href="main.css">
<!-- Used to scale for mobile applications -->
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1> Resume</h1>
<!--Nav Bar-->
<div id ="navheader">Stuff is still loading</div>
<script>$("#navheader").load("header.html");</script>
<object type="application/pdf" width="100%" height="1020" style="text-align: centre" data="docs/Resume (No Contacts).pdf"> PDF is Loading</object>
</body>
</html>