forked from myabc/eurucamp_website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
743 lines (729 loc) · 33 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
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" class="ie6 no-js"> <![endif]-->
<!--[if IE 7]> <html lang="en" class="ie7 no-js"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<title>eurucamp Berlin 2011 | 28 - 29 May | alternative ruby conf and open space</title>
<meta content="" name="description" />
<meta content="" name="author" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<link href="favicon.png" rel="shortcut icon" />
<link href="stylesheets/style.css?v=2" rel="stylesheet" />
<script src="http://use.typekit.com/snt3fzj.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
try{Typekit.load();}catch(e){}
//]]>
</script>
<script src="/js/libs/modernizr-1.7.min.js" type="text/javascript"></script>
<script src="http://widgets.twimg.com/j/2/widget.js" type="text/javascript"></script>
<script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>
</head>
<body>
<header>
<div id="nav">
<h2>eurucamp</h2>
<ul>
<li><a href="#sponsors">sponsors</a></li>
<li><a href="#conference">conference</a></li>
<li><a href="#register">register</a></li>
<li><a href="#location">location</a></li>
<li><a href="#people">people</a></li>
<li><a href="#contact">contact</a></li>
<li class="imp"><a href="https://github.com/myabc/eurucamp_website/wiki">wiki</a></li>
</ul>
</div>
</header>
<div id="container">
<div id="main" role="main">
<script type="text/javascript">
//<![CDATA[
var eurucamp;
eurucamp = {
theme: {
shell: {
background: '#ffffff',
color: '#ff003f'
},
tweets: {
background: '#ffffff',
color: '#30070c',
links: '#ff003f'
}
},
twitterFeatures: {
scrollbar: false,
loop: false,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'default'
}
}
//]]>
</script>
<section id="splash">
<div id="logo">
<img src="images/tools.png" />
<h1>eurucamp</h1>
<h2>Berlin 2011</h2>
<h3>Saturday 28th – Sunday 29th May</h3>
<p> </p>
</div>
</section>
<section id="sponsors">
<h2>with the help of…</h2>
<div class="prepend-1">
<h3>Our ‘Powertool’ Sponsors</h3>
<ul id="powertool">
<li><a class="powertool-sponsor-edenspiekermann" title="Leading design and communication agency" href="http://edenspiekermann.com/">edenspiekermann</a></li>
<li><a class="powertool-sponsor-mindmatters" title="mindmatters - building software for people who use the internet since 2001. get to know us via @halfbyte and @siepert!" href="http://www.mindmatters.de/">mindmatters</a></li>
<li><a class="powertool-sponsor-railslove" title="Railslove - we love building web applications!" href="http://railslove.com/">railslove</a></li>
<li><a class="powertool-sponsor-scalarium" title="Scalarium - EC2 Cluster Management and Application Hosting" href="http://www.scalarium.com/">scalarium</a></li>
</ul>
<h3>Our ‘Screwdriver’ Sponsors</h3>
<ul id="screwdriver">
<li><a class="screwdriver-sponsor-coup" title="Berlin co-working space" href="http://co-up.de/">co.up</a></li>
<li><a class="screwdriver-sponsor-dnsimple" title="Simple Hosted DNS and Domain Management" href="https://dnsimple.com/">dnsimple</a></li>
<li><a class="screwdriver-sponsor-rougecardinal" title="Paris-based web development agency" href="http://twitter.com/#!/rougecardinalfr">rougecardinal</a></li>
<li><a class="screwdriver-sponsor-upstream" title="Upstream – Agile GmbH" href="http://upstre.am/">upstream</a></li>
<li><a class="screwdriver-sponsor-zweitag" title="zweitag: Ruby on Rails Entwicklung und Web 2.0 Strategie Beratung" href="http://www.zweitag.de/">zweitag</a></li>
<li><a class="screwdriver-sponsor-leftbrain" title="leftbrain.co" href="http://leftbrain.co/">leftbrain</a></li>
</ul>
<ul class="dudes">
<li>
<a href="http://twitter.com/#!/crekev71" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/crekev71" />
</a>
</li>
<li>
<a href="http://twitter.com/#!/dbussink" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/dbussink" />
</a>
</li>
<li>
<a href="http://twitter.com/#!/myabc" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/myabc" />
</a>
</li>
<li>
<a href="http://twitter.com/#!/phoet" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/phoet" />
</a>
</li>
<li>
<a href="http://twitter.com/#!/svenfuchs" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/svenfuchs" />
</a>
</li>
</ul>
</div>
</section>
<section id="conference">
<h2>Conference</h2>
<div class="span-10 prepend-1 append-1 last">
<h3>What’s <strong>eurucamp</strong>?</h3>
<p>
Much like you, we’ve noticed a huge amount of interest in <a
href="http://euruko2011.org/">EuRuKo</a> this year and a lot of people
(including the organisers of <strong>eurucamp</strong>) weren't able to
get tickets. So we've assembled an alternative programme for those who
want to come to Berlin and hear about, talk about and hack about (with)
Ruby.
</p>
<p>
Whoever told you you can't have it both ways was wrong. Our goal is to
bring together the best of both worlds, and as such we're combining two
different formats for <strong>eurucamp</strong>.
</p>
</div>
<div class="span-5 prepend-1">
<h3>
Saturday 28th May –
<em>alternative conference</em>
</h3>
<p>
Saturday will feature a more traditional conference format. Talks will be
decided in advance. There will be <strong>9 slots of 45 minutes</strong>
available.
</p>
<table>
<tbody>
<tr>
<td>9:00 AM</td>
<td>Coffee</td>
</tr>
<tr>
<td>10:00 AM</td>
<td><a href="https://github.com/myabc/eurucamp_website/wiki/Ruby-for-Tinkerers-and-Artists">Ruby for Tinkerers and Artists</a></td>
</tr>
<tr>
<td>10:45 AM</td>
<td>Data.js - Data Manipulation and Graph Persistence for the Browser (and Node.js)</td>
</tr>
<tr>
<td>11:30 AM</td>
<td>Coffee Break</td>
</tr>
<tr>
<td>11:45 AM</td>
<td>ChiliProject, part functionality and upcoming challenges</td>
</tr>
<tr>
<td>12:30 PM</td>
<td><a href="https://github.com/myabc/eurucamp_website/wiki/Tweak-your-Ruby-consoles-2011-edition">Tweak your Ruby consoles – 2011 edition</a></td>
</tr>
<tr>
<td>1:15 PM</td>
<td>Lunch</td>
</tr>
<tr>
<td>2:00 PM</td>
<td>Travis CI - distributed continuous integration for the Ruby community link_to '</td>
</tr>
<tr>
<td>2:45 PM</td>
<td>DataMapper - Past, Present and Future</td>
</tr>
<tr>
<td>3:30 PM</td>
<td>Coffee Break</td>
</tr>
<tr>
<td>3:45 PM</td>
<td>Apps & API nuts & bolts</td>
</tr>
<tr>
<td>4:30 PM</td>
<td><a href="https://github.com/myabc/eurucamp_website/wiki/Going-virtual---managing-virtual-machines-with-vagrant-and-ruby">Going Virtual - managing virtual machines with vagrant and ruby</a></td>
</tr>
<tr>
<td>5:15 PM</td>
<td>Beer Break</td>
</tr>
<tr>
<td>5:30 PM</td>
<td><a href="https://github.com/myabc/eurucamp_website/wiki/Padrino-framework">Padrino Framework</a></td>
</tr>
<tr>
<td>6:15 PM</td>
<td>
<em>Schluss</em>
</td>
</tr>
<tr>
<td>7:00 PM</td>
<td>
<em>Pizza</em>
</td>
</tr>
<tr>
<td>9:00 PM</td>
<td>
<em>Party at “Tante Käthe”: <a href="http://euruko2011.org/agenda.html#party" target="_blank">eurucamp – EuRuKo Party</a></em>
</td>
</tr>
</tbody>
</table>
</div>
<div class="span-5">
<h3>
Sunday 29th May –
<em>100% open space</em>
</h3>
<img src="images/open-space.png" />
<p>
On Sunday everything will be decided on the day itself. In principle we
suggest lightning talks of about 15 minutes, plus workshops.
</p>
<p>
Reach for the <em>alka-seltzer</em>. Provided you can get yourself along
for 10am, you'll have a chance to shape the day yourself and bring your
own ideas.
</p>
<table>
<head>
<tr>
<td>9:30 AM</td>
<td>Coffee</td>
</tr>
<tr>
<td>10:00 AM</td>
<td>Workshop, Lightning Talks 1</td>
</tr>
<tr>
<td>11:30 AM</td>
<td>Coffee Break</td>
</tr>
<tr>
<td>11:45 AM</td>
<td>Workshop, Lightning Talks 2</td>
</tr>
<tr>
<td>1:15 PM</td>
<td>Lunch</td>
</tr>
<tr>
<td>2:00 PM</td>
<td>Workshop, Lightning Talks 3</td>
</tr>
<tr>
<td>3:30 PM</td>
<td>Coffee Break</td>
</tr>
<tr>
<td>3:45 PM</td>
<td>Workshop, Lightning Talks 4</td>
</tr>
<tr>
<td>5:15 PM</td>
<td>Beer Break</td>
</tr>
<tr>
<td>5:30 PM</td>
<td>Workshop, Lightning Talks 5</td>
</tr>
<tr>
<td>6:15 PM</td>
<td>
<em>Schluss</em>
</td>
</tr>
</head>
</table>
<p>
<a href="https://github.com/myabc/eurucamp_website/wiki/Format-Ideas">Format Ideas</a>
<a href="https://github.com/myabc/eurucamp_website/wiki/Talk-ideas">Talk / Workshop Ideas</a>
</p>
</div>
<div class="span-3"></div>
</section>
<section id="location">
<h2>Location</h2>
<div class="span-6 prepend-1">
<h3>betahaus berlin</h3>
<div id="map_canvas" style="width: 400px; height: 400px;"></div>
</div>
<div class="span-5 last">
<h3><a href="http://betahaus.de/">http://betahaus.de/</a></h3>
<address>
<strong>betahaus berlin<br></strong>
Prinzessinnenstraße 19-20<br>
10969 Berlin
</address>
<p>
<span class="line" style="background-color:#181953">U8</span>
Moritzplatz
</p>
<ul>
<li class="bvg">
<iframe frameborder="0" style="width:300px;height:196px;border:0;" src="http://www.bvg.de/index.php/de/widgets/fahrinfo/1/300/1/Prinzessinnenstra%C3%9Fe%2019"></iframe>
</li>
<li>
<h6>
To / from EuRuKo venue:<br>
</h6>
<span class="line" style="background-color:#181953">U8</span>
from Moritzplatz to Alexanderplatz<br>
<span class="line" style="background-color:#5B1F10">U5</span>
from Alexanderplatz to Schillingstraße
</li>
<li>
<h6>
To / from Pizzeria Masaniello, Hasenheide 20, 10967 Berlin
</h6>
<span class="line" style="background-color:#181953">U8</span>
from Moritzplatz to Hermannplatz<br>
</li>
<li>
<h6>
To / from GitHub Meetup, Prater Biergarten, Kastanienallee 7 - 9, 10435 Berlin:
</h6>
<span class="line" style="background-color:#181953">U8</span>
from Moritzplatz to Alexanderplatz<br>
<span class="line" style="background-color:#ff0000">U2</span>
from Alexanderplatz to Eberswalder Straße
</li>
</ul>
</div>
</section>
<section id="people">
<h2>People</h2>
<div>
<div class="span-3 prepend-1">
<h3>Who's organising</h3>
<a href="http://twitter.com/#!/myabc" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/myabc" />
</a>
<a href="http://twitter.com/#!/benjaminmateev" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/benjaminmateev" />
</a>
<a href="http://twitter.com/#!/crekev71" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/crekev71" />
</a>
<h3>Who's contributed</h3>
<a href="http://twitter.com/#!/sarahlincoln" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/sarahlincoln" />
</a>
<a href="http://twitter.com/#!/diggler3000" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/diggler3000" />
</a>
<a href="http://twitter.com/#!/wordgraphy" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/wordgraphy" />
</a>
</div>
<div class="span-4">
<h3>Who's coming</h3>
<div class="span-3">
<a href="http://twitter.com/#!/a2800276" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/a2800276" />
</a>
<a href="http://twitter.com/#!/abuiles" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/abuiles" />
</a>
<a href="http://twitter.com/#!/alpinegizmo" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/alpinegizmo" />
</a>
<a href="http://twitter.com/#!/andypsilon" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/andypsilon" />
</a>
<a href="http://twitter.com/#!/aofner" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/aofner" />
</a>
<a href="http://twitter.com/#!/batdevis" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/batdevis" />
</a>
<a href="http://twitter.com/#!/captainhagbard" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/captainhagbard" />
</a>
<a href="http://twitter.com/#!/carlosmoutinho" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/carlosmoutinho" />
</a>
<a href="http://twitter.com/#!/chrismcg" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/chrismcg" />
</a>
<a href="http://twitter.com/#!/cubbi" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/cubbi" />
</a>
<a href="http://twitter.com/#!/dasgib" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/dasgib" />
</a>
<a href="http://twitter.com/#!/der_kronn" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/der_kronn" />
</a>
<a href="http://twitter.com/#!/dira_geek_girl" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/dira_geek_girl" />
</a>
<a href="http://twitter.com/#!/dirksiemers" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/dirksiemers" />
</a>
<a href="http://twitter.com/#!/eamodeorubio" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/eamodeorubio" />
</a>
<a href="http://twitter.com/#!/eeppa" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/eeppa" />
</a>
<a href="http://twitter.com/#!/effkay" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/effkay" />
</a>
<a href="http://twitter.com/#!/entropyfw" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/entropyfw" />
</a>
<a href="http://twitter.com/#!/evilchelu" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/evilchelu" />
</a>
<a href="http://twitter.com/#!/fbandov" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/fbandov" />
</a>
<a href="http://twitter.com/#!/felipeelias" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/felipeelias" />
</a>
<a href="http://twitter.com/#!/ferblape" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/ferblape" />
</a>
<a href="http://twitter.com/#!/florianvallen" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/florianvallen" />
</a>
<a href="http://twitter.com/#!/galfert" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/galfert" />
</a>
<a href="http://twitter.com/#!/halfbyte" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/halfbyte" />
</a>
<a href="http://twitter.com/#!/harryfk" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/harryfk" />
</a>
<a href="http://twitter.com/#!/henrikberggren" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/henrikberggren" />
</a>
<a href="http://twitter.com/#!/heragu" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/heragu" />
</a>
<a href="http://twitter.com/#!/ialcazar" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/ialcazar" />
</a>
<a href="http://twitter.com/#!/ifesdjeen" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/ifesdjeen" />
</a>
<a href="http://twitter.com/#!/j2vidal" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/j2vidal" />
</a>
<a href="http://twitter.com/#!/jacekbecela" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/jacekbecela" />
</a>
<a href="http://twitter.com/#!/jkwebs" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/jkwebs" />
</a>
<a href="http://twitter.com/#!/josephwilk" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/josephwilk" />
</a>
<a href="http://twitter.com/#!/juliancheal" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/juliancheal" />
</a>
<a href="http://twitter.com/#!/klaste" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/klaste" />
</a>
<a href="http://twitter.com/#!/klickmich" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/klickmich" />
</a>
<a href="http://twitter.com/#!/koos" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/koos" />
</a>
<a href="http://twitter.com/#!/leipeleon" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/leipeleon" />
</a>
<a href="http://twitter.com/#!/lmmendes" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/lmmendes" />
</a>
<a href="http://twitter.com/#!/localeapp" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/localeapp" />
</a>
<a href="http://twitter.com/#!/manufaktor" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/manufaktor" />
</a>
<a href="http://twitter.com/#!/maser" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/maser" />
</a>
<a href="http://twitter.com/#!/matthewling" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/matthewling" />
</a>
<a href="http://twitter.com/#!/mcberros" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/mcberros" />
</a>
<a href="http://twitter.com/#!/mikejust" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/mikejust" />
</a>
<a href="http://twitter.com/#!/mseppae" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/mseppae" />
</a>
<a href="http://twitter.com/#!/muescha" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/muescha" />
</a>
<a href="http://twitter.com/#!/piotrgega" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/piotrgega" />
</a>
<a href="http://twitter.com/#!/priithaamer" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/priithaamer" />
</a>
<a href="http://twitter.com/#!/punkrats" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/punkrats" />
</a>
<a href="http://twitter.com/#!/purbon" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/purbon" />
</a>
<a href="http://twitter.com/#!/ralph" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/ralph" />
</a>
<a href="http://twitter.com/#!/rbjl" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/rbjl" />
</a>
<a href="http://twitter.com/#!/sabman" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/sabman" />
</a>
<a href="http://twitter.com/#!/salesking" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/salesking" />
</a>
<a href="http://twitter.com/#!/skddc" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/skddc" />
</a>
<a href="http://twitter.com/#!/sven_kr" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/sven_kr" />
</a>
<a href="http://twitter.com/#!/tassmann" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/tassmann" />
</a>
<a href="http://twitter.com/#!/TheDeadSerious" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/TheDeadSerious" />
</a>
<a href="http://twitter.com/#!/thegcat" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/thegcat" />
</a>
<a href="http://twitter.com/#!/tigrish" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/tigrish" />
</a>
<a href="http://twitter.com/#!/tow8ie" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/tow8ie" />
</a>
<a href="http://twitter.com/#!/zomoco" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/zomoco" />
</a>
<a href="http://twitter.com/#!/_solnic_" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/_solnic_" />
</a>
<a href="http://twitter.com/#!/_tomash" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/_tomash" />
</a>
<a href="http://twitter.com/#!/__snusnu__" target="_blank">
<img src="http://api.twitter.com/1/users/profile_image/__snusnu__" />
</a>
</div>
</div>
<div class="span-4 last">
<h3>And what they're saying…</h3>
<script type="text/javascript">
//<![CDATA[
new TWTR.Widget({
version: 2,
type: 'search',
rpp: 7,
search: 'eurucamp',
title: 'Live Search',
subject: '#eurucamp',
interval: 6000,
width: 250,
height: 250,
theme: eurucamp.theme,
features: eurucamp.twitterFeatures
}).render().start();
//]]>
</script>
</div>
</div>
</section>
<section id="contact">
<h2>Contact & Terms</h2>
<div class="span-6 prepend-1">
<p>
Please get in touch if you have ideas or questions. We really enjoy
hearing from you. This is a not-for-profit, non-commercial event and we
endeavour to be as democratic as possible in our decision making.
<div class="vcard">
<div class="email">
<span>email:</span>
info@eurucamp.org
</div>
</div>
</p>
<ul>
<li><a href="/imprint">Imprint / Impressum</a></li>
</ul>
<p>Further acknowledgments:</p>
<ul>
<li>Nico Hagenburger for the awesome pure CSS "Fork me" ribbon.</li>
<li>Caleb T. (I make web things: http://imakewebthings.com/) for jQuery Waypoints.</li>
<li>Heroku for hosting our website.</li>
<li>GitHub for hosting our code.</li>
</ul>
</div>
</section>
</div>
</div>
<footer>
</footer>
<a href="https://github.com/eurucamp/2011.eurucamp.org" id="github">
<span>Fork me on GitHub!</span>
<span>social coding ftw</span>
</a>
<script src="/js/libs/jquery-1.5.1.min.js" type="text/javascript"></script>
<script src="/js/waypoints.min.js" type="text/javascript"></script>
<script src="/js/script.js" type="text/javascript"></script>
<!--[if lt IE 7 ]>
<script src="javascripts/js/libs/dd_belatedpng.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
DD_belatedPNG.fix('img, .png_bg');
//]]>
</script>
<![endif]-->
<script type="text/javascript">
//<![CDATA[
var _gaq=[['_setAccount','UA-22009575-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
var map;
var espi = new google.maps.LatLng(52.50262234,13.41224402);
var MY_MAPTYPE_ID = 'espi';
function initialize() {
var stylez = [
{
featureType: 'road',
elementType: 'geometry',
stylers: [{'visibility': 'simplified'}]
}, {
featureType: 'road.arterial',
stylers: [
{hue: 149},
{saturation: -78},
{lightness: 0}
]
}, {
featureType: 'road.highway',
stylers: [
{'visibility': 'simplified'}
]
}, {
featureType: 'poi',
elementType: 'label',
stylers: [{'visibility': 'simplified'}]
}, {
featureType: 'landscape',
stylers: [
{hue: 163},
{saturation: -26},
{lightness: -1.1}
]
}
];
var mapOptions = {
zoom: 17,
center: espi,
mapTypeControl: false,
mapTypeControlOptions: {
mapTypeIds: [google.maps.MapTypeId.ROADMAP, MY_MAPTYPE_ID]
},
navigationControl: true,
navigationControlOptions: {
style: google.maps.NavigationControlStyle.SMALL
},
mapTypeId: MY_MAPTYPE_ID
};
map = new google.maps.Map(document.getElementById("map_canvas"),
mapOptions);
var styledMapOptions = {
name: "espi"
};
var jayzMapType = new google.maps.StyledMapType(stylez, styledMapOptions);
map.mapTypes.set(MY_MAPTYPE_ID, jayzMapType);
var image = 'http://events.edenspiekermann.com/assets/images/berlin_p.png';
var myLatLng = new google.maps.LatLng(52.50262234,13.41224402);
var espiMarker = new google.maps.Marker({
position: myLatLng,
map: map,
icon: image
});
}
$(document).ready(function() {
initialize();
});
//]]>
</script>
</body>
</html>