-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (45 loc) · 1.92 KB
/
index.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
49
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Projeto PRI</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="utilitarios.html">Utilitários</a></li>
<li><a href="#">Fotos</a></li>
<li><a href="missao.html">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">
<!--História do Projeto-->
<h2 class="mark">A história do Projeto PRI</h2>
O Projeto PRI teve uma história bem diferente! Uma menina + Um sonho + Uma pessoa necessitando!<br>
Veja o video que explica todo a história!
<br>
<br>
<!--Video do Youtube-->
<iframe width="560" height="315" src="https://www.youtube.com/embed/SLZFqMDMtJQ" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<!--Video do Youtube-->
</div>
</body>
</html>