-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (68 loc) · 2.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chris Hoage</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw=="
crossorigin="anonymous"
/>
<link
href="https://fonts.googleapis.com/css?family=Quicksand:400"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="/assets/styles/main.css" />
<link rel="shortcut icon" href="/favicon.png" />
</head>
<body>
<div class="container">
<div class="pill-box drop-in">
<h1>Chris Hoage</h1>
</div>
<a
href="https://github.com/chrishoage"
title="Github"
class="pill-box pill-box-inline fade-in"
style="--animation-order: 1"
>
<span class="fa fa-github fa-4x"></span>
</a>
<a
href="http://www.linkedin.com/pub/christopher-hoage/23/390/4a6"
title="LinkedIn"
class="pill-box pill-box-inline fade-in"
style="--animation-order: 2"
>
<span class="fa fa-linkedin fa-4x"></span>
</a>
<a
href="https://facebook.com/chrishoage"
title="Facebook"
class="pill-box pill-box-inline fade-in"
style="--animation-order: 3"
>
<span class="fa fa-facebook fa-4x"></span>
</a>
<a
href="https://twitter.com/chrishoage"
title="Twitter"
class="pill-box pill-box-inline fade-in"
style="--animation-order: 4"
>
<span class="fa fa-twitter fa-4x"></span>
</a>
<a
href="http://www.last.fm/user/chrishoage"
title="Last.fm"
class="pill-box pill-box-inline fade-in"
style="--animation-order: 5"
>
<span class="fa fa-lastfm fa-4x"></span>
</a>
</div>
</body>
</html>