-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
101 lines (87 loc) · 3.53 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
---
layout: page
---
{% include header.html %}
<div class="video" id="trailer">
<iframe id="ytplayer" type="text/html" width="903" height="508"
src="https://www.youtube-nocookie.com/embed/QV47iLvh2ZQ"
title="RuLu 2012 Trailer video"
allow="picture-in-picture; web-share"
frameborder="0">
</iframe>
</div>
<section id="banner">
<div class="row">
<div class="span4">
</div>
<div class="span4">
<p id="date">JUNE 22-23</p>
</div>
<div class="span4">
</div>
</div>
<div class="row">
<div class="span4">
</div>
<div class="span4">
<p id="place">LYON, FRANCE</p>
</div>
<div class="span4">
</div>
</div>
</section>
<div class="row divider">
<div class="wave"></div>
<div class="ruby-small"></div>
<div class="wave"></div>
</div>
<div class="row">
<section id="description" class="span8">
<p><strong>Ruby Lugdunum</strong> (a.k.a Rulu) is a <strong>two-day Ruby
conference</strong> happening in <strong>Lyon, France</strong>.</p>
<p>It features <strong>great talks</strong>, plenty of time to
<strong>meet people</strong> and <strong>awesome food</strong>!</p>
<section id="conf-details" class="row">
<div class="span12">
<h2><img src="assets/img/venue-ribbon.png"></h2>
</div>
<div id="venue-description" class="description">
<h3>Manufacture des Tabacs <small>(a.k.a "La Manu")</small></h3>
<p>RuLu 2012 will be held in the <i><a href="http://goo.gl/maps/6f6Q">Manufacture des Tabacs</a></i>: an ancient tobacco
plant converted into a university in the early 90's. Talks will take place in
the large <i>Auditorium André Malraux</i> while the <i>south court</i>
will be reserved to Rulu attendees to have drinks, hack and socialize.</p>
<p>The <i>Manufacture des Tabacs</i> is close by <i>Lyon Part Dieu</i>, the main train station of Lyon.</p>
</div>
<img id="venue-img" src="assets/img/venue/manufacture-night.png" title="Credits to @matubu on Flickr">
<hr class="spacer">
{% include speakers.html %}
<hr class="spacer">
<div class="span12">
<h2><img src="assets/img/after-party-ribbon.png"></h2>
</div>
<div id="party-description" class="description">
<h3>Le Koodeta <small> Friday 22nd - 18:00</small></h3>
<p>
All Rulu attendees and speakers are invited to a <a href="/2012/06/12/after-party.html">Dinner & Party</a> at
<a href="http://goo.gl/maps/5Qdi">Le Koodeta</a>, a Gourmet Restaurant & Pub
located 15 minutes walking from the venue.
Le Koodeta features a large patio with olive trees, an outdoor bar and confy sofas. The dinner is sponsored by the <a href="http://lyonrb.fr">Lyon Ruby Brigade</a>... check out <a href="/2012/06/12/after-party.html#dinner-menu">the menu</a>!
</p>
</div>
<img id="koodeta-img" src="/assets/img/koodeta-collage-500.png"/>
</section>
<div id="twitter">
<img src="assets/img/twitter-icon.png">
<span id="tweet"></span>
<a href="https://twitter.com/rulu" class="twitter-follow-button" data-show-count="false" data-size="small">Follow @rulu</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</section>
{% include sponsors.html %}
</div>
{% include partners.html %}