-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.html
103 lines (63 loc) · 2.45 KB
/
about.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
99
100
101
102
103
<!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="stylesheet" href="./css/style2.css">
<script src="https://kit.fontawesome.com/3154693408.js" crossorigin="anonymous"></script>
<title>THEERE- YOU TRAVEL, WE GUIDE|ABOUT</title>
</head>
<body>
<div class="header">
<h1 class="logo">THEERE</h1>
<ul class="nav-barr" style="list-style-type: none;">
<li class="nav"><a class="link" href="./index.html"> HOME</a></li>
<li class="nav"> <a class="link" href="places.html">PLACES</a> </li>
<li class="nav"><a class="link" href="./contact.html">CONTACT </a></li>
</ul>
</div>
<section class="content">
<h1 class="about">ABOUT US</h1>
<p class="about-india">INDIA is where cultural authenticity meets modernity; where the sand meets the sea; where people come together to experience unique offerings in culture, sports, business and family. <br><br> Why you should prefer our website ? SO the reason you should choose us.</p>
<div class="table">
<div >
<ul class="table1">
<li> Best Tourist Guides in India </li>
<li> Featured Hotel Destinations</li>
<li>Featured Flight Destinations</li>
</ul>
</div>
<div >
<ul class="table2">
<li>Featured Tours & Tickets </li>
<li> Having Covid Resource Center</li>
<li> complete women's safety </li>
</ul>
</div>
</div>
<div class="counts">
<div class="count1 count">
<span>2,50,000+</span>
<p>Travelled</p>
</div>
<div class="count2 count">
<span> 4000+</span>
<p>Tourist Guide</p>
</div>
<div class="count3 count">
<span>900+</span>
<p>places</p>
</div>
<div class="count4 count">
<span>5000+</span>
<p>hotels</p>
</div>
</div>
<footer>
<p>What Are You Waiting For , Reach Us Now.. </p>
<h1><a href="contact.html"> CONTACT US</a></h1>
</footer>
</section>
</body>
</html>