-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathspecs.html
71 lines (70 loc) · 4.97 KB
/
specs.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="google glass, project glass, curso em vídeo, professor Gustavo Guanabara">
<meta name="description" content="Curso de HTML5-CSS3-JavaScript - projeto site completo do site cursoemvideo.com">
<meta name="author" content="Gustavo Guanabara">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/estilo.css">
<link rel="stylesheet" href="css/specs.css">
<title>Tudo sobre o Google Glass</title>
</head>
<body>
<div id="interface">
<header id="cabecalho">
<hgroup>
<h1>Google Glass</h1>
<h2>A revolução do Google está chegando</h2>
</hgroup>
<img id="icone" src="imagens/especificacoes.png" alt="exemplo de imagem.png">
<nav id="menu">
<h1>Menu Principal</h1>
<ul>
<li onmousemove="mudaFoto('imagens/home.png')" onmouseout="mudaFoto('imagens/especificacoes.png')"><a href="index.html"><strong>Home</strong></a></li>
<li onmousemove="mudaFoto('imagens/especificacoes.png')" onmouseout="mudaFoto('imagens/especificacoes.png')"><a href="specs.html"><strong>Especificações</strong></a></li>
<li onmousemove="mudaFoto('imagens/fotos.png')" onmouseout="mudaFoto('imagens/especificacoes.png')"><a href="fotos.html"><strong>Fotos</strong></a></li>
<li onmousemove="mudaFoto('imagens/multimidia.png')" onmouseout="mudaFoto('imagens/especificacoes.png')"><a href="multimidia.html"><strong>Multimídia</strong></a></li>
<li onmousemove="mudaFoto('imagens/contato.png')" onmouseout="mudaFoto('imagens/especificacoes.png')"><a href="fale-conosco.html"><strong>Fale conosco</strong></a></li>
</ul>
</nav>
</header>
<section id="corpo-full">
<article id="noticia">
<header id="cabecalho-artigo">
<hgroup>
<h3>Glass > Especificações</h3>
<h1>Raio-X no Google Glass</h1>
<h2>Por Ronaldo Rodrigues Bento</h2>
<h3 class="direita">Atualizado em 29/maio/2022</h3>
</hgroup>
<p>Clique em qualquer área destacada da imagem para ter mais informa­ções sobre os recursos do Google Glass. Qualquer ponto vermelho vai te levar a um lugar cheio de novas informações.</p>
<section id="conteudo">
<img src="imagens/glass-esquema-marcado.jpg" alt="foto-glass-esquema-marcado.jpg" usemap="#meumapa">
<map name="meumapa">
<area shape="rect" coords="175,200,260,270" href="google-glass.html#tela" alt="glass-esquema-marcado.jpg" target="janela">
<area shape="circle" coords="155,240,12" href="google-glass.html#camera" alt="glass-esquema-marcado.jpg" target="janela">
<area shape="circle" coords="73,53,12" href="google-glass.html#gadgets" alt="glass-esquema-marcado.jpg" target="janela">
<area shape="poly" coords="28,143,83,216,84,249,27,169" href="google-glass.html#sensores" alt="glass-esquema-marcado.jpg" target="janela">
</map>
<iframe src="google-glass.html" name="janela" id="frame-spec" frameborder="0"></iframe>
</section>
</header>
</article>
</section>
<!--Inserindo o Rodapé com vários Links-->
<footer id="rodape">
<p><strong>Copyright</strong> © 2022 - by <em>Ronaldo Rodrigues Bento</em></p>
<p> <img src="icone-facebook.png" alt="icone do facebbok " ><a href="https://www.facebook.com/" target="_blank" rel="external" title="Facebook"> <em>Facebook</em></a> |
<img src="icone-twitter.png" alt="icone do twitter"><a href="https://twitter.com" target="_blank" rel="external" title="Twitter"> <em>Twitter</em></a> |
<img src="icone-instagram.png" alt="icone do instagram"> <a href="https://instagram.com" target="_blank" rel="external" title="Instagram"><em>Instagram</em></a>|
<img src="icone-github.png" alt="icone do github"><a href="https://github.io" target="_blank" rel="external" title="GitHub"> GitHub</a> |
<img src="icone-youtube.png" alt="icone do youtube"><a href="https://youtube.com" target="_blank" rel="external" title="YouTube"> YouTube</a> |
<img src="icone-linkedin.png" alt="icone do linkedin"><a href="https://br.linkedin.com/" target="_blank" rel="external" title="Linkedin"> Linkedin</a></p>
</footer>
</div>
<script src="javascript/funcoes.js"></script>
</body>
</html>