Skip to content

Commit

Permalink
fixed Separate Pages For Popular Packages Yash-srivastav16#9
Browse files Browse the repository at this point in the history
  • Loading branch information
anandsurbhi committed Jan 31, 2024
1 parent 5f28ef7 commit b28ae6f
Show file tree
Hide file tree
Showing 3 changed files with 143 additions and 117 deletions.
41 changes: 41 additions & 0 deletions adventure.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<section class="category" id="category">

<h1 class="heading">Adventure Idea!</h1>

<div class="box-container">

<div class="box">
<img src="images/category-1.jpg" alt="BungeeJumpingImg">
<h3>bungee jump</h3>
<p>Bungee jumping is an activity that involves a person jumping from a great height while connected to a large elastic cord.</p>
<a href="https://en.wikipedia.org/wiki/Bungee_jumping" class="btn">read more</a>
</div>

<div class="box">
<img src="images/category-2.jpg" alt="ZipLinesImg">
<h3>zip lines</h3>
<p>A zip-line, zip line, zip-wire, or flying fox is a pulley suspended on a cable, usually made of stainless steel, mounted on a slope.</p>
<a href="https://en.wikipedia.org/wiki/Zip_line" class="btn">read more</a>
</div>

<div class="box">
<img src="images/category-3.jpg" alt="canoeingImg">
<h3>Canoeing</h3>
<p>Canoeing is an activity which involves paddling a canoe with a single-bladed paddle.</p>
<a href="https://en.wikipedia.org/wiki/Canoeing" class="btn">read more</a>
</div>

</div>

</section>
</body>
</html>
121 changes: 4 additions & 117 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<nav class="navbar">
<div id="nav-close" class="fas fa-times"></div>
<a href="#home">home</a>
<a href="#category">Adventures</a>
<a href="#packages">packages</a>
<a href="./adventure.html">Adventures</a>
<a href="./tourpackages.html">packages</a>
<a href="#contact">contact</a>
</nav>
<div class="icons">
Expand Down Expand Up @@ -52,122 +52,9 @@ <h3>exploring</h3>

<!-- Adventure section -->

<section class="category" id="category">

<h1 class="heading">Adventure Idea!</h1>

<div class="box-container">

<div class="box">
<img src="images/category-1.jpg" alt="BungeeJumpingImg">
<h3>bungee jump</h3>
<p>Bungee jumping is an activity that involves a person jumping from a great height while connected to a large elastic cord.</p>
<a href="https://en.wikipedia.org/wiki/Bungee_jumping" class="btn">read more</a>
</div>

<div class="box">
<img src="images/category-2.jpg" alt="ZipLinesImg">
<h3>zip lines</h3>
<p>A zip-line, zip line, zip-wire, or flying fox is a pulley suspended on a cable, usually made of stainless steel, mounted on a slope.</p>
<a href="https://en.wikipedia.org/wiki/Zip_line" class="btn">read more</a>
</div>

<div class="box">
<img src="images/category-3.jpg" alt="canoeingImg">
<h3>Canoeing</h3>
<p>Canoeing is an activity which involves paddling a canoe with a single-bladed paddle.</p>
<a href="https://en.wikipedia.org/wiki/Canoeing" class="btn">read more</a>
</div>

</div>

</section>
<section class="packages" id="packages">

<h1 class="heading">popular packages</h1>

<div class="box-container">

<div class="box">
<div class="image">
<img src="images/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 &amp; 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" class="btn">explore now</a>
</div>
</div>

<div class="box">
<div class="image">
<img src="images/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" class="btn">explore now</a>
</div>
</div>
git config --global user.email "you@example.com"
git config --global user.name "Your Name"

<div class="box">
<div class="image">
<img src="images/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" class="btn">explore now</a>
</div>
</div>

<div class="box">
<div class="image">
<img src="images/img-4.jpg" alt="">
</div>
<div class="content">
<h3>Jaipur Package</h3>

<p>We organise Jaipur &amp; 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>

<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 - Rs 15,999</div>

<a href="#contact" class="btn">explore now</a>
</div>
</div>

<div class="box">
<div class="image">
<img src="images/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" class="btn">explore now</a>
</div>
</div>

<div class="box">
<div class="image">
<img src="images/img-6.jpg" alt="">
</div>
<div class="content">
<h3>Darjeeling Package</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" class="btn">explore now</a>
</div>
</div>

</div>

</section>
<section class="contact" id="contact">

<div class="wrapper1">
Expand Down
98 changes: 98 additions & 0 deletions tourpackages.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./css/style.css">
</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="images/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 &amp; 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" class="btn">explore now</a>
</div>
</div>

<div class="box">
<div class="image">
<img src="images/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" class="btn">explore now</a>
</div>
</div>

<div class="box">
<div class="image">
<img src="images/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" class="btn">explore now</a>
</div>
</div>

<div class="box">
<div class="image">
<img src="images/img-4.jpg" alt="">
</div>
<div class="content">
<h3>Jaipur Package</h3>

<p>We organise Jaipur &amp; 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>

<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 - Rs 15,999</div>

<a href="#contact" class="btn">explore now</a>
</div>
</div>

<div class="box">
<div class="image">
<img src="images/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" class="btn">explore now</a>
</div>
</div>

<div class="box">
<div class="image">
<img src="images/img-6.jpg" alt="">
</div>
<div class="content">
<h3>Darjeeling Package</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" class="btn">explore now</a>
</div>
</div>

</div>
</section>


</body>
</html>

0 comments on commit b28ae6f

Please sign in to comment.