-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (49 loc) · 2.02 KB
/
index.html
File metadata and controls
55 lines (49 loc) · 2.02 KB
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" media="(max-width:800px)" href="index.css">
<script src="main.js"></script>
<title>Coca Cola</title>
</head>
<body>
<Main>
<section>
<div class="menu">
<p><a href="Ofertas" class="slidein"style="text-decoration:none">Ofertas</a></p>
<p><a href="Promoções"class="slidein"style="text-decoration: none">Promoções</a></p>
<p><a href="Dá o play"class="slidein"style="text-decoration: none">Dá o play</a></p>
<p><a href="Lojas" class="slidein"style="text-decoration: none">Lojas</a></p>
</div>
</section>
</Main>
<header>
<div class="logo">
<img src="./img/logo-name">
</div>
<div class="simbol">
<img src="./img/logo.png">
</div>
</header>
<div class="box">
<div class="lata">
<img src="./img/lata.png">
</div>
</div>
<footer>
<div class="media-social">
<a href="https://www.facebook.com/FELIPEX21"><img src="./img/facebookk.png" class="slideLeft"></a>
<p class="deslizar">Facebook</p>
<a href="https://github.com/Felipe-Alvess"><img src="./img/github.png" class="slideLeft"></a>
<p class="deslizar">GitHub</p>
<a href="https://www.instagram.com/_felipex_/"><img src="./img/instagram.png" class="slideLeft"></a>
<p class="deslizar">Instagram</p>
<a href="https://www.linkedin.com/in/felipe-alves-59462618a/"><img src="./img/linkedin.png" class="slideLeft"></a>
<p class="deslizar">Linkedin</p>
<h3>Desenvolvido por Felipe Alves</h3>
</div>
</footer>
</body>
</html>