-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (42 loc) · 1.75 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<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>Instagram - Login</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="instagram-wrapper">
<div class="instagram-phone">
<img src="images/instagram-celular.png" alt="Instagram exibido através de um aparelho celular">
</div>
<div class="instagram-continue">
<div class="group">
<img src="images/instagram-name.png" alt="Logo Instagram" class="instagram-logo">
<div class="profile-photo">
<img src="images/perfil-instagram.jpg" alt="Foto de perfil" class="profile-photo">
</div>
<a href="#" class="instagram-login">Continue como sprucegabriela</a>
<a href="#" class="instagram-logout">Remover conta</a>
</div>
<div class="group">
<p class="not-account">Não é sprucegabriela?</p>
<p class="not-account">
<span class="blue-link">Alternar contas</span>
ou
<span class="blue-link">Inscreva-se</span>
</p>
</div>
<div class="get-the-app">
<p class="get-app">Baixe o aplicativo</p>
<div class="downloads">
<a href="#" class="app-download"><img src="images/apple-button.png" alt="Apple Store"></a>
<a href="#" class="app-download"><img src="images/googleplay-button.png" alt="Play Store"></a>
</div>
</div>
</div>
</div>
</body>
</html>