-
Notifications
You must be signed in to change notification settings - Fork 1
/
ajuda.html
48 lines (43 loc) · 1.67 KB
/
ajuda.html
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
44
45
46
47
48
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>Nafisio</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/quem_somos_style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="container">
<div class="header-banner">
<ul id="navbar">
<li><a href="#">AJUDA</a></li>
<li><a href="forum/portal_do_aluno.php">PORTAL DO ALUNO</a></li>
<li><a href="forum/index_forum.php">PORTAL DO PROFESSOR</a></li>
<li><a href="#">A TUTORIA</a></li>
<li><a href="quem_somos.html">QUEM SOMOS</a></li>
</ul>
</div>
</div>
<div id="white-box-quem-somos">
<p id="white-box-title">
Ajuda
</p>
<p>
Teve alguma dúvida?
Entre em contato com a Coordenação do curso
Telefone:(91)3131 1708/ (91)3276 9366
</p>
<img id="logo-white-box" src="images/Logo.png" alt=""/>
<a href="index.html">
<div class="voltar-icon">
<img src="images/voltar-icon.png" alt="" style=""/>Voltar
</div>
</a>
</div>
</body>
</html>