-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathschedule.html
232 lines (220 loc) · 6.3 KB
/
schedule.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
---
title: Schedule
days:
- date:
times: true
id: '#'
title: Time
slots:
- title: '09:00 - 09:30'
- title: '09:30 - 10:30'
- title: '10:30 - 11:15'
- title: '11:15 - 11:45'
- title: '11:45 - 12:30'
- title: '12:30 - 13:15'
- title: '13:15 - 15:00'
- title: '15:00 - 15:45'
- title: '15:45 - 16:30'
- title: '16:30 - 17:00'
- title: '17:00 - 17:45'
- title: '17:45 - 18:45'
- title: ''
- title: '20:00 - 23:30'
- date: Thursday 13<sup>th</sup>
id: oct13
title: Workshops
slots:
- title: ''
- title: Rspec for newbies
speaker: Fernando Blat
rowspan: 2
talk: ferblape
-
- title: Break
class: lunch
- title: React on Rails workshop
speaker: Prathamesh Sonpatki
rowspan: 2
talk: _cha1tanya
-
- title: LUNCH
class: lunch
- title: 'Hack & meet'
speaker:
rowspan: 2
-
- title: ''
- title: ''
- title: ''
- title: ''
- title: ''
- date: Friday 14<sup>th</sup>
id: oct14
title: Day 1
slots:
- title: Registration
class: lunch
- title: OPENING
speaker: Xavier Noria
class: keynote
talk: fxn
- title: Upgrade strategies<br>for Ruby and Rails
speaker: Enrique Mogollan
talk: mogox
- title: Break
class: lunch
- title: Responsible gem collector
speaker: Adam Niedzielski
talk: niedzielskiadam
- title: Tech work and mental health
speaker: Diego Fernández Fernández
talk: littlemove
- title: LUNCH
class: lunch
- title: "Ten years with Rails,<br>wow's and meh's"
speaker: Fernando Blat
talk: ferblape
- title: Highly scalable storage with MySQL and Ruby
speaker: Olek Janiszewski
talk: exviva
- title: Break
class: lunch
- title: Understanding Unix pipes<br>with Ruby
speaker: Sergio Gil
talk: porras
- title: 'KEYNOTE'
speaker: Godfrey Chan
class: keynote
talk: chancancode
- title: ''
- title: Dinner & Party
class: lunch
party: true
- date: Saturday 15<sup>th</sup>
id: oct15
title: Day 2
slots:
- title: Registration
class: lunch
- title: KEYNOTE
speaker: Kerri Miller
class: keynote
talk: kerrizor
- title: 20 tips to secure your Rails app
speaker: Daniel Lobato Garcia
talk: dLobatog
- title: Break
class: lunch
- title: Secrets of testing Rails 5 apps
speaker: Prathamesh Sonpatki
talk: _cha1tanya
- title: Bulk load data with<br>ActiveRecord and NoSQL
speaker: Carlos Sánchez Pérez
talk: carlossanchezp
- title: LUNCH
class: lunch
- title: How we build an SPA<br>with Rails API and React.js
speaker: Adam Pahlevi
talk: adamvim
- title: Phoenix Framework<br>for Rails devs
speaker: Javier Cuevas
talk: javier_dev
- title: Break
class: lunch
- title: '<i class="fa fa-bolt"></i> Lightning Talks <i class="fa fa-bolt"></i>'
speaker: You!
talk: mystery
- title: CLOSING
speaker: Aaron Patterson
class: keynote
talk: tenderlove
- title: ''
- title: ''
---
<h1>Conferencia Rails <em class='date'>Madrid, 13-15th October 2016</em></h1>
<h2>Schedule</h2>
<p>We can't show you but a glimpse of the awesomeness, fun and wisdom our
speakers and keynotes, and lightning talks brought, but just to give you an
idea this was 2016's amazing grid:
</p>
<section id='schedule'>
<!-- desktop -->
<table class='table-wide'>
<tr> {% for day in page.days %} <td class='date'>{{ day.date }}</td> {% endfor %} </tr>
<tr> {% for day in page.days %} <th>{{ day.title }}</th> {% endfor %} </tr>
{% for i in (0..14) %}
<tr>
{% for day in page.days %}
{% if day.slots[i].title %}
<td rowspan='{{ day.slots[i].rowspan | default 1 }}' class='{{ day.slots[i].class}}'>
{% if day.slots[i].speaker %}
<a href="/speakers.html#{{ day.slots[i].talk }}">
{{ day.slots[i].title }}
<br> <i class="schedule-speaker">{{day.slots[i].speaker}}</i>
</a>
{% else %}
{% if day.slots[i].party %}
<a href="/index.html#dinner">
<i class="fa fa-cutlery"></i>
{{ day.slots[i].title }}
<i class="fa fa-music"></i>
<br> at Moby Dick Club</i>
</a>
{% else %}
{{ day.slots[i].title }}
{% endif %}
{% endif %}
</td>
{% endif %}
{% endfor %}
</tr>
{% endfor %}
</table>
<!-- mobile -->
<table class='table-thin' id='{{ day.id }}'>
<tr>
{% for day in page.days %}
{% if day.date %}
<td>
<a href='#{{day.id}}'>{{ day.title }}</a>
<td>
{% endif %}
{% endfor %}
</tr>
</table>
{% for day in page.days %}
{% if day.times != true %}
<table class='table-thin' id='{{ day.id }}'>
<tr><td class='date' colspan='2'>{{ day.date }}</td></tr>
<tr><th colspan='2'>{{ day.title }}</th></tr>
{% for i in (0..14) %}
{% assign slot = day.slots[i] %}
<tr>
<td> {{ page.days[0].slots[i].title }} </td>
{% if slot.title %}
<td rowspan='{{ slot.rowspan | default 1 }}' class='{{ slot.class }}'>
{% if day.slots[i].speaker %}
<a href="/speakers.html#{{ day.slots[i].talk }}">
{{ day.slots[i].title }}
<br> <i class="schedule-speaker">{{day.slots[i].speaker}}</i>
</a>
{% else %}
{% if day.slots[i].party %}
<a href="/index.html#dinner">
<i class="fa fa-cutlery"></i>
{{ day.slots[i].title }}
<i class="fa fa-music"></i>
<br> at Moby Dick Club</i>
</a>
{% else %}
{{ day.slots[i].title }}
{% endif %}
{% endif %}
</td>
{% endif %}
</tr>
{% endfor %}
</table>
{% endif %}
{% endfor %}
</section>