forked from GrUSP/2019.rubyday.it
-
Notifications
You must be signed in to change notification settings - Fork 0
/
schedule.html
82 lines (60 loc) · 4.83 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
---
title: Schedule
---
<div class="limit limit--top-margin">
{% include schedule/intro.html date='October 5th' %}
<div class="schedule" data-dates="1-25,5-12,1-24">
<table class="schedule__table">
<thead>
{% include schedule/header.html tracks='1' %}
</thead>
<tbody>
{% include schedule/event.html time='09:00 - 09:30' title='Check-in' fill='true' %}
{% include schedule/event.html time='09:30 - 09:40' title='GrUSP presentation' fill='true' %}
{% include schedule/event.html time='09:40 - 09:50' title='FEVR & ReactJS Day presentation' fill='true' %}
{% include schedule/talk.html time='09:55 - 10:45' title='Updates on React Router' keynote='true' fill='true' %}
{% include schedule/talk.html time='10:45 - 11:15' title='Navigating the hype-driven world of frontend development without going crazy' fill='true' %}
{% include schedule/pause.html time='11:15 - 11:45' title='Short break' icon="coffee" fill='true' %}
{% include schedule/talk.html time='11:45 - 12:15' title='Testing React Components and Coding with Confidence' fill='true' %}
{% include schedule/talk.html time='12:15 - 12:45' title="Let's manage our local state with GraphQL." fill='true' %}
{% include schedule/pause.html time='12:45 - 14:30' title='Lunch + Lightning talks' icon="food" fill='true' %}
{% include schedule/talk.html time='14:30 - 15:00' title='A Reappreciation of Redux: Why my team at PayPal removed Apollo Client and went back to Redux' fill='true' %}
{% include schedule/talk.html time='15:00 - 15:30' title='Bridging the gap between design prototyping and code' fill='true' %}
{% include schedule/talk.html time='15:30 - 16:00' title='Behavioral Programming with React: request, wait and block' fill='true' %}
{% include schedule/pause.html time='16:00 - 16:20' title='Coffee break' icon="coffee" fill='true' %}
{% include schedule/talk.html time='16:20 - 17:10' title='Advanced patterns in building React Components' fill='true' %}
{% include schedule/talk.html time='17:10 - 17:40' title='Making games and physics work with Reason & Reprocessing' fill='true' %}
{% include schedule/pause.html time='17:40 - 17:50' title='Bye bye from GrUSP & FEVR' icon="bar" fill='true' %}
{% include schedule/pause.html time='17:50 - 20:00' title='Happy hour!' icon="bar" fill='true' %}
</tbody>
</table>
</div>
<div class="schedule schedule--mobile" data-dates="5-12,1-24,1-25">
<table class="schedule__table">
<thead>
{% include schedule/header.html track='1' %}
</thead>
<tbody>
{% include schedule/event.html time='09:00 - 09:30' title='Check-in' fill='true' %}
{% include schedule/event.html time='09:30 - 09:40' title='GrUSP presentation' fill='true' %}
{% include schedule/event.html time='09:40 - 09:50' title='FEVR & ReactJS Day presentation' fill='true' %}
{% include schedule/talk.html time='09:55 - 10:45' title='Updates on React Router' keynote='true' fill='true' %}
{% include schedule/talk.html time='10:45 - 11:15' title='Navigating the hype-driven world of frontend development without going crazy' fill='true' %}
{% include schedule/pause.html time='11:15 - 11:45' title='Short break' icon="coffee" fill='true' %}
{% include schedule/talk.html time='11:45 - 12:15' title='Testing React Components and Coding with Confidence' fill='true' %}
{% include schedule/talk.html time='12:15 - 12:45' title="Let's manage our local state with GraphQL." fill='true' %}
{% include schedule/pause.html time='12:45 - 14:30' title='Lunch + Lightning talks' icon="food" fill='true' %}
{% include schedule/talk.html time='14:30 - 15:00' title='A Reappreciation of Redux: Why my team at PayPal removed Apollo Client and went back to Redux' fill='true' %}
{% include schedule/talk.html time='15:00 - 15:30' title='Bridging the gap between design prototyping and code' fill='true' %}
{% include schedule/talk.html time='15:30 - 16:00' title='Behavioral Programming with React: request, wait and block' fill='true' %}
{% include schedule/pause.html time='16:00 - 16:20' title='Coffee break' icon="coffee" fill='true' %}
{% include schedule/talk.html time='16:20 - 17:10' title='Advanced patterns in building React Components' fill='true' %}
{% include schedule/talk.html time='17:10 - 17:40' title='Making games and physics work with Reason & Reprocessing' fill='true' %}
{% include schedule/pause.html time='17:40 - 17:50' title='Bye bye from GrUSP & FEVR' icon="bar" fill='true' %}
{% include schedule/pause.html time='17:50 - 20:00' title='Happy hour!' icon="bar" fill='true' %}
</tbody>
</table>
</div>
</div>
{% include index/newsletter.html %}
{% include index/sponsors.html %}