This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
168 lines (143 loc) · 6.08 KB
/
404.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Steel City Ruby - 404</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- <link href="css/bootstrap-responsive.min.css" rel="stylesheet"> -->
<link href="css/style.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Lusitana:400,700" rel="stylesheet" type="text/css">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="span12">
<a href="/"><h1 id="logo">Steel City Ruby Conference 2013</h1></a>
<h2 class="center">August 16-17, 2013</h2>
<h3 class="center">Pittsburgh, PA</h3>
</div>
</div>
</div>
</header>
<section class="content">
<div class="container">
<h1 class="attention">404</h1>
<div class="row">
<div class="span10 offset1">
<p class="callout">
Inviting Rubyists from across the land to a two-day conference in
the heart of the Steel City - Pittsburgh, Pennsylvania. With an
emphasis on learning and conversation, Steel City Ruby Conf is the
ultimate community experience for Rubyists of all skill levels.
</p>
</div>
</div>
<div class="row">
<div class="span10 offset1">
<p class="callout">
The page you were looking for could not be found. Please visit the
<a href="/">home page</a> for information about our conference.
</p>
</div>
</div>
<div class="row">
<div class="span10 offset1">
<p class="callout">
Easter Egg? Here's what my cats would look like in the speaker lineup
</p>
</div>
</div>
<div class="row">
<div class="span4 offset2 speaker">
<div class="speaker-avatar" style="background-image: url('img/cats/romeo.png');"> </div>
<div class="speaker-name">Romeo</div>
<a class="speaker-handle" href="http://twitter.com/justinxreese">@romeowwww</a>
</div>
<div class="span4 speaker">
<div class="speaker-avatar" style="background-image: url('img/cats/tybalt.png');"> </div>
<div class="speaker-name">Tybalt</div>
<a class="speaker-handle" href="http://twitter.com/justinxreese">@tybaltprinceofcats</a>
</div>
<div class="span4 offset2 speaker">
<div class="speaker-avatar" style="background-image: url('img/speakers/konstantin.png');"> </div>
<div class="speaker-name">Konstantin Haase</div>
<a class="speaker-handle" href="http://twitter.com/konstantinhaase">@konstantinhaase</a>
</div>
<div class="span4 speaker">
<div class="speaker-avatar" style="background-image: url('img/speakers/avdi.png');"> </div>
<div class="speaker-name">Avdi Grimm</div>
<a class="speaker-handle" href="http://twitter.com/avdi">@avdi</a>
</div>
<div class="span4 offset2 speaker">
<div class="speaker-avatar" style="background-image: url('img/speakers/angela.png');"> </div>
<div class="speaker-name">Angela Harms</div>
<a class="speaker-handle" href="http://twitter.com/angelaharms">@angelaharms</a>
</div>
<div class="span4 speaker">
<div class="speaker-avatar" style="background-image: url('img/speakers/jim.png');"> </div>
<div class="speaker-name">Jim Weirich</div>
<a class="speaker-handle" href="http://twitter.com/jimweirich">@jimweirich</a>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="span4">
<p>© 2013 Steel City Ruby Conf</p>
<p>Presented by <a href="http://pghrb.org">Pittsburgh Ruby</a></p>
</div>
<div class="span4">
<a href="policies.html#antiharassment-policy" class="pull-right">Anti-harassment Policy</a>
</div>
<div class="span4">
<ul class="pull-right">
<li>
<a href="https://twitter.com/SteelCityRuby">
@SteelCityRuby
<img src="img/twitter.png" width="40px"/>
</a>
</li>
<li>
<a href="https://twitter.com/search?q=%23scrc13&src=hash">
#scrc13
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Javascript -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="js/jquery.scrollPatrol.js"></script>
<script src="js/jquery.sticky.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#nav").sticky();
$(".nav").scrollPatrol({offset: 60});
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30942395-4']);
_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>
<script language="javascript" type="text/javascript" src="http://quickribbon.com/ribbon/2013/04/1c0074c7179b18e73c6cf66072f20e7e.js"></script><noscript><a href="http://quickribbon.com/">Quickribbon</a></noscript>
</body>
</html>