-
Notifications
You must be signed in to change notification settings - Fork 0
/
comissao.php
44 lines (36 loc) · 1.1 KB
/
comissao.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
37
38
39
40
41
42
43
<!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>Comissão Organizadora</h1>
<hr>
<p><b>Coordenação-Geral</b></p>
<p>Prof. Dr. Alberto Gawryszewski - UEL</p>
<hr>
<p><b>Comissão Organizadora</b></p>
<p>Profª. Dra. Ana Heloísa Molina - UEL</p>
<p>Profª. Dra. Angelita Marques Visalli - UEL</p>
<p>Profª. Dra. Cláudia Eliane P. M.Martinez – UEL</p>
<p>Profª. Dra. Edméia Ribeiro – UEL</p>
<p>Profª. Dra. Márcia Rorato - UEL</p>
<p>Prof. Dr. Carlos Alberto Barbosa – UNESP/Assis</p>
<p>Prof. Dr. Paulo Alves - UEL</p>
<p>Prof. Dr. Paulo Boni - UEL</p>
<p>Profª. Dra. Terezinha Oliveira - UEM</p>
</div>
</div>
</div>
</div>
<?php include "footer.php"; ?>
</body>
</html>