-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (34 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Positive</title>
<link rel="shortcut icon" href="./assets/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="./css/reset.css" />
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<nav>
<a class="nav-link" href="#">Products</a>
<a class="nav-link" href="#">Company</a>
<a class="nav-link" href="#">Blog</a>
<a class="nav-link" href="#">Log in</a>
<button>Sign up</button>
</nav>
<main>
<img src="./assets/positive.png" alt="positive-logo" />
<div>
<h1>Wide coverage location</h1>
<p>
Shared rides, There’s lots to do in your city, and we’ve got the rides to help you enjoy it all. And they’re
all available right from your app.
</p>
<a class="learn-more-link" href="#">Learn more</a>
</div>
</main>
</body>
</html>