-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (35 loc) · 1.38 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
<!DOCTYPE html>
<html>
<head>
<title>Greg North / Software Engineer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="css/nameplate.css" rel="stylesheet" media="screen">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="row name-plate-heading">
<div class="col-lg-4 col-lg-offset-4 text-center">
<img class="img-circle" src="https://avatars3.githubusercontent.com/u/1234570?s=200&u=2b5652c6de10ff838e09f84f7e8cd54160107f96&v=4" alt="Greg North's Face">
<h1>Greg North</h1>
<h4>Software Engineer</h4>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-lg-offset-4 text-center">
<p>I like building, testing and deploying. Let's talk about CI/CD sometime?</p>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="//code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>