-
Notifications
You must be signed in to change notification settings - Fork 0
/
contato.php
37 lines (31 loc) · 1.07 KB
/
contato.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<?php include "header.php"; ?>
<body>
<div id="container">
<?php include "logo.php"; ?>
<?php include "top-menu.php"; ?>
<?php include "menu.php"; ?>
<div id="content" class = "rounded-corners">
<div id = "justify">
<h1>Contato</h1>
<hr>
<p><b>Universidade Estadual de Londrina</b></p>
<p>IV Encontro Nacional de Estudos da Imagem</p>
<p>I Encontro Internacional de Estudos da Imagem</p>
<p>Campus Universitário - Caixa Postal 6001</p>
<br />CEP 86051-990 - Londrina-PR
<br />Fone: (43) 3371-4398 - Fax: (43) 3371-4408
<p>E-mail: <a href="mailto:4eneimagem@uel.br"> ENEIMAGEM (4eneimagem@uel.br)</a></p>
<hr>
<p><small>Notou algum erro no site? Mande um email para o <a href="mailto:miguel.akira@gmail.com">administrador do site</a></small>
</div>
</div>
</div>
</div>
</div>
<?php include "footer.php"; ?>
</body>
</html>