-
Notifications
You must be signed in to change notification settings - Fork 1
/
karma-clone.html
76 lines (76 loc) · 2.24 KB
/
karma-clone.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
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/style.css">
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500,300' rel='stylesheet' type='text/css'>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!--<link href="css/font-awesome.min.css" rel="stylesheet">-->
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<nav class="top-navigation">
<div class="content">
<ul class="links">
<li class="active"><a href="http://www.google.com">Meet Karma</a></li>
<li><a href="http://www.google.com">How It Works</a></li>
<li><a href="http://www.google.com">Store</a></li>
<li><a href="http://www.google.com">Blog</a></li>
<li><a href="http://www.google.com">Help</a></li>
<li><a href="http://www.google.com">Log in</a></li>
</ul>
<img class="logo" src="images/karma-logo.svg" alt="Logo Image" width="26px">
</div>
</nav>
<section class="background">
<h1 class="h1-masthead">Introducing Karma</h1>
<p class="p-masthead">Bring WiFi with you, everywhere you go.</p>
<div class="background-image">
<button type="button" class="background-button">Learn More</button>
</div>
</section>
<section class="anchor">
<div class="content">
<h1>Everyone needs a little Karma.</h1>
<ul class="anchor-pics">
<li>
<img width="127px" height="127px" src="images/icon-devices.svg">
<div class="anchor-caption">
<h3>Internet for all devices</h3>
</div>
</li>
<li>
<img width="127px" height="127px" src="images/icon-coffee.svg">
<div class="anchor-caption">
<h3>Boost your productivity</h3>
</div>
</li>
<li>
<img width="127px" height="127px" src="images/icon-refill.svg">
<div class="anchor-caption">
<h3>Pay as You Go</h3>
</div>
</li>
</ul>
</div>
</section>
<footer class="social">
<hr />
<p class="content"> Join us on</p>
<div class="content">
<ul class="icons">
<li>
<i class="fa fa-twitter"></i>
</li>
<li>
<i class="fa fa-facebook"></i>
</li>
<li>
<i class="fa fa-instagram"></i>
</li>
</ul>
</div>
</footer>
</body>
</html>