-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (38 loc) · 1.7 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Michael's Website</title>
<script src="script.js"></script>
<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</h2>
<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="./resume.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="image col-sm-2">
<img src="./picofme.jpg" alt="Michael Wilson" style="width:150px;height:150px">
</div>
<div class="content col-sm-5">
<p>
A passionate and innovative student. I am currently completing my fourth year at Queen’s University, and will be graduating in spring 2018 with an Honours Bachelor of Computer Science with a specialization in Software Design.
<br>
<br>
Actively seeking a full time position as a Front-End Developer commencing May 2018. I firmly believe that I will be an asset to any team and contribute to the overall success of a company by utilizing strong interpersonal skills combined with an innate desire to succeed.
</p>
</div>
</div>
</div>
</body>
</html>