-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (41 loc) · 1.66 KB
/
index.html
File metadata and controls
41 lines (41 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=devide-width, inicial-scale=1.0">
<link rel="stylesheet" href="style.css"/>
<title>Instagram</title>
</head>
<body>
<div class="instagram-wrapper">
<div class="instagram-phone">
<img src="./img/instagram-cell-phone.png" alt="celular">
</div>
<div class="instagram-continue">
<div class="group">
<img src="./img/instagram-logo.png" class="instagram-logo" alt="Logo do Instagram">
<div class="profile-photo">
<img src="img/instagram-profilephoto.png" alt="Foto do Perfil">
</div>
<a href="#" class="instagram-login">Continue como CadaPixel</a>
<a href="#" class="instagram-logout">Remover Conta</a>
</div>
<div class="group">
<p class="not-account">Não é CadaPixel?</p>
<p class="not-account">
<span class="link-blue">Alternar Contas</span>
ou
<span class="link-blue">Inscreva-se</span>
</p>
</div>
<div class="get-the-app">
<p class="get-the-app">Baixe o Aplicativo</p>
<div class="download">
<a href="#" class="app-download"></a>
<a href="#" class="app-download"></a>
</div>
</div>
</div>
</div>
</body>
</html>