-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
102 lines (100 loc) · 2.48 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>Chris Tate</title>
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Wallpoet|Orbitron' rel='stylesheet' type='text/css'>
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.0/css/font-awesome.min.css" rel="stylesheet">
<style type="text/css">
i {
margin-right:10px;
}
a:active, a:hover, a:link {
text-decoration: none;
}
a:hover {
color:black;
}
.name-heading {
padding-top:40px;
padding-bottom:20px;
font-size:72px;
color:#E65C00;
font-family:Orbitron;
}
.top-strip {
width:100%;
height:180px;
background-color:#34495E;
}
.nav {
background-color:#E65C00;
margin-top:10px;
}
.nav > li > a {
padding: 10px;
text-shadow:none;
color:#34495E;
}
.nav > li > a:hover {
background-color:#34495E;
color:#95a5a6;
}
p > strong {
font-size: 18px;
}
.affix {
top: 10px;
}
body {
background-color: #95a5a6;
}
hr {
border-color: #34495E;
}
h1 {
color:#34495E;
}
.secondli > a {
background-color:#CF5300;
}
.thirdli > a {
background-color:#B34A00;
}
.fourthli > a {
background-color:#A14000;
}
</style>
</head>
<body>
<div class="top-strip">
<div class="container">
<div class="pagination-centered">
<h1 class="name-heading">Chris Tate</h1>
<a href="https://github.com/ctlevi">
<i class="icon-github icon-3x"></i>
</a>
<a href="https://www.facebook.com/christopher.tate.758">
<i class="icon-facebook icon-3x"></i>
</a>
<a href="https://twitter.com/ctlevi">
<i class="icon-twitter icon-3x"></i>
</a>
</div>
</div>
</div>
<div class="container">
<p> Work in progress </p>
</div>
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-41779445-1', 'ctlevi.com');
ga('send', 'pageview');
</script>
</body>
</html>