-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
39 lines (29 loc) · 1.05 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
<!DOCTYPE html>
<html>
<head>
<title>Michael's Website/Resume</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="title col-sm-10">
<h2 style="color:#4169E1">Michael Wilson</h1>
<hr>
</div>
</div>
<div class="row1">
<div class="links col-sm-3 text-right">
<p><a class="link" href="./index.html">About Me</a></p>
<p><a class="link" href="./resume1.html">Resume</a></p>
<p><a class="link" href="https://www.linkedin.com/in/michaelianwilson96" target="_blank">LinkedIn</a></p>
<p><a class="link" href="https://github.com/mwilson96" target="_blank">Github</a></p>
</div>
<div class="content col-sm-5">
<object width="425" height="660" data="./Michael%20Wilson,%20Resume.pdf"></object>
</div>
</div>
</div>
</body>
</html>