-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfotos.html
42 lines (38 loc) · 1.29 KB
/
fotos.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
<!DOCTYPE html>
<html lang="pt-BR">
<link rel="icon" type="imagem/png" href="_static\favicon.ico"/>
<title>Fotos</title>
<head>
<title>EJR Photography</title>
<meta charset="utf-8">
<link rel="stylesheet" href="_css\fotos.css"/>
</head>
<header id="cabecalho">
<div id=interface>
<nav id="menu">
<ul type="disc">
<li><a href="home.html">Home</a></li>
<li><a href="Fotos.html">Fotos</a></li>
<li><a href="sobremim.html">Sobre mim</a></li>
<li><a href="contato.html">Contato</a></li>
</ul>
</nav>
</div>
<div id="cabecalho">
<h1>Eduardo Junior Photography</h1>
<h2>Registrando todos os detalhes de maneira especial</h2>
</div>
</header>
<ul id="album-fotos">
<li id="galeria01"><span>Renault Sandero RS</span></li>
<li id="galeria02"><span>Beatriz Salera</span></li>
<li id="galeria03"><span>Porsche Macan Green</span></li>
<li id="galeria04"><span>Tucano</span></li>
<li id="galeria05"><span>Clube Peugeot - Ribeirão Preto</span></li>
<li id="galeria06"><span>Pastor Alemão</span></li>
</ul>
<footer id="rodape">
<p><a href="http://www.facebook.com/EJR99Photography" target="_blank"> Facebook </a> -
<a href="http://www.instagram.com/ejr.photography/"target="_blank"> Instagram</a> </p>
</footer>
</html>