forked from wdi-hk-10/lab-css-site-replication
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (39 loc) · 1.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Instagram</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<img class="col_1" src="images/phones.png" alt="Phones">
<section>
<div>
<img src="images/brand.png"alt="Instagram">
<button type="submit"><img id="login" src="images/home.png"alt="Home"> Log In</button>
</div>
<article>
<h1 style="font-size:30px; color:#06365f">Capture and Share the World's Moments</h1>
<p style="font-size: 20px">Instagram is a <strong>fast, beautiful</strong> and <strong>fun</strong> way to share your life with friends and family.<br/>
Take a picture or video, choose a filter to transform its look and feel, then post to Instagram — it's that easy. You can even share to Facebook, Twitter, Tumblr and more. It's a new way to see the world.<br/>
Oh yeah, did we mention it's free?</p>
<img src="images/badge-iphone.png" alt="Download on the App Store">
<img src="images/badge-android.png" alt="Get it on Google Play">
</article>
</section>
<footer class="page_bot">
<nav>
<ul>
<li>About Us</li>
<li>Support</li>
<li>Blog</li>
<li>Press</li>
<li>API</li>
<li>Jobs</li>
<li>Privacy</li>
<li>Terms</li>
<li id="copyright">© 2014 Instagram</li>
</ul>
</nav>
</footer>
</body>
</html>