-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (51 loc) · 2.32 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
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<!-- generic meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- favicon -->
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
<!-- unique meta -->
<meta name="description" content="Adam Reid - University of Guelph">
<meta name="keywords" content="Adam,Reid,Co-op,Guelph,University,Work,Jobs,Ontario,Canada">
<meta name="author" content="Adam Reid">
<title>Adam Reid</title>
<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link href="./css/navbar-static-top.css" rel="stylesheet">
<link href="./css/style.css" rel="stylesheet">
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="/js/ie10-viewport-bug-workaround.js"></script>
<!--<script defer src="/js/index.js"></script>-->
</head>
<body class="text-center">
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto">
<div class="inner">
<h3 class="masthead-brand">Adam Reid</h3>
</div>
</header>
<main role="main" class="inner cover">
<p class="lead">
<a href="mailto:adamjreid10@gmail.com" target="_blank">
<img src="./img/email.png" alt="Adam Reid Email" class="img-rounded img-small">
</a>
<a href="https://www.github.com/1024Adam" target="_blank" rel="nofollow noopener noreferrer">
<img src="./img/icon_lg.png" alt="Adam Reid Github" class="img-rounded img-small">
</a>
<a href="https://www.linkedin.com/in/adam-reid-963515ab" target="_blank" rel="nofollow noopener noreferrer">
<img src="./img/li.png" alt="Adam Reid Linkedin" class="img-rounded img-small">
</a>
</p>
</main>
</div>
</body>
</html>