forked from PoojaMittal2842/Delhi-Tourism
-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
98 lines (88 loc) · 4.96 KB
/
home.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
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
<!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/home.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bangers&display=swap" rel="stylesheet">
<title>Delhi Tourism | Home Page</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_us.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">Log in <i class="fas fa-sign-in-alt" ></i></a>
<div class="search">
<input type="text" class="input" placeholder="Search...">
<button class="btn">
<i class="fas fa-search"></i>
</button>
</div>
</nav>
<div class="header">
<center>
<table>
<tr>
<th>
<h1> <img src="./Assets/images/delhi.jpg" width="100" height="100" style="border-radius: 50%;" align="center"> DELHI TOURISINM </h1>
</th>
</tr>
</table>
</center>
</div>
<marquee bgcolor="BLACK">
<font color="white"><b>The capital city of <font color="red">INDIA..!!</font></b>
</marquee>
<div class="cutting">
<table cellspacing="50" align="center">
<tr>
<td> <img class="front_img" src="./Assets/images/redfort1.jpg" width="200" height="200"></td>
<td> <img class="front_img" src="./Assets/images/lotus1.jpg" width="200" height="200"></td>
<td> <img class="front_img" src="./Assets/images/museum.jpg" width="200" height="200"></td>
</tr>
<tr>
<td> <img class="front_img" src="./Assets/images/shopping.jpg" width="200" height="200"></td>
<td> <img class="front_img" src="./Assets/images/kid1.jpg" width="200" height="200"></td>
<td> <img class="front_img" src="./Assets/images/kid2.jpg" width="200" height="200"></td>
</tr>
</table>
</div>
<div class="about_us">
<center>
<h1> ABOUT DELHI </h1>
</center>
<font size="5">
<em>
<big> Delhi </big> , officially the National Capital Territory of Delhi (NCT), is a city and a union
territory of India containing New Delhi, the capital of India.It is bordered by the state of Haryana on
three sides and by Uttar Pradesh to the east. The NCT covers an area of 1,484 square kilometres (573 sq
mi). According to the 2011 census, Delhi's city proper population was over 11 million, the
second-highest in India after Mumbai, while the whole NCT's population was about 16.8 million. Delhi's
urban area is now considered to extend beyond the NCT boundaries, and include the neighbouring satellite
cities of Ghaziabad, Faridabad, Gurgaon and Noida in an area now called National Capital Region (NCR)
and had an estimated 2016 population of over 26 million people, making it the world's second-largest
urban area according to the United Nations.As of 2016, recent estimates of the metro economy of its
urban area have ranked Delhi either the most or second-most productive metro area of India. Delhi is the
second-wealthiest city in India after Mumbai and is home to 18 billionaires and 23,000 millionaires.
Delhi ranks fifth among the Indian states and union territories in human development index.[14] Delhi
has the second-highest GDP per capita in India. It is one of the world's most polluted cities by
particulate matter concentration.
</em>
<div class="about_us_div">To Know More About Delhi CLICK HERE: <a target="_blank" href="https://en.wikipedia.org/wiki/Delhi"><button class="about_us_btn">More About Delhi</button></a></div>
</font>
</div>
<footer class="foot">
Copyright © 2021 - All Rights Reserved
</footer>
<a class="gotopbtn" href="#"> <i class="fas fa-arrow-up"></i> </a>
<script src="./Assets/js/home.js"></script>
</body>
</html>