-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
129 lines (124 loc) · 6.77 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="en">
<!--
-\-
\-- \-
\ - -\
\ \\
\ \
\ \\
\ \\
\ \\
\ \\\
\ \\
\ \\
\. . \\
\ . \\
\ . \\
\ . \\
\ . \\
\ <=)
\ <==)
\ <=)
\ .\\ _-
\ . \\ _-//
\ . \\ _-_/ /
\ . . . \\ _--_/ _/
\ \\ _- _/ _/
\ \\ ___-(O) _/ _/
\ \ __-- __ /_ / ***********************************
\ \\ ____--__---- / \_ I AM A MOTHERFUCKING PTERODACTYL!
\ \\ ------- / \_ \_ HERE TO PTERO-YOU A NEW ASSHOLE
\ \ // // \__ \_ HTTP://PTERODACTYL.ME
\ \\ // // \_ \_ **********************************
\ \\ /// // \__-
\ - \\///////// //
\ - \_ //
/ - //
/ - ///
/ - //
__--/ ///
__________/ // |
//-_________ ___ //// |
____\__--/ ///// |
-----______ -/---________//// |
_______/ --/ \ |
/_________-/ \ |
// \ /
\. /
\ . /
\ . /
\\ . /
\ /
\ __|
\ ==/
/ //
/ . //
/ . . //
/. /
/ //
/ /
/ //
/ //
--/ /
/ //
//// //
///_________////
-->
<head>
<meta name="author" content="Keith Fitzgerald" />
<meta name="keywords" content="Keith Fitzgerald, Keith Fitzgerald Philadelphia, Keith Fitzgerald Technology, Keith Fitzgerald Cloud" />
<meta name="description" content="Keith Fitzgerald is a technology leader in Philadelphia." />
<link rel="shortcut icon" href="/img/favicon_32x32.ico" type="image/x-icon" />
<link rel="stylesheet" href="/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="/css/bootstrap-responsive.min.css" type="text/css" />
<link rel="stylesheet" href="/css/font-awesome.min.css">
<link rel="stylesheet" href="/css/styles.css" type="text/css" />
</head>
<body>
<div class="container">
<div class="row">
<div class="span6">
<h1>Hi, I'm Keith. I really like <a href="http://github.com/ghostrocket">technology</a>.</h1>
</div>
</div>
<div class="row">
<div class="span6">
<h1>I live in <a href="http://en.wikipedia.org/wiki/Chestnut_Hill,_Philadelphia#History">Philadelphia</a> where I work with the talented people <a href="http://hurdle.io">@hurdlecompany</a>.</h1>
</div>
</div>
<div class="row">
<div class="span6">
<h1>I'm also into <a href="http://www.ironman.com/triathlon/events/americas/ironman/chattanooga.aspx">triathlon</a>, <a href="http://rdio.com/people/ghostrocket">music</a>, documentaries, <a href="http://www.flickr.com/photos/ghostrocket/">photography</a>, and being a dad.</h1>
</div>
</div>
<div class="row">
<div class="span6">
<h1>Let's connect on one of these fine social networks.</h1>
</div>
</div>
<div class="row">
<div class="span12">
<ul>
<li><a href="http://twitter.com/ghostrocket"><i class="icon-twitter icon-2x"></i></a></li>
<li><a href="http://github.com/ghostrocket"><i class="icon-github icon-2x"></i></a></li>
<li><a href="http://www.linkedin.com/in/keithfitzgerald"><i class="icon-linkedin icon-2x"></i></a></li>
<li><a href="http://instagram.com/ghostrocket"><i class="icon-camera-retro icon-2x"></i></a></li>
<li><a href="http://rdio.com/people/ghostrocket"><i class="icon-music icon-2x"></i></a></li>
<li><a href="http://www.strava.com/athletes/ghostrocket"><i class="icon-trophy icon-2x"></i></a></li>
</ul>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-271246-7']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>