-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
167 lines (146 loc) · 6.56 KB
/
index.html
File metadata and controls
167 lines (146 loc) · 6.56 KB
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
---
layout: main
title: Home
meta_description: The 2014 Burlington Ruby Conference in Burlington, Vermont on August 1st, 2nd and 3rd.
meta_keywords: burlington, ruby, conference, vermont, rails, ruby on rails
---
<div class="row">
<div class="column">
<ul class="inline-list">
<li><a href="#videos">Videos</a></li>
<li><a href="#speakers">Speakers</a></li>
<li><a href="{{site.baseurl}}/schedule.html">Schedule</a></li>
<li><a href="{{site.baseurl}}/food.html">Places to Eat</a></li>
<li><a href="#sponsorship">Sponsorship</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
<div class="row" id="header">
<div class="column">
<h1>Burlington Ruby Conference</h1>
<p>August 2nd & 3rd, 2014</p>
<p>Held on the picturesque Lake Champlain waterfront, Burlington Ruby
Conference is the event of the summer for Ruby enthusiasts to network,
learn and relax in the beautiful state of Vermont.</p>
<p>Burlington Ruby is a single-track conference with a focus on networking
and community. We limit the size of the conference to 150 attendees to
provide an experience that is both unique and intimate.</p>
</div>
</div>
<div id="videos" class="row section">
<div class="column">
<h2>Videos</h2>
<p>The videos are up!</p>
<h3><a href="https://vimeo.com/album/2996485">View them on
Vimeo</a></h3>
<p>Big thanks to <a href="http://www.searlevideo.com/">Searle</a> for
recording all of the talks!</p>
</div>
</div>
<div id="speakers" class="row section">
<div class="column">
<h2>Speakers</h2>
<ul class="small-block-grid-3">
{% assign speakers = site.categories.speaker | sort: 'date' %}
{% for speaker in speakers %}
<li>
<a href="{{site.baseurl}}{{ speaker.url }}"><img src="{{site.baseurl}}/images/speakers/{{ speaker.photo }}" alt="{{ speaker.title }}" class="speaker"></a>
<span>{{ speaker.title }}</span><br>
<small>{{ speaker.talk}}</small>
</li>
{% endfor %}
</ul>
<a href="{{site.baseurl}}/schedule.html">View the schedule</a>
</div>
</div>
<div id="venue" class="row section">
<div class="column">
<h2>Venue</h2>
<p>The conference takes place at the Main Street Landing Performing Arts Center's Film House at <a href="http://maps.google.com/maps?q=Main+Street+Landing+Performing+Arts+Center%2C+60+Lake+St%0D%0ABurlington%2C+VT+05401">60 Lake St. Burlington, VT 05401</a>.</p>
</div>
</div>
<div id="where-to-stay" class="row section">
<div class="column">
<h2>Where to Stay</h2>
<p>
We have reserved a limited number of rooms at the <strike>
<a href='http://www.hilton.com/en/hi/groups/personalized/B/BTTVTHF-BRC-20140801/index.jhtml'>Hilton Burlington</a></strike>(FULL)
and <a href='https://www.starwoodmeeting.com/Book/BurlingtonRubyConference'>Sheraton Burlington</a>.
</p>
</div>
</div>
<div id="sponsorship" class="row section">
<div class="column">
<h2>Sponsors</h2>
<h3>Galileo Sponsors</h3>
<ul class="small-block-grid-1">
<li>
<a href="http://developer.constantcontact.com/" title="Constant Contact" target="_blank">
<img src="{{site.baseurl}}/images/sponsors/constant_contact.png" alt="Constant Contact Logo" class="sponsor">
</a>
<p class="sponsor-blurb">
Constant Contact offers a comprehensive online marketing
toolkit that encompasses email newsletters and announcements,
event management and registration, social media promotions,
surveys and more. Our solutions are the marketing foundation
for more than 500,000 small businesses, nonprofits, and
startups. With a single login customers can engage and grow
their audience in all the places that matter: the inbox,
mobile, social media, and the web. Integrate with us and
you’ll do more than just extend your technology – you’ll build
a stronger product, company revenue, and even better customer
retention. Visit us at <a href="http://developer.constantcontact.com/">developer.constantcontact.com</a>.
</p>
</li>
</ul>
<h3>Lakeside BBQ Sponsor</h3>
<ul class="small-block-grid-1">
<li class="sponsor-logo">
<a href="http://teamgaslight.com/" title="Gaslight" target="_blank"><img src="{{site.baseurl}}/images/sponsors/gaslight_logo.png" alt="Gaslight" class="sponsor"></a>
</li>
</ul>
<h3>Stargazer Sponsors</h3>
<ul class="small-block-grid-1">
{% assign sponsors = site.categories.stargazer-sponsor | sort: 'date' %}
{% for sponsor in sponsors %}
<li class="sponsor-logo">
<a href="{{ sponsor.website }}" title="{{ sponsor.title }}" target="_blank"><img src="{{site.baseurl}}/images/sponsors/{{ sponsor.logo }}" alt="{{ sponsor.title }}" class="sponsor"></a>
</li>
{% endfor %}
</ul>
<h3>Supporters</h3>
<ul class="small-block-grid-4">
{% assign supporters = site.categories.supporter-sponsor | sort: 'date' %}
{% for sponsor in supporters %}
<li>
<a href="{{ sponsor.website }}" title="{{ sponsor.title }}" target="_blank"><img src="{{site.baseurl}}/images/sponsors/{{ sponsor.logo }}" alt="{{ sponsor.title }}" class="sponsor"></a>
</li>
{% endfor %}
</ul>
</div>
</div>
<div class="row section">
<div class="column">
<h2>Sponsorship Opportunities</h2>
<p>Interested in sponsoring the 2014 Burlington Ruby Conference? We have two great sponsorship opportunities to offer this year.
Learn more by clicking below or feel free to shoot us an email at <a href="mailto:info@burlingtonrubyconference.com">info@burlingtonrubyconference.com</a>.</p>
<a class="button" href="{{site.baseurl}}/sponsorship.html">View Sponsorship Opportunites</a>
</div>
</div>
<div id="contact" class="row section">
<div class="column">
<h2>How to Reach us</h2>
<p>If you have any questions about the event please email us at
<a href="mailto:info@burlingtonrubyconference.com">info@burlingtonrubyconference.com</a>.
You can also <a href="https://twitter.com/btvrubyconf" target="_blank">follow us on
Twitter</a> and <a href="http://lanyrd.com/2014/btvruby/"
target="_blank">track the event on Lanyrd</a>.</p>
</div>
</div>
<div class="row section">
<div class="column">
<h2>Diversity Statement & Code of Conduct</h2>
<p>Be sure to read our <a href="{{site.baseurl}}/diversity.html">diversity statement</a> and <a href="{{site.baseurl}}/conduct.html">code of conduct</a>.</p>
</div>
</div>