Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Fix iframe height and update event schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Jan 21, 2015
1 parent 79277a4 commit 0c88087
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 9 deletions.
62 changes: 54 additions & 8 deletions app/programacao.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ <h2 class="parallax-text square-reticle" >PALESTRAS</h2>
<tbody>
<tr>
<td>8:00 às 12:00</td>
<td>AngularJS: Um Framework para facilitar sua vida (o curso)<br />
Wilson Mendes
</td>
<td>Aplicações Restful com Demoiselle 2.5<br />
Marlon Carvalho<br />
Luciano Brandão
</td>
<td>Test Driven Development para uma vida mais tranquila<br />
Paulo Ortins
</td>
</tr>
<tr>
<td>12:00 às 13:00</td>
Expand All @@ -121,7 +121,9 @@ <h2 class="parallax-text square-reticle" >PALESTRAS</h2>
<td>AngularJS: Um Framework para facilitar sua vida (o curso)<br />
Wilson Mendes
</td>
<td><span class="font-warning bold">A definir</span></td>
<td>Scala: Programação funcional na JVM<br />
Robson Peixoto<br />
Rodrigo Ribeiro
</tr>
</tbody>
</table>
Expand All @@ -139,8 +141,8 @@ <h2 class="parallax-text square-reticle" >PALESTRAS</h2>
<tbody>
<tr>
<td>8:00 às 12:00</td>
<td>Python para Zumbis<br />
Fernando Masanori
<td>Bem vindo ao mundo fantástico do Xamarin<br />
Paulo Ortins
</td>
<td>Lambdas, Streams, com Java8 e além!<br />
Otávio Santana
Expand All @@ -153,8 +155,8 @@ <h2 class="parallax-text square-reticle" >PALESTRAS</h2>
</tr>
<tr>
<td>13:00 às 17:00</td>
<td>Python para Zumbis<br />
Fernando Masanori
<td>Bem vindo ao mundo fantástico do Xamarin<br />
Paulo Ortins
</td>
<td>Lambdas, Streams, com Java8 e além!<br />
Otávio Santana
Expand All @@ -171,6 +173,50 @@ <h2 class="parallax-text square-reticle" >PALESTRAS</h2>
</ul>
</div><br/><br/>

<div class="row">
<p><span class="parallax-text col-lg-12 text-center">LABORATÓRIOS</span></p>
</div>
<hr/>
<table class="table table-bordered table-striped table-hover">
<thead>
<tr>
<th>Horário</th>
<th>Lab 1</th>
<th>Lab 2</th>
</tr>
</thead>
<tbody>
<tr>
<td>8:00 às 12:00</td>
<td>Python para Zumbis<br />
Fernando Masanori
</td>
<td>Let's talk about Domain-Driven Design (O curso)<br />
Osnir Oliveira
</td>
</tr>
<tr>
<td>12:00 às 13:00</td>
<td>Intervalo</td>
<td>Intervalo</td>
</tr>
<tr>
<td>13:00 às 17:00</td>
<td>Python para Zumbis<br />
Fernando Masanori
</td>
<td>Let's talk about Domain-Driven Design (O curso)<br />
Osnir Oliveira
</td>
</tr>
</tbody>
</table>
<br/><br/>

<div class="row">
<p><span class="parallax-text col-lg-12 text-center">AUDITÓRIO</span></p>
</div>
<hr/>
<div class="row">
<p><span class="parallax-text col-lg-12 text-center red">CREDENCIAMENTO / COFFEE BREAK</span></p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ a.font-white, a.font-white:hover{
#iframe-inscricao{
border: none !important;
width: 100% !important;
height: 860px;
height: 1100px;
overflow-x: hidden;
}

Expand Down

0 comments on commit 0c88087

Please sign in to comment.