-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplaces.html
143 lines (123 loc) · 6.84 KB
/
places.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<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>Tour Packages</title>
<link rel="stylesheet" href="./css/places.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="apple-touch-icon" sizes="180x180" href="./logo/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./logo/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./logo/favicon-16x16.png">
<link rel="manifest" href="./logo/site.webmanifest">
</head>
<body>
<!--navbar-->
<nav class="navbar glass" style="height: 70px;">
<span style="padding-top: 45px; padding-left: 15px;">
<img id="logoimg" src="./logo/logo.png" width="40"style="margin: -25px -5px">
<a id="logostyle" href="#home">
<h1 class="logo">MIGRATERS</h1>
</a>
</span>
<ul class="nav-links">
<li><a href="./index.html#home" id="pri" class="active cir_border">Home</a></li>
<li><a href="./index.html#about" id="quad" class="cir_border">About</a></li>
<li><a href="./contact.html" id="hex" class="cir_border">Contact</a></li>
</ul>
<!-- <img src="./img/menu-btn.png" alt="" class="menu-btn"> -->
</nav>
<!--navbar-->
<section class="packages" id="packages">
<h1 class="heading">popular packages</h1>
<div class="box-container">
<div class="box">
<div class="image">
<img src="./img/place/img-1.jpg" alt="Image of Manali">
</div>
<div class="content">
<h3>Manali Package</h3>
<p>Kullu Manali Shimla has always been a very popular destination for the old, young travelers as well as newly married couples who look for cheapest Manali tour packages & Manali Honeymoon Packages to experience the perfect solitude and calmness at its best.</p>
<div class="price">Rs 5,999 - Rs 8,999</div>
<a href="./index.html#contact" class="btn">explore now</a>
</div>
</div>
<div class="box">
<div class="image">
<img src="./img/place/img-2.jpg" alt="Image of Goa">
</div>
<div class="content">
<h3>Goa Package</h3>
<p>The most popular beach of Goa, Baga is located close to Calangute beach, around 30 Km North of Panaji. Baga is popular for its nightlife with some very famous clubs such as Brittos, Titos and Mambos.There is also a range of water sports that you can try your hands at.</p>
<div class="price">Rs 7,999 - Rs 12,999</div>
<a href="./index.html#contact" class="btn">explore now</a>
</div>
</div>
<div class="box">
<div class="image">
<img src="./img/place/img-3.jpg" alt="Image of Delhi">
</div>
<div class="content">
<h3>Delhi Package</h3>
<p>Boasting cultural diversity and rich heritage, Delhi is home to several temples, tombs, gardens, forts, museums, markets and more. We take you to some of the best spots in the city. Pick the best packages from here and enjoy the tour of Delhi with guide.</p>
<div class="price">Rs 2,999 - Rs 8,999</div>
<a href="./index.html#contact" class="btn">explore now</a>
</div>
</div>
<div class="box">
<div class="image">
<img src="./img/place/img-4.jpg" alt="Image of Jaipur">
</div>
<div class="content">
<h3>Jaipur Package</h3>
<p>We organise Jaipur & Rajasthan tours that offer incredible attractions like Forts and Palaces, Deserts, Traditional Villages, colorful cattle fairs, sacred places, camel safaris, beautiful lakes, hill stations and the people. </p>
<div class="price">Rs 11,999 - Rs15,999</div>
<a href="./index.html#contact" class="btn">explore now</a>
</div>
</div>
<div class="box">
<div class="image">
<img src="./img/place/img-5.jpg" alt="Image of Kerela">
</div>
<div class="content">
<h3>Kerala Package</h3>
<p>A trip to Kerala is always an experience through greenery to the hills and its climate. Browse through our hand-picked Kerala tour packages prepared for you. Our experts are also available to prepare customised tourism packages</p>
<div class="price">Rs 4,999 - Rs 9,999</div>
<a href="./index.html#contact" class="btn">explore now</a>
</div>
</div>
<div class="box">
<div class="image">
<img src="./img/place/img-6.jpg" alt="Image of Darjeeling">
</div>
<div class="content">
<h3>Darjeeling</h3>
<p>A trip to Darjeeling will include a ride on the famous Himalayan Railway, a visit to Tiger Hill, or a tour of the stunning landscaped gardens here. Activities like hiking and boating. Do not miss out on a trip to Darjeeling Is famous Mall Road</p>
<div class="price">Rs 20,000 - Rs 25,000</div>
<a href="./index.html#contact" class="btn">explore now</a>
</div>
</div>
</div>
</section>
<!--footer-->
<section class="footer">
<span>Created By Pallavi & Jatin | © 2022 All rights reserved.</span>
<div class="social">
<li>
<a href="#" target="_blank" rel="noreferrer"><i class="fa fa-globe"></i></a>
<a href="#" target="_blank" rel="noreferrer"><i class="fa fa-github"></i></a>
<a href="#" target="_blank" rel="noreferrer"><i class="fa fa-linkedin-square"></i></a>
</li>
</div>
</section>
<!--footer-->
<script>
const menuBtn = document.querySelector('.menu-btn')
const navlinks = document.querySelector('.nav-links')
menuBtn.addEventListener('click',()=>{
navlinks.classList.toggle('mobile-menu')
})
</script>
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
<script src="js/places.js"></script>
</body>