94 linhas
3.4 KiB
PHP
94 linhas
3.4 KiB
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Programação - SEI 2016 - Câmpus Francisco Beltrão</title>
|
|
|
|
<!-- META TAGS -->
|
|
<?php include "inc/meta.php"; ?>
|
|
</head>
|
|
|
|
<body>
|
|
<!--TOPO -->
|
|
<?php
|
|
include "inc/topo.php";
|
|
?>
|
|
<div class="clear"></div>
|
|
|
|
<!-- CORPO -->
|
|
<section class="corpo">
|
|
<section class="conteudo">
|
|
<!-- PROGRAMAÇÃO -->
|
|
<section class="programacao">
|
|
<h1>Programação</h1><div class="detalhe"></div><br>
|
|
<!-- 24/11 -->
|
|
<h3>Dia 24/11, no Espaço da Arte</h3><div class="detalhe"></div><br>
|
|
<table width="100%" class="tabela">
|
|
<tr>
|
|
<td width="10%" class="td_titulo">Horário</td>
|
|
<td width="90%" class="td_titulo">Evento</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>17h00</td>
|
|
<td>Recepção e credenciamento</td>
|
|
</tr>
|
|
<tr>
|
|
<td>19h00</td>
|
|
<td>Abertura</td>
|
|
</tr>
|
|
<tr>
|
|
<td>19h30</td>
|
|
<td>Apresentação artística</td>
|
|
</tr>
|
|
<tr>
|
|
<td>20h00</td>
|
|
<td>Palestra da Coordenadoria de Transferência e Inovação Tecnológica(CTIT UFMG)</td>
|
|
</tr>
|
|
</table><br><br>
|
|
|
|
<!-- 25/11 -->
|
|
<h3>Dia 25/11, na UTFPR, Câmpus Francisco Beltrão</h3><div class="detalhe"></div><br>
|
|
<table width="100%" class="tabela">
|
|
<tr>
|
|
<td width="10%" class="td_titulo">Horário</td>
|
|
<td width="90%" class="td_titulo">Evento</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>08h00</td>
|
|
<td>Montagem dos Pôsteres pelos autores</td>
|
|
</tr>
|
|
<tr>
|
|
<td>08h30</td>
|
|
<td>Curso de Implementos e máquinas agrícolas para pequenas propriedades - público externo</td>
|
|
</tr>
|
|
<tr>
|
|
<td>09h00</td>
|
|
<td>Apresentação dos Pôsteres de áreas e HT(Hotel Tecnológico) e IUT(Incubadora Universitária Tecnológica)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>09h00</td>
|
|
<td>Reunião Depex</td>
|
|
</tr>
|
|
<tr>
|
|
<td>09h00</td>
|
|
<td>Reunião AGINT, participação da UFMG</td>
|
|
</tr>
|
|
<tr>
|
|
<td>10h00</td>
|
|
<td>Apresentação dos trabalhos selecionados</td>
|
|
</tr>
|
|
</table>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
<div class="clear"></div>
|
|
|
|
<!-- RODAPÉ -->
|
|
<?php
|
|
include "inc/rodape.php";
|
|
?>
|
|
<div class="clear"></div>
|
|
</body>
|
|
</html>
|