-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
594 lines (564 loc) · 31 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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=no">
<title>Burlington Ruby Conference</title>
<link rel="stylesheet" href="assets/stylesheets/style.css" type="text/css" media="screen">
<link rel="stylesheet" href="assets/stylesheets/speaker_bio_style.css" type="text/css" media="screen">
<link rel="stylesheet" href="assets/stylesheets/grid.css" type="text/css" media="screen">
<link rel="stylesheet" href="assets/stylesheets/btv_content_style.css" type="text/css" media="screen">
</head>
<body>
<div class="nav-container">
<div class="nav-highlight"></div>
<div class="nav">
<div class="row">
<div class="twelve columns">
<canvas id="link-selected"></canvas>
<img id="buruco-logo" src="assets/images/logo.png" width="206" height="30" alt="Burlington Ruby">
<a id="speakers-link" class="links" href="#speakers">SPEAKERS</a>
<a id="schedule-link" class="links" href="#schedule">SCHEDULE</a>
<a id="btv-link" class="links" href="#btv">BTV</a>
<a id="tickets-link" class="links" href="#tickets">TICKETS</a>
<a id="sponsors-link" class="links" href="#sponsors">SPONSORS</a>
</div>
</div>
</div>
</div>
<div class="intro-wrapper">
<div class="row">
<div class="twelve columns">
<div class="intro">
<div class="intro-text">
<div class="date">July 28 - 29 2012</div>
<div class="location">Burlington</div>
<div class="language">Ruby</div>
<div class="what">Conference</div>
<p>$175. Register today.</p>
<!-- <a id="register" class="guestlist-event-96402" href="#">Register now</a>-->
<!-- <form action="http://burlingtonruby.us2.list-manage1.com/subscribe/post?u=bc988e5165d1f538a21085b04&id=2cda2e079f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<input type="email" placeholder="Enter your email address" name="EMAIL" class="required email" id="mce-EMAIL" required="true">
<input type="submit" value="Send me updates" name="subscribe" id="mc-embedded-subscribe" class="button">
</form> -->
</div>
</div>
</div>
</div>
</div>
<div id="nav2"><div class="nav"></div></div>
<!-- Speakers Section -->
<div id="speakers">
<div class="container">
<header>
<img class="section-header speaker-header" src="assets/images/speakers.png" alt="Speakers" Title="Speakers" />
<img class="section-header back-speakers" id="back-img" src="assets/images/arrow.png" alt="Back To Speakers" Title="Back To Speakers" />
<h1 class="speaker-header" id="speaker-txt">SPEAKERS</h1>
<h1 class="back-speakers" id="back-txt">BACK TO SPEAKERS</h1>
</header>
<div id="speakers-top">
<a href="#" class="top-btn"><img src="assets/images/top.png" alt="Top" Title="Top" /> Top</a>
</div>
<!-- This is for the full Speaker Bio -->
<div id="speaker-bio"></div>
<div id="speaker-list">
<div class="speaker-info" id="marc-andre-cournoyer">
<img src="assets/images/marc-andre-cournoyer.png" class="speaker-img thumbnail" alt="Marc-André Cournoyer" Title="Marc-André Cournoyer" />
<span class="speaker-name">MARC-ANDRÉ COURNOYER</span> <br />
<span class="speaker-title">Macournoyer.com</span>
<summary>
<p>
<u class="topic"><a href="https://speakerdeck.com/macournoyer/4-hour-workweek-for-hackers">The 4 Hour Work Week for Ruby Hackers</a></u>
<br /><br/>
<!-- Marc-André Cournoyer (coor · noah · ye), a very friendly code/life hacker from beautiful Montréal, QC.-->
<!-- <br /><br/>-->
<!-- He created Thin, tinyrb, wrote the book <i>Create Your Own Programming Language</i>, created the group chat application Talker. -->
<!-- And he's now making a living online teaching Rails & programming languages.-->
<!-- <br /><br />-->
<!-- <a href="http://macournoyer.com/" target="_blank">More Info</a> -->
</p>
</summary>
</div>
<div class="speaker-info" id="dan-croak">
<img src="assets/images/dan-croak.png" class="speaker-img thumbnail" alt="Dan Croak" Title="Dan Croak" />
<span class="speaker-name">DAN CROAK</span> <br />
<span class="speaker-title">Thoughtbot</span>
<summary>
<p>
<u class="topic"><a href="https://gist.github.com/croaky/c6b426a1809932872025">The Bureau of Standards and Practices</a></u>
<br /><br/>
<!-- One of the greatest gifts Rails gave us is conventions. In this talk, Dan will sweat the details. He'll discuss pushing conventions to obsessive limits and the results of hard-fought battles over everything from decorators to single quotes.-->
<!-- <br/><br/>-->
<!-- Dan is a developer and owner at thoughtbot.-->
<!-- <br /><br >-->
<!-- <a href="http://dancroak.com/" target="_blank">More Info</a>-->
</p>
</summary>
</div>
<div class="speaker-info" id="alex-maccaw">
<img src="assets/images/alex-maccaw.png" class="speaker-img thumbnail" alt="Alex MacCaw" Title="Alex MacCaw" />
<span class="speaker-name">ALEX MACCAW</span> <br />
<span class="speaker-title">Twitter</span>
<summary>
<p>
<u class="topic"><a href="https://speakerdeck.com/maccman/asynchronous-web-interfaces">JavaScript Web Applications and Asynchronous Interfaces</a></u>
<br /><br/>
<!-- Alex MacCaw is a Ruby/JavaScript developer & entrepreneur and works for Twitter. He has written a -->
<!-- JavaScript framework, Spine and developed major applications including Taskforce and Socialmod, as well -->
<!-- as a host of open source work. He speaks at Ruby/Rails conferences in NYC, SF and Berlin.-->
<!-- <br /><br />-->
<!-- <a href="http://alexmaccaw.com/" target="_blank">More Info</a> -->
</p>
</summary>
</div>
<div class="speaker-info" id="scott-tadman">
<img src="assets/images/scott-tadman.png" class="speaker-img thumbnail" alt="Scott Tadman" Title="Scott Tadman" />
<span class="speaker-name">SCOTT TADMAN</span> <br />
<span class="speaker-title">PostageApp</span>
<summary>
<p>
<u class="topic"><a href="https://speakerdeck.com/adambouchard/high-performance-asynchronous-applications-with-or-without-ruby-by-scott-tadman">High performance asynchronous applications with(out) Ruby</a></u>
<br /><br/>
<!-- During this talk, Scott will discuss building asynchronous server applications with Ruby and Rails: the decision to build an email platform in Ruby; how common patterns can rapidly become bottlenecks at scale; and a potential model for modern async server code.-->
<!-- <br/><br/>-->
<!-- A Toronto native, Scott is Chief Architect at The Working Group, and in 2009 he created PostageApp.com, a SaaS-based Email Delivery service for web apps.-->
<!-- <br /><br />-->
<!-- <a href="https://github.com/tadman/" target="_blank">More Info</a> -->
</p>
</summary>
</div>
<div class="speaker-info" id="peter-jackson">
<img src="assets/images/pete-jackson.png" class="speaker-img thumbnail" alt="Peter Jackson" Title="Peter Jackson" />
<span class="speaker-name">PETER JACKSON</span> <br />
<span class="speaker-title">Intridea</span>
<summary>
<p>
<u><a href="http://assets.en.oreilly.com/1/event/59/Geospace%20your%20Rails%20Apps_%20Presentation.pdf">Location based apps</a></u>
<br /><br/>
<!-- This session is intended for intermediate Rails developers who would like to start building location based -->
<!-- applications, but may not know the full breadth of the toolkits available. -->
<!-- <br /><br />-->
<!-- We will start by examining the different types of location-based applications. Then we will look at the anatomy of a -->
<!-- typical location-based application, and the elements of the spatial tool stack that apply to each geospatial element -->
<!-- in the application. -->
<!-- <br /><br />-->
<!-- Finally, we will explore some examples of geospatial applications that are 1) inspiring and 2) use different elements of -->
<!-- the stack as discussed during the session. -->
<!-- <br /><br />-->
<!-- Before you ask: no, he is not THAT Peter Jackson. But yes, he can get a table at nearly any restaurant in LA. -->
<!-- <br /><br />-->
<!-- Peter Jackson is a mountain climber, rails developer, project manager, and musician from NH. His work for Intridea is based -->
<!-- out of Washington DC, where he is responsible for delivering Rails and mobile applications to their clients. -->
<!-- <br /><br />-->
<!-- <a href="http://blog.peteonrails.com/" target="_blank">More Info</a> -->
</p>
</summary>
</div>
<div class="speaker-info" id="harold-gimenez">
<img src="assets/images/harold-gimenez.png" class="speaker-img thumbnail" alt="Harold Giménez" Title="Harold Giménez" />
<span class="speaker-name">HAROLD GIMÈNEZ</span> <br />
<span class="speaker-title">Heroku</span>
<summary>
<p>
<u class="topic"><a href="https://speakerdeck.com/hgimenez/heroku-postgres">PostgreSQL</a></u>
<br /><br/>
<!-- Harold works at Heroku building tools and infrastructure on top of Postgres, unleashing its power to users of all levels. His go-to language: Ruby. His go-to meal: cheeseburger.-->
<!-- <br /><br />-->
<!-- <a href="http://www.linkedin.com/in/haroldgimenez" target="_blank">More Info</a> -->
</p>
</summary>
</div>
<div class="speaker-info" id="mark-bates">
<img src="assets/images/mark-bates.png" class="speaker-img thumbnail" alt="Mark Bates" Title="Mark Bates" />
<span class="speaker-name">MARK BATES</span> <br />
<span class="speaker-title">Meta42 Labs, LLC</span>
<summary>
<p>
<u><a href="http://www.slideshare.net/markykang/testing-javascriptcoffeescript-with-mocha-and-chai">Testing JavaScript/CoffeeScript in Rails</a></u>
<br /><br/>
<!-- Mark Bates is founder and chief architect of the Boston-based development and consulting company, -->
<!-- Meta42 Labs. He has developed web applications since 1996. Mark is a leader in both the Ruby and -->
<!-- CoffeeScript's communities, presenting to user groups and speaking at high profile conferences around -->
<!-- the world, such as RubyConf, RailsConf, and jQueryConf. He is the author of <i>Distributed Programming with Ruby</i> -->
<!-- and <i>Programming in CoffeeScript</i>. -->
<!-- <br /><br />-->
<!-- As Ruby/Rails developers we love to test our applications, we thrive on seeing those green dots and 100% test -->
<!-- coverage of our Ruby code, but how well tested is your JavaScript or CoffeeScript code? I have a feeling that -->
<!-- the answer to that question is a sheepish grin and rosy cheeks. Well, let's change that! Let's spend some time -->
<!-- seeing how easy it can be to set up an RSpec-like testing framework for JavaScript/CoffeeScript, in your Ruby/Rails -->
<!-- application. We'll learn how to test that our jQuery or Backbone code is doing what it supposed to. It's really not as -->
<!-- hard as you think it might be. By the end of this talk you should no longer fear testing your JavaScript. You will embrace -->
<!-- it. It'll mean more of those green dots and true 100% test coverage!-->
<!-- <br /><br />-->
<!-- <a href="http://metabates.com/" target="_blank">More Info</a> -->
</p>
</summary>
</div>
<div class="placeholder">
<img >
<span></span>
<span></span>
<summary><p></p></summary>
</div>
</div>
</div>
</div>
<div class="seperator"></div>
<!-- Schedule Section -->
<div id="schedule">
<div class="container">
<header>
<img class="section-header" src="assets/images/clock.png" alt="Schedule" Title="Schedule" />
<h1>SCHEDULE</h1>
</header>
<div id="schedule-top">
<a href="#" class="top-btn"><img src="assets/images/top.png" alt="Top" Title="Top" /> Top</a>
</div>
<table id="schedule-table">
<tr class="horizontal_dotted_line">
<td class="schedule-header">Date</td>
<td class="schedule-header">Time</td>
<td class="schedule-header">Event</td>
<td class="schedule-header">Location</td>
<td class="schedule-header">Details</td>
</tr>
<tr class="horizontal_dotted_line">
<td>
<span class="day-of-week">Fri</span> <br /> <span class="date">27</span>
</td>
<td>6:00 - 8:00 PM</td>
<td>Friday Night Social</td>
<td>Main Street Landing <br />Performing Arts Center (Lake Lobby)</td>
<td></td>
<td>
<!-- <a href="#" class="learn-more">Learn <br /> More</a> -->
</td>
</tr>
<tr class="horizontal_dotted_line">
<td>
<span class="day-of-week">Sat</span> <br /> <span class="date">28</span>
</td>
<td>
8:00 AM<br/>
9:00 AM<br/>
9:10 AM<br/>
10:15 AM<br/>
11:15 AM<br/>
2:00 PM<br/>
3:00 PM<br/>
4:00 PM<br/>
<td>
Light breakfast and networking (Atrium) <br />
Adam Bouchard (Black Box Theatre)<br/>
Marc-André Cournoyer <br />
Scott Tadman<br/>
Dan Croak <br/>
Mark Bates <br/>
Harold Giménez<br/>
</td>
<td>Main Street Landing <br />Performing Arts Center</td>
<td>
<!--<a href="#" class="learn-more">Learn <br /> More</a>-->
</td>
</tr>
<tr class="horizontal_dotted_line">
<td>
<span class="day-of-week">Sun</span> <br /> <span class="date">29</span>
</td>
<td>
9:00 AM<br/>
9:30 AM<br/>
10:45 AM<br/>
</td>
<td>
Light breakfast and networking (Atrium)<br/>
Alex MacCaw (Black Box Theatre)<br />
Peter Jackson <br/>
</td>
<td>Main Street Landing <br />Performing Arts Center</td>
<td>
<!--<a href="#" class="learn-more">Learn <br /> More</a>-->
</td>
</tr>
<!--<tr class="horizontal_dotted_line">
<td>
<span class="day-of-week">Fri</span> <br /> <span class="date">27</span>
</td>
<td>7:00 PM</td>
<td>Friday Night Meet-up</td>
<td>Farmhouse</td>
<td>
<a href="#" class="learn-more">Learn <br /> More</a>
</td>
</tr>
<tr class="horizontal_dotted_line">
<td>
<span class="day-of-week">Fri</span> <br /> <span class="date">27</span>
</td>
<td>7:00 PM</td>
<td>Friday Night Meet-up</td>
<td>Farmhouse</td>
<td>
<a href="#" class="learn-more">Learn <br /> More</a>
</td>
</tr>
<tr class="horizontal_dotted_line">
<td>
<span class="day-of-week">Fri</span> <br /> <span class="date">27</span>
</td>
<td>7:00 PM</td>
<td>Friday Night Meet-up</td>
<td>Farmhouse</td>
<td>
<a href="#" class="learn-more">Learn <br /> More</a>
</td>
</tr>-->
</table>
</div>
</div>
<div class="seperator"></div>
<!-- BTV Section -->
<div id="btv">
<div class="container">
<header>
<img class="section-header" src="assets/images/btv.png" alt="BTV" Title="BTV" />
<h1 id="btv-header">BTV</h1>
<div id="additional-links">
<a href="#conference-directions">DIRECTIONS</a>
<a href="#lodging-list">LODGING</a>
<a href="#restaurants-list" class="bottom-links">RESTAURANTS</a>
<a href="#attractions-list">ATTRACTIONS</a>
<!--<a href="#shopping-list" class="bottom-links">SHOPPING</a>-->
</div>
<div id="btv-top">
<a href="#" class="top-btn"><img src="assets/images/top.png" alt="Top" Title="Top" /> Top</a>
</div>
<div id="more-btn"><span id="btn-txt">MORE</span></div>
</header>
<!--<div id="btv-coming-soon">
COMING SOON
</div>
-->
<!-- Displays the Directions, Restaurants, Attractions, Shopping, and Lodging Information -->
<div id="additional-content">
<!-- Directions Section -->
<div id="conference-directions">
<h2>DIRECTIONS</h2>
<div id="conference-address">
Main Street Landing Performing Arts Center<br />
60 Lake Street <br />
Burlington, VT 05401
</div>
<div id="get-directions"><span id="directions-txt">Get Directions</span></div>
<div id="map-canvas"></div>
</div>
<!-- Lodging Sectin -->
<div id="lodging-list">
<h2>LODGING</h2>
<div id="hilton">
<img class="lodging-img" title="Hilton" alt="Hilton" src="assets/images/hilton.jpg" />
<div class="lodging-content">
<h3>Hilton</h3>
<div id="hilton-address">
60 Battery Street <br />
Burlington, VT 05401
</div>
Phone: (802) 658-6500 <br /><br />
<span id="hilton-move-right">
<a target="_blank" href="http://www1.hilton.com/en_US/hi/hotel/BTTVTHF-Hilton-Burlington-Vermont/index.do">Website</a> |
<a target="_blank" href="http://maps.google.com/maps?daddr=60+Battery+St%2C+Burlington%2C+VT+05401" id="hilton-directions">Get Directions</a>
</span>
</div>
</div>
<hr class="btv-separator" /> <br />
<div id="marriott">
<img class="lodging-img" title="Marriott" alt="Marriott" src="assets/images/marriot.jpg" />
<div class="lodging-content">
<h3>Marriott</h3>
<div id="marriott-address">
25 Cherry Street <br />
Burlington, VT 05401
</div>
Phone: (802) 864-4700 <br /><br />
<a target="_blank" href="http://www.marriott.com/hotels/travel/btvdt-courtyard-burlington-harbor/">Website</a> |
<a target="_blank" href="http://maps.google.com/maps?daddr=25+Cherry+St%2C+Burlington%2C+VT+05401" id="marriott-directions">Get Directions</a>
</div>
</div>
</div>
<!-- Restaurants Section -->
<div id="restaurants-list">
<h2>RESTAURANTS</h2>
<div id="sweetwaters">
<img class="restaurant-img" src="assets/images/sweetwaters.png" title="Sweetwaters" alt="Sweetwaters" />
<div class="restaurant-content">
<h3>Sweetwaters</h3>
<div id="sweetwaters-address">
120 Church Street <br />
Burlington, VT 05401
</div>
Phone: (802) 864-9800 <br /><br />
<a target="_blank" href="http://www.sweetwatersvt.com/">Website</a> |
<a target="_blank" href="http://maps.google.com/maps?daddr=120+Church+St%2C+Burlington%2C+VT+05401" id="sweetwaters-directions">Get Directions</a>
</div>
</div>
<hr class="btv-separator" /> <br />
<div id="vpb">
<img class="restaurant-img" title="Vermont Pub & Brewery" alt="Vermont Pub & Brewery" src="assets/images/vpb.jpg" />
<div class="restaurant-content">
<h3>Vermont Pub & Brewery</h3>
<div id="vpb-address">
144 College Street <br />
Burlington, VT 05401
</div>
Phone: (802) 865-0500 <br /><br />
<a target="_blank" href="http://www.vermontbrewery.com/">Website</a> |
<a target="_blank" href="http://maps.google.com/maps?daddr=144+College+St%2C+Burlington%2C+VT+05401" id="vpb-directions">Get Directions</a>
</div>
</div>
<hr class="btv-separator" /> <br />
<div id="lamante">
<img class="restaurant-img" title="L'Amante" alt="L'Amante" src="assets/images/lamante.png" />
<div class="restaurant-content">
<h3>L'Amante</h3>
<div id="lamante-address">
126 College Street <br />
Burlington, VT 05401
</div>
Phone: (802) 863-5200 <br /><br />
<a target="_blank" href="http://lamante.com/">Website</a> |
<a target="_blank" href="http://maps.google.com/maps?daddr=126+College+St%2C+Burlington%2C+VT+05401" id="lamante-directions">Get Directions</a>
</div>
</div>
</div>
<!-- Attractions Section -->
<div id="attractions-list">
<h2>ATTRACTIONS</h2>
<div id="echo">
<img class="attraction-img" title="ECHO Aquarium" alt="ECHO Aquarium" src="assets/images/echo.jpg" />
<div class="attraction-content">
<h3>ECHO Lake Aquarium</h3>
<div id="echo-address">
1 College Street <br />
Burlington, VT 05401
</div>
Phone: (877) 324-6386<br /><br />
<a target="_blank" href="http://www.echovermont.org/">Website</a> |
<a target="_blank" href="http://maps.google.com/maps?daddr=1+College+St%2C+Burlington%2C+VT+05401" id="echo-directions">Get Directions</a>
</div>
</div>
<hr class="btv-separator" /> <br />
<div id="bike-path">
<img class="attraction-img" title="Burlington Bike Path" alt="Burlington Bike Path" src="assets/images/bike_path.jpg" />
<div class="attraction-content">
<h3>Burlington Bike Path</h3>
<div id="bike-path-abstract">
The Bike Path is a beautiful trail that <br />
stretches across the waterfront for <br />
7.6 miles.
</div>
Phone: (802) 864-0123<br /><br />
<a target="_blank" href="http://www.enjoyburlington.com/Parks/BikePath1.cfm">Website</a> |
<a target="_blank" href="http://maps.google.com/maps?hl=en&client=firefox-a&hs=Tt8&rls=org.mozilla:en-US:official&gs_sm=3&gs_upl=25174l29400l1l29606l27l14l0l12l12l1l194l1652l6.8l26l0&bav=on.2,or.r_gc.r_pw.,cf.osb&biw=1366&bih=665&q=burlington+vt+bike+path+map&um=1&ie=UTF-8&hq=&hnear=0x4cca7ab9b6bc6543:0x34c1b5db16f8251e,Bike+Path,+Burlington,+VT+05401&gl=us&ei=B11OT4_VFqLu0gH5gdmzAg&sa=X&oi=geocode_result&ct=image&resnum=1&ved=0CDsQ8gEwAA" id="bike-path-directions">Map</a> |
<a target="_blank" href="http://www.localmotion.org/programs/trailside/">Rent a Bike</a>
</div>
</div>
<hr class="btv-separator" /> <br />
<div id="downtown">
<img class="attraction-img" title="Church Street" alt="Church Street" src="assets/images/downtown.jpg" />
<div class="attraction-content">
<h3>Downtown Burlington</h3>
<div id="downtown-address">
Church Street<br />
Burlington, VT 05401
</div>
<br />
<div id="downtown-abstract">
Downtown Burlington is an amazing<br />
place to explore; it is full of shops,<br />
food, and fun.
</div>
<br />
<span class="move-right">
<a target="_blank" href="http://www.churchstmarketplace.com/">Website</a> |
<a target="_blank" href="http://maps.google.com/maps?daddr=Church+St%2C+Burlington%2C+VT+05401" id="downtown-directions">Get Directions</a>
</span>
</div>
</div>
<hr class="btv-separator" /> <br />
<div id="north-beach">
<img class="attraction-img" title="North Beach" alt="North Beach" src="assets/images/north-beach.jpg" />
<div class="attraction-content">
<h3>North Beach</h3>
<div id="north-beach-address">
60 Institute Road<br />
Burlington, VT
</div>
Phone: (802) 862-0942
<br /><br />
<a target="_blank" href="http://www.enjoyburlington.com/northbeach.cfm">Website</a> |
<a target="_blank" href="http://maps.google.com/maps?daddr=60+Institute+Rd%2C+Burlington%2C+VT+05401" id="north-beach-directions">Get Directions</a>
</div>
</div>
</div>
<!-- Shopping Section
<div id="shopping-list">
<h2>SHOPPING</h2>
</div>-->
</div>
</div>
</div>
<div class="seperator"></div>
<!-- Ticketes Section -->
<div id="tickets">
<div class="container">
<header>
<img class="section-header" src="assets/images/tickets.png" alt="Tickets" Title="Tickets" />
<h1 id="tickets-header">TICKETS</h1>
</header>
<div id="tickets-top">
<a href="#" class="top-btn"><img src="assets/images/top.png" alt="Top" Title="Top" /> Top</a>
</div>
<div id="tickets-coming-soon">
<p></p>
<!-- <a class="guestlist-event-96402" href="#"><img width="250" height="60" style="border: 0" src="http://guestlistapp.com/images/embed/register.png" alt="Register for Event" /></a>-->
<p>Proceeds from the event will help benfit the local <a href="http://btvwag.org">Burlington Vermont Web Application Group.</a></p>
</div>
</div>
</div>
<div class="seperator"></div>
<!-- Sponsors Section -->
<div id="sponsors">
<div class="container">
<header>
<img class="section-header" src="assets/images/sponsors.png" alt="Sponsors" Title="Sponsors" />
<h1 id="sponsors-header">SPONSORS</h1>
</header>
<div id="sponsors-top">
<a href="#" class="top-btn"><img src="assets/images/top.png" alt="Top" Title="Top" /> Top</a>
</div>
<div id="sponsors-coming-soon">
<p>Contact the Burlington Web Application Group for more information about sponsorship opportunities</p>
<a href="mailto:[email protected]" id="sponsors-btn">More Info</a>
</div>
<div id="sponsors-logos">
<a id="engineyard" href="http://www.engineyard.com/" target="_blank">
<img src="assets/images/engineyard-logo.png" alt="Engine Yard" title="Engine Yard">
</a>
<a id="intridea" href="http://intridea.com/" target="_blank">
<img src="assets/images/intridea-logo.png" alt="Intridea" title="Intridea">
</a>
<a id="agilion" href="http://agilionapps.com/" target="_blank">
<img src="assets/images/agilion.png" alt="Agilion Apps" title="Agilion Apps">
</a>
<a id="mainstreet" href="http://www.mainstreetlanding.com" target="_blank">
<img src="assets/images/main-street-landing-logo.png" alt="Main Street Landing" title="Main Street Landing">
</a>
<a id="front-porch-forum" href="http://frontporchforum.com/" target="_blank">
<img src="assets/images/front-porch-forum-logo.png" alt="Front Porch Forum" title="Front Porch Forum">
</a>
</div>
</div>
</div>
<div id="footer"></div>
</body>
</html>