Skip to content

Commit 2c7b4c6

Browse files
committed
store file
1 parent 63acb14 commit 2c7b4c6

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

store.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Store</title>
7+
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,300' rel='stylesheet' type='text/css'>
8+
<link rel="stylesheet" href="css/normalize.css">
9+
<link rel="stylesheet" href="css/style.css">
10+
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
11+
</head>
12+
<body>
13+
<header>
14+
<div class="header-container">
15+
<img src="img/karma-logo.svg" class="logo">
16+
<nav>
17+
<ul class="navbar">
18+
<li><a href="#karma"> <b>Meet Karma</b></a> </li>
19+
<li> <a href="#how-it-work">How it work</a> </li>
20+
<li><a href="#store" >Store</a></li>
21+
<li> <a href="#blog">Blog</a></li>
22+
<li><a href="#help">Help </a></li>
23+
</ul>
24+
</nav>
25+
</div>
26+
</header>
27+
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)