-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfotos.html
100 lines (89 loc) · 2.75 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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lan="pt-br">
<head>
<meta name="viewport" content="width=device-width, initial-scale=user-scalable, shrink-to-fit=no">
<meta charset="utf-8"/>
<title>Fotos - Maycon Tattoo Studio</title>
<link rel="stylesheet" type="text/css" href="css/fotos.css">
<link rel="shortcut icon" href="_previmg.png" type="image/x-icon" />
</head>
<h5 id="topo"><a href="https://api.whatsapp.com/send?1=pt_BR&phone=5514997964970">Orçamento via WhatsApp</a> / <a href="https://www.facebook.com/maycontattoo/">Facebook</a></h5>
<img id="logo2" src="imagens/logo2.png">
<img id="logo3" src="imagens/logo3.png">
<body>
<div id="interface">
<header id="cabecalho">
<hgroup>
<h1>Maycon Tattoo Studio</h1>
<img id="icone"src="imagens/maquina.jpeg"/>
<img id="icone2"src="imagens/maquina2.jpeg"/>
</hgroup>
<center>
<nav id="menu">
<ul class="menu-list">
<li><a href="Home.html">Home</a></li>
<li>
<a >Informações</a>
<ul class="sub-menu">
<li><a href="cuidados.html">Cuidados com a Tatuagem</a></li>
</ul>
</li>
<li><a href="fotos.html">Fotos</a></li>
<li><a href="videos.html">Vídeos</a></li>
<li><a href="contato.html">Contato</a></li>
</ul>
</nav>
</center>
</header>
<h2>Fotos</h2>
<br/>
<center>
<div class="zoom">
<img id="tattoo1" src="imagens/tattoo1.jpg">
<img src="imagens/tattoo2.jpg">
<img src="imagens/tattoo3.jpg">
<img src="imagens/tattoo4.jpg">
</div>
<br/>
<div class="zoom">
<img src="imagens/tattoo5.jpg">
<img src="imagens/img1.jpeg">
<img src="imagens/tattoo6.jpg">
<img src="imagens/img2.jpeg">
</div>
<br/>
<div class="zoom">
<img src="imagens/img4.jpeg">
<img src="imagens/img5.jpeg">
<img src="imagens/img6.jpeg">
<img src="imagens/img7.jpeg"> <h5 id="botao"><a href="contato.html">Agende já sua tattoo</a></h5> <h5 id="botao2"><a href="contato.html">Agende já sua tattoo</a></h5>
</div>
<br/>
<div class="zoom">
<img src="imagens/img8.jpeg">
<img src="imagens/img10.jpeg">
<img src="imagens/img11.jpeg">
<img src="imagens/img12.jpeg">
</div>
</center>
<br/>
<br/>
<center>
<h4 id="linkimg">Clique na imagem abaixo e agende já sua Tattoo.</h4>
<a href="https://www.facebook.com/maycontattoo/"><img src="imagens/logobaixo2.png" alt="Facebook"/></a>
<a href="https://api.whatsapp.com/send?1=pt_BR&phone=5514997964970"><img src="imagens/logobaixo1.png" alt="WhatssApp"/></a>
<a href="https://www.instagram.com/mayconmendes507/?hl=pt-br"><img src="imagens/logo.png" alt="Instagram"/></a>
</center>
<br/>
</div>
</center>
</div>
<br/>
<center>
<footer id="rodape">
<p><a href="https://www.facebook.com/maycontattoo/">Facebook</a>/
<a href="https://www.instagram.com/mayconmendes507/?hl=pt-br">Instagram</a></p>
<h5>® 2019 Maycon Tattoo Studio. Desenvolvido por Rafa Figueiredo.</h5>
</footer></center>
</body>
</html>