-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
152 lines (133 loc) · 5.37 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
<!DOCTYPE HTML>
<html>
<head>
<!--[if lt IE 9]>
<script src="/2015/javascripts/html5shiv.js"></script>
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="content-language" content="en">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="format-detection" content="telephone=no">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png" />
<title>
MountainWest RubyConf 2015: File Not Found
</title>
<script type="text/javascript" src="//use.typekit.net/kzb3rbd.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link rel="stylesheet" type="text/css" media="screen, projection" href="/2015/stylesheets/screen.css" >
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.2/jquery-ui.min.js"></script>
</head>
<body class="page">
<span class="page__icon_large"><a href="/" class="page__icon__link"></a></span>
<span class="page__icon_small"><a href="/" class="page__icon__link"></a></span>
<header class="page__header">
<nav class="nav-bar">
<div class="page__wrapper">
<ul class="nav float-left">
<li class="nav__item">
<a href="/2015" class="nav__link">Home</a>
</li>
<li class="nav__item">
<a href="/2015/policies" class="nav__link">Policies</a>
</li>
</ul>
<ul class="nav float-right">
<li class="nav__item">
<a href="http://mtnwestjs.org/2015" class="nav__link">MWJS 2015</a>
</li>
<li class="nav__item">
<a href="https://ruby.onales.com" class="nav__link">Ruby on Ales</a>
</li>
</ul>
</div>
</nav>
</header>
<section class="page__hero">
<div class="page__wrapper">
<div class="g g_full">
<section class="page__logotype">
</section>
<nav class="nav nav__page-info">
<ul>
<li class="nav__item">
<i>♦</i> <span>March 9-10, 2015</span> <i>♦</i>
</li>
<li class="nav__item float-right">
<i>♦</i> <span>Salt Lake City, Utah</span> <i>♦ </i>
</li>
</ul>
</nav>
</div>
</div>
</section>
<div class="page__wrapper">
<div class="page__body">
<header class="page__body__header header_bar">
<h2 class=" header__heading">You want what?</h2>
</header>
<div class="page__body__sub-header">
<section>
<p>Sooo... You asked for something and we can't find it. Sorry.</p>
</section>
</div>
<div class="c c_colored">
<article class="box box_map">
<div class="box__header">
<div class="box_iframe">
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=Rose+Wagner+Performing+Arts+Center&ll=40.763089,-111.895488,17z&z=14&output=embed"></iframe>
</div>
</div>
<div class="box__body">
<article class="box box_location">
<header class="box__header">March 9-10, 2015</header>
<section class="box__body">
<ul>
<li>Rose Wagner Performing Arts Center</li>
<li>138 West 300 South</li>
<li>Salt Lake City, UT 84101</li>
</ul>
</section>
</article>
</div>
</article>
</div>
<footer class="page__body__footer">
<a href="https://twitter.com/mwrc" class="circle circle_social">
<i class="icon icon_large icon_twitter_large">
</i>
</a>
<a href="http://www.facebook.com/groups/34943415835/" class="circle circle_social">
<i class="icon icon_large icon_facebook_large">
</i>
</a>
<a href="http://www.linkedin.com/groups/MountainWest-RubyConf-2907752?gid=2907752" class="circle circle_social">
<i class="icon icon_large icon_linkedin_large">
</i>
</a>
</footer>
</div>
</div>
<footer class="page__footer">
© 2015 <a href="http://humanecode.com/">HumaneCode</a>
</footer>
<script type="text/javascript">
var $document = $(document),
$element = $('.nav-bar'),
className = 'is-scrolled';
$document.scroll(function() {
$element.toggleClass(className, $document.scrollTop() >= 50);
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2009884-2']);
_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>