-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
112 lines (86 loc) · 5.21 KB
/
index.html
File metadata and controls
112 lines (86 loc) · 5.21 KB
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
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vinayak tours & travels</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="assets/images/icons/pngwing.com (2).png" type="image/x-icon">
<link rel="stylesheet" href="travelguide.html">
<link rel="stylesheet" href="assets/images/navform.html">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="contact.html">
</head>
<body>
<header class="header">
<nav>
<a href="index.html" target="_blank"><img src="assets/images/logos/logo.png" alt="" class="logo"></a>
<ul>
<li><a href="travelguide.html">TRAVEL GUIDE</a></li>
<li><a href="famplace.html">FAMOUS PLACES</a></li>
<li><a href="contact.html">CONTACT US</a></li>
</ul>
<BUtton class="btn"><img src="assets/images/icons/bus-solid.svg"><a href="bookings.html">bookings</a></BUtton>
</nav>
<div class="content">
<h1>
"Discover, Explore, and Make Memories<br>Your Gateway to Unforgettable Adventures!"</h1>
<p>Embark on a journey that transcends boundaries, where every destination becomes a chapter in the book of your adventures. Discover new cultures, savor diverse cuisines, and create lasting memories..</p>
<form>
<input type="text" placeholder="State name">
<button type="submit" class="btn">Search</button>
</form>
</div>
</header>
<main>
<section class="sec1"><h1>Handpicked collections for you</h1>
<div class="collection">
<div class="citycollection">
<h3>Kerala</h3>
<p>Kerala's beaches, backwaters, lakes, mountain ranges, waterfalls, ancient ports, palaces, religious institutions[702] and wildlife sanctuaries are major attractions for both domestic and international tourists.Kerala is known for its ecotourism initiatives which include mountaineering, trekking and bird-watching programmes in the Western Ghats as the major activities</p>
</div>
<div class="citycollection">
<h3>Maharashtra</h3>
<p>Maharashtra has a number of places that attracts national international tourists. The most popular or well known are Mumbai city, Ajanta, Ellora caves and the Nature reserves in the state.[362] Ajanta Ellora are the UNESCO world heritage sites. Mumbai, being the biggest and the most cosmopolitan city in India, attracts tourists from all over the world for its many attractions including colonial architecture, beaches, Bollywood, shopping, and an active nightlife. The city attracts three million foreign and forty million domestic tourists annually. The state wants to increase the numbers by allowing retailers and entertainment venues to be open 24-hours a day, seven days a week.[</p>
</div>
<div class="citycollection">
<h3>Goa</h3>
<p> One of the biggest tourist attractions in Goa is water sports. Beaches like Baga and Calangute offer jet-skiing, parasailing, banana boat rides, water scooter rides, and more.</p>
</div>
</div>
</section>
<section class="sec2">
<h1>Some Trending Locations...</h1>
<div class="snaps">
<div class="location">
<img src="assets/images/other/kerala.jpg" alt="">
<h3>Kerala</h3>
</div>
<div class="location">
<img src="assets/images/other/MH.jpg" alt="">
<h3>Maharashtra</h3>
</div>
<div class="location">
<img src="assets/images/other/goa.jpg" alt="">
<h3>Goa</h3>
</div>
</div>
</section>
</main>
<footer class="footer">
<h4>About Us</h4>
<p>"Explore the world with Vinayak Tour & Travels, your trusted companion in creating remarkable travel experiences. <br> Committed to crafting journeys that inspire and delight, our team of passionate globetrotters is dedicated to bringing you the best destinations and adventures. <br> Discover the extraordinary, embrace the unknown, and let [Vinayak Tour & Travels] be your gateway to unforgettable memories. Bon voyage!"</p>
<div class="icons">
<div id="f">
<i class="fa-brands fa-facebook"></i>
<i class="fa-brands fa-square-instagram"></i>
<i class="fa-brands fa-google"></i>
<i class="fa-brands fa-twitter"></i>
<i class="fa-brands fa-youtube"></i>
</div>
</div>
<p>Made by Vinayak Kambale</p>
<p>Copyright @2023</p>
</footer>
</body>
</html>