This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
255 lines (190 loc) · 10.9 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
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!doctype html>
<html lang="en-us">
<head>
<title> Welcome
| Golden Gate Ruby Conference</title>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="all" />
<meta name="author" content="Bunker" />
<meta name="copyright" content="(c) Copyright 2014 Golden Gate Ruby Conference, LLC." />
<meta name="description" content="San Francisco is the birthplace of the web revolution. Ruby powers many new technologies, from web sites to telphony and desktop applications. Join us for two days of in-depth technical explorations of the most interesting parts of the Ruby landscape, presented by some of the top talents in the Ruby development community." />
<meta name="keywords" content="golden gate ruby conference 2014, san francisco, ruby, rails, conference, web development, development" />
<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
<style media="screen and (min-device-width:320px)">
.is-not-mobile { display: none; }
</style>
<style media="screen and (min-device-width:768px) and (min-width:768px), print, projection">
.is-mobile { display: none; }
.is-not-mobile { display: table; }
</style>
<link href="/stylesheets/styles.css" media="screen, handheld, print, projection" rel="stylesheet" type="text/css" />
<link href="/stylesheets/enhanced-mobile.css" media="screen and (min-device-width:320px)" rel="stylesheet" type="text/css" />
<link href="/stylesheets/enhanced-desktop.css" media="screen and (min-device-width:768px) and (min-width:768px), print, projection" rel="stylesheet" type="text/css" />
<link href="https://api.tiles.mapbox.com/mapbox.js/v1.6.2/mapbox.css" media="screen, handheld, print, projection" rel="stylesheet" type="text/css" />
<!--[if lt IE 9]>
<link href="/stylesheets/styles.css" media="all" rel="stylesheet" type="text/css" />
<link href="/stylesheets/enhanced-mobile.css" media="all" rel="stylesheet" type="text/css" />
<link href="/stylesheets/enhanced-desktop.css" media="all" rel="stylesheet" type="text/css" />
<script src="/javascripts/html5shiv.js" type="text/javascript"></script>
<![endif]-->
</head>
<body class="index">
<div class="page-wrap">
<header>
<nav>
<p class="nav-icon-mobile"><i class="icon-reorder"></i></p>
<ul>
<li class="location-info">UCSF Mission Bay, San Francisco / Sep 19-20, 2014</li>
<li class="home-id"><a href="/">Home</a></li>
<li class="speakers-id"><a href="/speakers/">Speakers</a></li>
<li class="schedule-id"><a href="/schedule/">Schedule</a></li>
<li class="sponsors-id"><a href="/sponsors/">Sponsors</a></li>
<li class="location-id"><a href="/location/">Location</a></li>
<li class="about-id"><a href="/about/">About</a></li>
<li class="cta-id"><a href="/registration/" class="button">Register Now!</a></li>
</ul>
</nav>
<div class="masthead">
<div class="master-column">
<h1>
Explore new possibilities in the birthplace of the web revolution
<span> UCSF Mission Bay, San Francisco, Sep 19-20, 2014
</span>
</h1>
<p class="logo"><a href="/"><img alt="2014 Golden Gate Ruby Conference" src="/images/logo.svg" /></a></p>
<p class="cta"><a href="/registration/" class="button">Register Now!</a></p>
</div>
</div>
</header>
<div class="content">
<div class="content intro">
<div class="master-column speakers-home">
<section class="speakers-inner">
<div>
<a href="speakers#ykatz"><img alt="Yehuda Katz" src="/images/speakers/ykatz.jpeg" /></a>
<dl>
<dt><a href="speakers#ykatz">Yehuda Katz</a></dt>
<!-- <dd>Let’s Talk About Rust</dd> -->
</dl>
</div>
<div>
<a href="speakers#sallen"><img alt="Sarah Allen" src="/images/speakers/sallen.jpeg" /></a>
<dl>
<dt><a href="speakers#sallen">Sarah Allen</a></dt>
<!-- <dd>3 Reasons Not to Use Ruby</dd> -->
</dl>
</div>
<div>
<a href="speakers#rdavis"><img alt="Ryan Davis" src="/images/speakers/rdavis.jpg" /></a>
<dl>
<dt><a href="speakers#rdavis">Ryan Davis</a></dt>
<!-- <dd>Let's Build a Computer!</dd> -->
</dl>
</div>
<div>
<a href="speakers#kheddleston"><img alt="Kate Heddleston" src="/images/speakers/kheddleston.jpg" /></a>
<dl>
<dt><a href="speakers#kheddleston">Kate Heddleston</a></dt>
<!-- <dd>Technical Onboarding, Training, and Mentoring</dd> -->
</dl>
</div>
<div>
<a href="speakers#tstuart"><img alt="Tom Stuart" src="/images/speakers/tstuart.jpg" /></a>
<dl>
<dt><a href="speakers#tstuart">Tom Stuart</a></dt>
<!-- <dd>Refactoring Ruby with Monads</dd> -->
</dl>
</div>
</section>
<p class="cta-speakers cta-inline"><a href="/speakers/" class="button">Speaker Details</a></p>
</div>
</div>
<div class="content story">
<div class="master-column">
<div class="col-title">
<h2>The Big Idea</h2>
</div>
<div class="col-description">
<p>San Francisco is the birthplace of the web revolution. Ruby powers many new technologies, from web sites to telphony and desktop applications. Join us for two days of in-depth technical explorations of the most interesting parts of the Ruby landscape, presented by some of the top talents in the Ruby development community. What your ticket gets you:</p>
<ul>
<li>Admission to two days of talk sessions</li>
<li>Access to any after-hour parties</li>
<li>Official Conference Swag</li>
<li>Lunch and Snacks on both days</li>
<li>Access to our fantastic attendees and speakers</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sponsors-global">
<div class="master-column">
<div class="col-title">
<h2>Sponsors</h2>
</div>
<div class="col-description">
<h3>Diamond Sponsors</h3>
<ul>
<li><a href="http://www.skylight.io"><img src="/images/sponsors/skylight-footer.png" /></a></li>
<li><a href="http://www.bugsnag.com"><img src="/images/sponsors/bugsnag-footer.png" /></a></li>
<li><a href="http://hired.com/?utm_source=events&amp;utm_medium=gogaruco&amp;utm_campaign=gogaruby-sept_14-sponsor_logo"><img src="/images/sponsors/hired-footer.png" /></a></li>
<li><a href="http://stitchfix.com"><img src="/images/sponsors/stitchfix-footer.png" /></a></li>
<li><a href="http://www.engineyard.com"><img src="/images/sponsors/engineyard.png" /></a></li>
</ul>
<h3>Platinum Sponsors</h3>
<ul>
<li><a href="http://www.sharethrough.com"><img src="/images/sponsors/sharethrough-footer.png" /></a></li>
<li><a href="http://www.telmate.com"><img src="/images/sponsors/telmate.png" /></a></li>
<li><a href="http://www.pivotallabs.com"><img src="/images/sponsors/pivotal-footer.png" /></a></li>
<li><a href="http://www.ninefold.com"><img src="/images/sponsors/ninefold.jpg" /></a></li>
<li><a href="http://www.fastly.com"><img src="/images/sponsors/fastly.png" /></a></li>
<li><a href="http://www.carbonfive.com"><img src="/images/sponsors/carbonfive.png" /></a></li>
</ul>
<h3>Gold Sponsors</h3>
<ul>
<li><a href="http://www.yammer.com"><img src="/images/sponsors/yammer.png" /></a></li>
<li><a href="http://www.wyeworks.com"><img src="/images/sponsors/wyeworks-footer.png" /></a></li>
<li><a href="http://www.mavenlink.com"><img src="/images/sponsors/mavenlink.jpg" /></a></li>
<li><a href="http://www.procore.com"><img src="/images/sponsors/procore-footer.png" /></a></li>
<li><a href="http://www.zendesk.com"><img src="/images/sponsors/zendesk.png" /></a></li>
</ul>
<h3>Silver Sponsors</h3>
<ul>
<li><a href="http://www.stickermule.com"><img src="/images/sponsors/stickermule-footer.png" /></a></li>
<li><a href="http://developer.rackspace.com"><img src="/images/sponsors/rackspace.png" /></a></li>
<li><a href="http://www.onelogin.com/"><img src="/images/sponsors/onelogin.png" /></a></li>
</ul>
</div>
</div>
</div>
</div>
<footer class="site-footer">
<div class="master-column">
<p class="ownership"><a href="/images/GGRC14—Prospectus-V3.pdf">Download the Sponsorship Prospectus</a><br />©2014 Golden Gate Ruby Conference, LLC<br />Website by <a href="http://www.wearebunker.com/">Bunker</a> <span>/</span> Illustrations by <a href="http://neinercreative.com/">John Neiner</a></p>
<p class="archive">Previous years<br /><a href="http://2009.gogaruco.com/">2009</a> <span>/</span> <a href="http://2010.gogaruco.com/">2010</a> <span>/</span> <a href="http://2011.gogaruco.com/">2011</a> <span>/</span> <a href="http://2012.gogaruco.com/">2012</a> <span>/</span> <a href="http://gogaruco.com/2013">2013</a></p>
</div>
</footer>
<script type="text/javascript" src="//use.typekit.net/xmp2itv.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src='https://api.tiles.mapbox.com/mapbox.js/v1.6.2/mapbox.js'></script>
<script src="/javascripts/common.js" type="text/javascript"></script>
<!-- Google Code for Remarketing Tag -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 1000219892;
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1000219892/?value=0&guid=ON&script=0"/>
</div>
</noscript>
</body>
</html>