-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 1.02 KB
/
index.html
File metadata and controls
26 lines (24 loc) · 1.02 KB
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
<head>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
</head>
<style>
a{
color:#999;
}
</style>
<div class="container" >
<div class="row" style="padding-top:40px;">
<img class="centered img-responsive img-rounded" style="width:100%" src="img/NBaileyWOC.jpg" />
</div>
<div class="row" >
<h1 class="pull-right"><small>
<a href="http://www.nickhbailey.com" target="new"><i class="fa fa-pencil" ></i></a>
<a href="https://www.linkedin.com/pub/nick-bailey/34/516/a85" target="new"><i class="fa fa-linkedin" ></i></a>
<a href="http://twitter.com/NickHBailey" target="new"><i class="fa fa-twitter" ></i></a>
<a href="http://github.com/NickHBailey" target="new"><i class="fa fa-github" ></i></a>
<a href="http://www.youtube.com/user/TheNickHBailey" target="new"><i class="fa fa-youtube" ></i></a>
</small></h1>
</div>
</div>