@@ -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 >
0 commit comments