55 linhas
2.5 KiB
PHP
55 linhas
2.5 KiB
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>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">
|
|
<!-- SLIDES -->
|
|
<section class="slider slides">
|
|
<img alt="" title="" src="img/slides/1.jpg" />
|
|
<img alt="" title="" src="img/slides/2.jpg" />
|
|
<img alt="" title="" src="img/slides/3.jpg" />
|
|
</section>
|
|
<!-- O EVENTO HOME -->
|
|
<section class="evento-home">
|
|
<h1>O Evento</h1><center><div class="detalhe"></div></center><br>
|
|
<p>A UTFPR – Câmpus Francisco Beltrão tem a honra em convidar a comunidade acadêmica interna e externa para participarem do <b>6º Seminário de extensão e inovação da UTFPR</b>, a ser realizado nos dias 24 e 25 de novembro de 2016.</p><br>
|
|
<center><a href="informacoes.php"><input type="button" class="btn-evento" value="Saber mais" /><a/></center>
|
|
</section>
|
|
<!-- SUBMISSÃO DE TRABALHOS HOME -->
|
|
<section class="trabalhos-home">
|
|
<h1>SUBMISSÃO DE TRABALHOS</h1><center><div class="detalhe"></div></center><br>
|
|
<p>Quer enviar um trabalho? Clique no botão abaixo e veja as instruções para realizar a submissão de seu trabalho. As submissões estarão abertas até dia X de Novembro, e passarão por um processo de avaliação.</p><br>
|
|
<center><a href="submissao.php"><input type="button" class="btn-trabalhos" value="Submeter trabalho" /><a/></center>
|
|
</section>
|
|
<!-- PROGRAMAÇÃO HOME-->
|
|
<section class="programacao-home">
|
|
<h1>PROGRAMAÇÃO E INSCRIÇÕES</h1><center><div class="detalhe"></div></center><br>
|
|
<a href="programacao.php"><img src="img/programacao.jpg" title="Programação do Evento" alt="Programação do Evento" /></a><br><br>
|
|
<a href="inscricoes.php"><img src="img/inscrever-se.jpg" title="Inscrever-se" alt="Inscrever-se" /></a>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
<div class="clear"></div>
|
|
|
|
<!-- RODAPÉ -->
|
|
<?php
|
|
include "inc/rodape.php";
|
|
?>
|
|
<div class="clear"></div>
|
|
</body>
|
|
</html>
|