Skip to content

Commit 1d8ef74

Browse files
committed
Synchronized build
1 parent 5d93326 commit 1d8ef74

3 files changed

Lines changed: 96 additions & 2 deletions

File tree

evento/index.html

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,103 @@ <h2 class="section-title">Palestras</h2>
128128
</section>
129129

130130

131+
<section class="agenda" id="agenda">
132+
<h2 class="section-title">Agenda</h2>
133+
134+
135+
<div class="schedule-tbl">
136+
<table>
137+
<thead>
138+
<tr>
139+
<th class="schedule-time">Hora</th>
140+
<th class="schedule-slot">Local</th>
141+
<th class="schedule-description">Atividade</th>
142+
</tr>
143+
</thead>
144+
<tbody>
145+
146+
<tr class="schedule-other">
147+
<td class="schedule-time">13:30</td>
148+
<td class="schedule-slot">Recepção</td>
149+
<td class="schedule-description">Credenciamento</td>
150+
</tr>
151+
152+
<tr class="schedule-other">
153+
<td class="schedule-time">13:55</td>
154+
<td class="schedule-slot"></td>
155+
<td class="schedule-description">Abertura</td>
156+
</tr>
157+
158+
<tr class="schedule-other">
159+
<td class="schedule-time">14:00</td>
160+
<td class="schedule-slot"></td>
161+
<td class="schedule-description">Apaixonando-se por Python - Luciano Ratamero</td>
162+
</tr>
163+
164+
<tr class="schedule-other">
165+
<td class="schedule-time">14:50</td>
166+
<td class="schedule-slot"></td>
167+
<td class="schedule-description">Mercado de IA, OCR e style transfer via deep learning - Fabricio Amaral</td>
168+
</tr>
169+
170+
<tr class="schedule-other">
171+
<td class="schedule-time">15:40</td>
172+
<td class="schedule-slot"></td>
173+
<td class="schedule-description">Coffee Break</td>
174+
</tr>
175+
176+
<tr class="schedule-other">
177+
<td class="schedule-time">16:00</td>
178+
<td class="schedule-slot"></td>
179+
<td class="schedule-description">Lightning Talks</td>
180+
</tr>
181+
182+
<tr class="schedule-other">
183+
<td class="schedule-time">16:30</td>
184+
<td class="schedule-slot"></td>
185+
<td class="schedule-description">OCR em 20 minutos - Euclides da Cunha</td>
186+
</tr>
187+
188+
<tr class="schedule-other">
189+
<td class="schedule-time">17:00</td>
190+
<td class="schedule-slot"></td>
191+
<td class="schedule-description">Python Internals - Patrick Mazulo</td>
192+
</tr>
193+
194+
<tr class="schedule-other">
195+
<td class="schedule-time">17:50</td>
196+
<td class="schedule-slot"></td>
197+
<td class="schedule-description">Encerramento</td>
198+
</tr>
199+
200+
<tr class="schedule-other">
201+
<td class="schedule-time">18:00</td>
202+
<td class="schedule-slot">No bar mais próximo, vamos trocar ideias e beber um chopp.</td>
203+
<td class="schedule-description">Pós-evento</td>
204+
</tr>
205+
206+
</tbody>
207+
</table>
208+
</div>
209+
210+
</section>
211+
131212

132213

133214

215+
<section class="partners" id="partners">
216+
<h2 class="section-title">Parceiros</h2>
217+
<ul class="partners-list">
218+
219+
<li class="partner-item" itemscope itemtype="http://schema.org/Organization">
220+
<a href="http://www.slingcapital.com.br/" target='_blank' class="partner-logo partner-link" itemprop="url">
221+
<img src="/static/img/partners/sling_capital.png" alt="Sling Capital" class="photo" itemprop="image">
222+
</a>
223+
</li>
224+
225+
</ul>
226+
</section>
227+
134228

135229
</div>
136230
</div>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h2>Agenda</h2>
146146

147147
<li class="timeline-odd">
148148
<div class="timeline-image">
149-
<h4>Dia 28 <br/> Out 2017 </h4>
149+
<h4>Dia 16 <br/> Dez 2017 </h4>
150150
</div>
151151
<div class="timeline-panel">
152152
<a href="http://pythonrio.python.org.br/evento/">
@@ -155,7 +155,7 @@ <h4>Meetup</h4>
155155
<h4 class="subheading">XXV Meetup PythOnRio</h4>
156156
</div>
157157
<div class="timeline-body">
158-
<p>Dia 28 de Outubro de 2017 vai rolar mais um meetup da @pythonrio.</p>
158+
<p>Dia 16 de dezembro de 2017 vai rolar mais um meetup da @pythonrio.</p>
159159
</div>
160160
</a>
161161
</div>
42.4 KB
Loading

0 commit comments

Comments
 (0)