-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (49 loc) · 1.86 KB
/
index.html
File metadata and controls
57 lines (49 loc) · 1.86 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
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
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<title>Greg Beaty</title>
<meta name="author" content="Greg Beaty">
<meta name="description" content="My personal web site and blog">
<meta charset="UTF-8">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
<![endif]-->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="outer-wrapper">
<div class="inner-wrapper">
<div id="content">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2>Greg Beaty</h2>
<p>
<em>Developer and Code Junkie</em>
</p>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<ul class="external-link-container list-inline">
<li>
<a href="https://github.com/gregbty" title="GitHub">
<i class="fa fa-github fa-2x"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/gregorybeaty" title="LinkedIn">
<i class="fa fa-md fa-linkedin fa-2x"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>