-
Notifications
You must be signed in to change notification settings - Fork 0
/
missao.html
41 lines (37 loc) · 1.45 KB
/
missao.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Projeto PRI - Missão</title>
<meta charset="utf-8">
<meta name="author" content="Jefferson Rocha"/>
<meta name="email" content="[email protected]"/>
<meta name="description" content="Projeto PRI"/>
<meta name="keywords" content="deficiencia na fala, programas para deficientes, projeto pri, prish"/>
<meta http-equiv="content-language" content="pt-br"/>
<meta name="copyright" content="© 2019 Jefferson Rocha"/>
<meta name="rating" content="general"/>
<link rel="shortcut icon" type="image/png" href="../img/photo.png"/>
<link rel="stylesheet" type="text/css" href="css/estilo.css"/>
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans" rel="stylesheet">
</head>
<body>
<nav id='logo'>
<img class='logo' src="img/pri.jpg">
<h1>Dê voz a quem precisa!</h1>
</nav>
<nav id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Fotos</a></li>
<li><a href="#">Missão</a></li>
<li><a href="#">Github</a></li>
<li><a href="#" title="Ajude o projeto">Doe</a></li>
<li><a href="mailto:[email protected]?subject=Contato Projeto PRI" target="_blank" title="Contato Webmaster">Contato</a></li>
</ul>
</nav>
<div class="main">
<!--Missão do Projeto-->
<h2 class="mark">A missão do Projeto</h2>
</div>
</body>
</html>