-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 1.68 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
<!DOCTYPE html>
<html lang="en">
<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">
<link rel="stylesheet" href="./style.css">
<title>Instagram Recreation</title>
</head>
<body>
<div class="instagram-wrapper">
<div class="instagram-phone">
<img src="img/instagram-celular.png" alt="phone">
</div>
<div class="instagram-continue">
<div class="group">
<img src="./img/instagram-logo.png" class ="instagram-logo" alt="instagram-logo">
<div class="profile-photo">
<img src="./img/profile-photo.jpg" alt="profile-photo">
</div>
<a href="#" class="instagram-login">Continue as chelino_adel</a>
<a href="#" class="instagram-logout">Remove Account</a>
</div>
<div class="group">
<p class="not-account">Not chelino_adel?</p>
<p class="notaccount">
<span class="link-blue">Switch Accounts</span>
ou
<span class="link-blue">Sign Up</span>
</p>
</div>
<div class="get-the-app">
<p class="get-app">Download the app</p>
<div class="download">
<a href="https://apps.apple.com/app/instagram/id389801252?vt=lo" class="app-download"></a>
<a href="https://play.google.com/store/apps/details?id=com.instagram.android&hl=pt_BR&gl=US" class="app-download"></a>
</div>
</div>
</div>
</div>
</html>