-
-
Notifications
You must be signed in to change notification settings - Fork 620
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·127 lines (107 loc) · 3.52 KB
/
index.html
File metadata and controls
executable file
·127 lines (107 loc) · 3.52 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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Karma</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
</head>
<!-- header aria -->
<header class="header">
<nav class="nav">
<img class="karam-logo" src="img/karma-logo.svg" alt="Picture of Karam Logo">
<ul class="nav-list">
<li class="nav-item">
<a class="nav-link" href="#">Meet Karma</a> </li>
<li class="nav-item">
<a class="nav-link" href="#">How it Works </a> </li>
<li class="nav-item">
<a class='nav-link' href='/level-2/store.html'>Store</a> </li>
<li class="nav-item">
<a class="nav-link" href="#">Blog</a> </li>
<li class="nav-item">
<a class="nav-link" href="#">Help</a> </li>
<li class="nav-item">
<a class="nav-link" href="#">Login</a> </li>
</ul>
</nav>
</header>
<body>
<!-- main aria -->
<main>
<main class="hero">
<div>
<h1>Introducing Karma</h1>
<p>Take WiFi with you, wherever you go.</p>
<button class="hero-button">Learn More</button>
</div>
</div>
</main>
<section>
<p class="section-p">Everybody needs a bit of Karma.</p>
<div class="section-icon">
<div>
<img
src="/img/icon-devices.svg"
alt="Device icon"
class="icon-imag"
/>
<p class="icon-discribtion">Internet for all your devices</p>
</div>
<div>
<img src="/img/icon-coffee.svg" alt="Coffee icon" class="icon-imag" />
<p class="icon-discribtion">Boost your productivity</p>
</div>
<div>
<img src="/img/icon-refill.svg" alt="Refill icon" class="icon-imag" />
<p class="icon-discribtion">Pay as you go</p>
</div>
</div>
<article class="article">
<div class="article-img">
<img class="homepage-img" src="level-2/homepage-feature.png" alt="">
</div>
<div class="article-p">
<p class="article-quote"> <spam style="color: rgb(224, 69, 13); ">“</spam> Whenever i am, i just don't<br> worry about my connection</br>
anymore! <spam style="color: rgb(224, 69, 13); ">”</spam></p>
<button class="article-button">Get Karma today</button>
</div>
</article>
</section>
<footer>
<h3>Join us on</h3>
<center>
<img
src="/img/twitter-icon.svg"
alt="Twitter icon"
class="social-media-icon"
/>
<img
src="/img/facebook-icon.svg"
alt="Facebook icon"
class="social-media-icon"
/>
<img
src="/img/instagram-icon.svg"
alt="Instagram icon"
class="social-media-icon"
/>
</center>
<p>@Karma Mobility.inc.</p>
</footer>
<div
data-netlify-deploy-id="6513570ede10630008200763"
data-netlify-site-id="5d392351-567d-4d7c-89d6-08dcca9f84d2"
data-vcs="github"
style="position: fixed"
>
<script
async
src="https://netlify-cdp-loader.netlify.app/netlify.js"
></script>
</div>
</body>
</html>