-
Notifications
You must be signed in to change notification settings - Fork 2
/
landing.html
45 lines (42 loc) · 1.5 KB
/
landing.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="Project.css">
</head>
<body>
<div class="land">
<div>
<div class="photo">
<img src="">
</div>
<div class="heading">
<h1>Sportify</h1>
<h3>The world of sports, Now in your hands .</h3>
</div>
<div class="navhead">
<ul id="nav-primary" class="nav2 nav-primary">
<li><a href="#home" class=" item1">Home</a></li>
<li><a href="#services" class="items">Book Online</a></li>
<li><a href="#skills" class="items">Contact</a></li>
<li><a href="#experience" class="items">FAQ</a></li>
<li><a href="#testimonials" class="items">Log In/Sign Up</a></li>
<li><a href="#works" class="items">Plans and pricing</a></li>
<!-- <li><a href="#contact">Contact</a></li> -->
</ul>
</div>
</div>
<!-- <div class="land2">
<div>
<h1>
Welcome to Sportify
</h1>
<h2>Yours Sports facility</h2>
</div>
</div> -->
</div>
</body>
</html>