-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
115 lines (95 loc) · 4.35 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portflow</title>
<link rel="shortcut icon" href="/Images/P.JPG" type="image/x-icon">
</head>
<body>
<header>
<section class="conteiner-menu">
<figure>
<img src="Images/Icon-menu.png" alt="Menu-Hamburger">
</figure>
<h1>Portflow</h1>
<nav>
<ul>
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="#">Valores</a>
</li>
<li>
<a href="#">Portfólio</a>
</li>
<li>
<a href="#">Contato</a>
</li>
</ul>
</nav>
</section>
</header>
<main>
<section class="conteiner-blue">
<h1>Imagine, Discuta, Desenhe.</h1>
<h3>FALE CONOSCO</h3>
</section>
<section class="gallery">
<figure>
<img class="img-galery img-herb" src="Images/Herb.png" alt="Erva Mate">
<img class="img-galery img-bread" src="Images/Bread.png" alt="Pão de queijo">
<img class="img-galery img-past" src="Images/Past.png" alt="Pasta de Amendoin">
<img class="img-galery img-design" src="Images/Design.png" alt="Design">
<img class="img-galery img-brand" src="Images/brand.png" alt="Marca">
<img class="img-galery img-mug" src="Images/Mug.png" alt="Caneca">
<img class="img-galery img-site" src="Images/Site.png" alt="Site">
<img class="img-galery img-natfit" src="Images/Natfit.png" alt="Natfit">
<img class="img-galery img-mobile" src="Images/Mobile.png" alt="Mobile">
<img class="img-galery img-coffee" src="Images/Coffee.png" alt="Café">
<img class="img-galery img-media" src="Images/Media.png" alt="Mídia">
<img class="img-galery img-polaroid" src="Images/Polaroid.png" alt="Polaroide">
</figure>
</section
</main>
<footer>
<section class="conteiner-footer">
<div class="social-media">
<nav>
<figure>
<a href="#" target="_blank">
<img class="img-social" src="Images/Facebook.png" alt="Facebook">
</a>
<a href="#" target="_blank">
<img class="img-social" src="Images/Twitter.png" alt="Twitter">
</a>
<a href="#" target="_blank">
<img class="img-social" src="Images/Instagran.png" alt="Instagran">
</a>
<a href="#" target="_blank">
<img class="img-social" src="Images/Telegran.png" alt="Telegran">
</a>
<a href="#" target="_blank">
<img class="img-social" src="Images/Whastapp.png" alt="Whastapp">
</a>
<a href="#" target="_blank">
<img class="img-social" src="Images/Youtube.png" alt="Youtube">
</a>
</figure>
</nav>
</div>
<div class="CopyRight">
<h3>Copyright</h3>
<p>Layout produzido por David Medeiros</p>
<button><a href="#">Topo</a></button>
</div>
</section>
</footer>
</body>
</html>