forked from Yash-srivastav16/Tour-website-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
places.html
88 lines (77 loc) · 4.13 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
<head>
<link rel="stylesheet" href="./places.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body>
<section class="packages" id="packages">
<h1 class="heading">popular packages</h1>
<div class="box-container">
<div class="box">
<div class="image">
<img src="img/img-1.jpg" alt="">
</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="contact.html" class="btn">explore now</a>
</div>
</div>
<div class="box">
<div class="image">
<img src="img/img-2.jpg" alt="">
</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="contact.html" class="btn">explore now</a>
</div>
</div>
<div class="box">
<div class="image">
<img src="img/img-3.jpg" alt="">
</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="contact.html" class="btn">explore now</a>
</div>
</div>
<div class="box">
<div class="image">
<img src="img/img-4.jpg" alt="">
</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="contact.html" class="btn">explore now</a>
</div>
</div>
<div class="box">
<div class="image">
<img src="img/img-5.jpg" alt="">
</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="contact.html" class="btn">explore now</a>
</div>
</div>
<div class="box">
<div class="image">
<img src="img/img-6.jpg" alt="">
</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="contact.html" class="btn">explore now</a>
</div>
</div>
</div>
</section>
</body>