-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (58 loc) · 2.38 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang = "pt-br">
<head>
<title>Instagram</title>
<meta charset = "utf-8">
<meta name = "author" content = "Victor Ortins">
<meta name = "description" content = "">
<meta name = "keywords" content = "">
<link rel = "stylesheet" href = "style.css"></link>
<link rel = "stylesheet" href = "query.css"></link>
</head>
<body>
<div class="body-wrapper">
<section class="phone-flex">
<img id = "main-image" src = "img/instagram-celular.png">
</section>
<section class="info-flex">
<main class="account-flex info-flex-item">
<div class = "insta-logo">
<img src = "img/instagram-logo.png">
</div>
<div class = "profile-pic">
<img src = "img/perfil-instagram.jpg" height = 80px weight = 80px>
</div>
<a href = "#">
<button type = "button" class = "button blue-button">
<p>Continue as Spruce Gabriela</p>
</button>
</a>
<a class = "blue-color" href = "#">Remove Account</p>
</main>
<div class="switch-flex info-flex-item">
<div class = "improv-flex">
<a class = "blue-color" href = "#">Switch accounts</a>
<p>or</p>
<a class ="blue-color" href = "#">Sign up</a>
</div>
<p id = "werid-text">Not sprucegabriela?</p>
</div>
<aside class="more-info-flex info-flex-item">
<p>Get the app</p>
<div class = "photo-flex">
<div class = "info-img">
<a href = "#">
<img src = "img/apple-button.png">
</a>
</div>
<div class = "info-img">
<a href = "#">
<img src = "img/googleplay-button.png">
</a>
</div>
</div>
</aside>
</section>
</div>
</body>
</html>