-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (55 loc) · 2.15 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="content-language" content="pt-br">
<meta name="viewport" content="width=device-width, inicial-scale=1.0">
<title>Instagram</title>
<link rel="shortcut icon" type="image/x-icon" href="img/instagram.ico">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<!--DIV-principal-esqueda-->
<div class="instagram-wrapper">
<!--DIV-1-->
<div class="instagram-phone">
<img src="img/phone.png" alt="Instagram exemplo">
</div>
<!--DIV-principal-direita-->
<div class="instagram-continue">
<!--DIV-1-->
<div class="group">
<img src="img/Logo.png" alt="Logo Instagram" class="logo">
<!--DIV-2-->
<div class="profile">
<img src="img/Octocat.jpg" alt="octogato" class="src">
</div>
<p><a href="$" class="instagram-login">Continuar como Username</a>
<p></p>
<a href="$" class="instagram-logout">Remover conta</a></p>
</div>
<!--DIV-3-->
<div class="group">
<p class="not-account">Não é Username ?</p>
<p class="not-account">
<span class="link-blue">Alternar conta</span>
ou
<span class="link-blue">Inscreva-se</span>
</p>
</div>
<!--DIV-4-->
<div class="get-app">
<p class="get">Baixe o aplicativo</p>
<div class="download">
<a href="$" class="app-download"><img src="img/appstorebnt.png"></a>
<a href="$" class="app-download"><img src="img/playstorebnt.png"</a>
</div>
</div>
</div>
</div>
</header>
<footer>
</footer>
</body>
</html>