forked from PoojaMittal2842/Delhi-Tourism
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about_us.html
32 lines (28 loc) · 1.64 KB
/
about_us.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
<!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">
<link rel="icon" type="image/png" sizes="32x32" href="./Assets/images/delhi-tourism.png">
<link rel="stylesheet" href="./Assets/css/about_us.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css">
<title>About Us</title>
</head>
<body>
<nav class="nav">
<a href="./home.html" id="nav_img"><img src="./Assets/images/delhi-tourism.png" alt="" height="80px"
width="110px"></a>
<a href="./home.html"><i class="fa fa-home" aria-hidden="true"></i> Home</a>
<a href="/about.html" target="_blank"><i class="fa fa-user" aria-hidden="true"></i> About us</a>
<a href="./Book_pass.html" target="_blank"><i class="fas fa-hotel"></i> Book Pass</a>
<a href="#" target="_blank"><i class="fas fa-place-of-worship"></i></i> Places To Visit</a>
<a href="#" target="_blank"><i class="fa fa-plug" aria-hidden="true"></i> Contact us</a>
<a href="./registration.html" target="_blank" id="register">Sign in <i class="fas fa-sign-in-alt"></i></a>
</nav>
<h1>---- ABOUT DELHI TOURISM ----</h1>
<p>It's a website Designed to explore the places of Delhi, Which is the capital city of India. This website include
all the tourist places to visit by tourist as well as indians too. Exploring this website will make you explore
all the famous things of Delhi i.e. From snacks to best restaurant and etc.</p>
</body>
</html>