-
Notifications
You must be signed in to change notification settings - Fork 0
/
specs.html
77 lines (59 loc) · 3.38 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
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Tudo sobre google glass</title>
<link rel="stylesheet" type="text/css" href="_css/estilo.css" />
<link rel="stylesheet" type="text/css" href="_css/specs.css" />
</head>
<script language="javascript" src="_javascript/funcoes.js"></script>
<body>
<div id="interface">
<header id="cabecalho">
<hgroup>
<h1>Google Glass</h1>
<h2>A Revolução do Google esta chegando</h2>
</hgroup>
<img id="icone" src="_imagens/especificacoes.png" />
<nav id="menu">
<ul type="disc">
<li onmousemove="mudaFoto('_imagens/Home.png')" onmouseout="mudaFoto" ( '_imagens/especificacoes.png')><a href="index.html">Home</a> </li>
<li onmousemove="mudaFoto('_imagens/especificacoes.png')" onmouseout="mudaFoto" ( '_imagens/especificacoes.png')><a href="specs.html">especificações</a></li>
<li onmousemove="mudaFoto('_imagens/Fotos.png')" onmouseout="mudaFoto" ( '_imagens/especificacoes.png')><a href="fotos.html">Fotos</a></li>
<li onmousemove="mudaFoto('_imagens/multimidia.png')" onmouseout="mudaFoto" ( '_imagens/especificacoes.png')><a href="multimidia.html">Multimídia</a></li>
<li onmousemove="mudaFoto('_imagens/contato.png')" onmouseout="mudaFoto" ( '_imagens/especificacoes.png')><a href="fale-conosco.html">Fale conosco</a></li>
</ul>
</nav>
</header>
<section id="corpo-full">
<article>
<header id="cabecalho-artigo">
<hgroup>
<h3>Glass > Especificações</h3>
<h1>Raio-X no Google Glass</h1>
<h2>por Gustavo Guanabara</h2>
<h3 class="direita">Atualizado em 01/Maio/2013</h3>
</hgroup>
</header>
<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" usemap="#meumapa" />
<map name="meumapa">
<area shape="rect" coords="179,204,270,260" href="" alt="google-glas.html#tela" target="janela"/>
<area shape="circle" coords="158,243,12" href="google-glass.html#camera" target="janela"/>
<area shape="circle" coords="73,52,12" href="google-glass.html#gadgets " target="janela"/>
<area shape="poly" coords="28,143,83,216,84,249,27,169" href="google-glass.html#sensores" target="janela"/>
</map>
<iframe src="google-glass.html" name="janela" id="frame-spec"></iframe>
</section>
</article>
<footer id="rodape">
<p><br> Copyright 2013 © - by Gustavo <br/>
<a href="http://facebook.com/cursoemvideo" target="_blank">Facebook | </a>
<a href="http://twitter.com/cursoemvideo" target="_blank">Twitter</a> </p>
</footer>
</section>
</div>
</body>
</html>