Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added responsive 'Read More' buttons in the 'Plan a Trip' page #1668

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Amber Fort.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Hidimba Temple.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Rohtang Pass.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added addu-atoll.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added banana-reef.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bangkok.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added cherrapunji.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chiang-mai.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added city-palace.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added hawa-mahal.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jaipur-background.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jaipur-background1.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
99 changes: 99 additions & 0 deletions jaipur-details.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Explore Jaipur</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
background-image: url('jaipur-background1.jpeg');
background-size: cover;
background-attachment: fixed;
background-position: center;
color: #0b0b0b;
}
.tourist-photos img {
width: 100%;
border-radius: 10px;
}
.photo-caption {
text-align: center;
font-size: 1.2em;
margin-top: 10px;
}
h1 {
font-size: 2.5em;
color: #01070d;
}
h3 {
color: #000408;
margin-top: 30px;
}
.tourist-card {
margin-bottom: 30px;
}
.tourist-card img {
border-radius: 8px;
max-height: 300px;
object-fit: cover;
}
</style>
</head>
<body>
<div class="container my-5">
<!-- Page Title -->
<h1 class="text-center">Explore Jaipur</h1>
<p class="lead text-center">Jaipur, the Pink City of India, is renowned for its vibrant culture, majestic forts, and royal palaces.</p>

<!-- Popular Tourist Places -->
<h3>Popular Tourist Places:</h3>
<ul class="list-group mb-5">
<li class="list-group-item">Amber Fort</li>
<li class="list-group-item">Hawa Mahal</li>
<li class="list-group-item">City Palace</li>
<li class="list-group-item">Jantar Mantar</li>
<li class="list-group-item">Nahargarh Fort</li>
</ul>

<!-- Tourist Photos -->
<h3>Tourist Photos:</h3>
<div class="row">
<!-- Amber Fort -->
<div class="col-md-4 tourist-card">
<img src="Amber Fort.jpeg" alt="Amber Fort" class="img-fluid">
<div class="photo-caption">Amber Fort</div>
</div>

<!-- Hawa Mahal -->
<div class="col-md-4 tourist-card">
<img src="hawa-mahal.jpeg" alt="Hawa Mahal" class="img-fluid">
<div class="photo-caption">Hawa Mahal</div>
</div>

<!-- City Palace -->
<div class="col-md-4 tourist-card">
<img src="city-palace.jpeg" alt="City Palace" class="img-fluid">
<div class="photo-caption">City Palace</div>
</div>
</div>

<!-- Additional Photos -->
<div class="row mt-4">
<!-- Jantar Mantar -->
<div class="col-md-4 tourist-card">
<img src="jantar-mantar.jpeg" alt="Jantar Mantar" class="img-fluid">
<div class="photo-caption">Jantar Mantar</div>
</div>

<!-- Nahargarh Fort -->
<div class="col-md-4 tourist-card">
<img src="nahargarh-fort.jpeg" alt="Nahargarh Fort" class="img-fluid">
<div class="photo-caption">Nahargarh Fort</div>
</div>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
Binary file added jantar-mantar.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added krabi.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added living-root-bridges.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maafushi-island.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maldives-background.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added maldives-details.html
Binary file not shown.
Binary file added male-city.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added manali-background.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
100 changes: 100 additions & 0 deletions manali-details.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Explore Manali</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
background-image: url('manali-background.jpeg');
background-size: cover;
background-attachment: fixed;
background-position: center;
color: black;
}
.tourist-photos img {
width: 100%;
border-radius: 10px;
}
.photo-caption {
text-align: center;
font-size: 1.2em;
margin-top: 10px;
}
h1 {
font-size: 2.5em;
color: #01080f;
}
h3 {
color: #0a0a0a;
margin-top: 30px;
}
.tourist-card {
margin-bottom: 30px;
}
.tourist-card img {
border-radius: 8px;
max-height: 300px;
object-fit: cover;
}
</style>
</head>
<body>
<div class="container my-5">
<!-- Page Title -->
<h1 class="text-center">Explore Manali</h1>
<p class="lead text-center">Manali is a beautiful hill station in Himachal Pradesh, known for its scenic views, adventure activities, and famous tourist spots.</p>

<!-- Popular Tourist Places -->
<h3>Popular Tourist Places:</h3>
<ul class="list-group mb-5">
<li class="list-group-item">Solang Valley</li>
<li class="list-group-item">Rohtang Pass</li>
<li class="list-group-item">Hidimba Temple</li>
<li class="list-group-item">Old Manali</li>
<li class="list-group-item">Manu Temple</li>
</ul>

<!-- Tourist Photos -->
<h3>Tourist Photos:</h3>
<div class="row">
<!-- Solang Valley -->
<div class="col-md-4 tourist-card">
<img src="solang-valley.jpeg" alt="Solang Valley" class="img-fluid">
<div class="photo-caption">Solang Valley</div>
</div>

<!-- Rohtang Pass -->
<div class="col-md-4 tourist-card">
<img src="Rohtang Pass.jpeg" alt="Rohtang Pass" class="img-fluid">
<div class="photo-caption">Rohtang Pass</div>
</div>

<!-- Hidimba Temple -->
<div class="col-md-4 tourist-card">
<img src="Hidimba Temple.jpeg" alt="Hidimba Temple" class="img-fluid">
<div class="photo-caption">Hidimba Temple</div>
</div>
</div>

<!-- Additional Photos -->
<div class="row mt-4">
<!-- Old Manali -->
<div class="col-md-4 tourist-card">
<img src="old-manali.jpeg" alt="Old Manali" class="img-fluid">
<div class="photo-caption">Old Manali</div>
</div>

<!-- Manu Temple -->
<div class="col-md-4 tourist-card">
<img src="manu-temple.jpeg" alt="Manu Temple" class="img-fluid">
<div class="photo-caption">Manu Temple</div>
</div>
</div>

</div>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
Binary file added manu-temple.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added meghalaya-background.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
99 changes: 99 additions & 0 deletions meghalaya-details.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Explore Meghalaya</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
background-image: url('meghalaya-background.jpeg');
background-size: cover;
background-attachment: fixed;
background-position: center;
color: black;
}
.tourist-photos img {
width: 100%;
border-radius: 10px;
}
.photo-caption {
text-align: center;
font-size: 1.2em;
margin-top: 10px;
}
h1 {
font-size: 2.5em;
color: #01080f;
}
h3 {
color: #0a0a0a;
margin-top: 30px;
}
.tourist-card {
margin-bottom: 30px;
}
.tourist-card img {
border-radius: 8px;
max-height: 300px;
object-fit: cover;
}
</style>
</head>
<body>
<div class="container my-5">
<!-- Page Title -->
<h1 class="text-center">Explore Meghalaya</h1>
<p class="lead text-center">Meghalaya, the Abode of Clouds, is known for its lush green landscapes, cascading waterfalls, and unique living root bridges.</p>

<!-- Popular Tourist Places -->
<h3>Popular Tourist Places:</h3>
<ul class="list-group mb-5">
<li class="list-group-item">Cherrapunji</li>
<li class="list-group-item">Living Root Bridges</li>
<li class="list-group-item">Shillong Peak</li>
<li class="list-group-item">Umiam Lake</li>
<li class="list-group-item">Nohkalikai Falls</li>
</ul>

<!-- Tourist Photos -->
<h3>Tourist Photos:</h3>
<div class="row">
<!-- Cherrapunji -->
<div class="col-md-4 tourist-card">
<img src="cherrapunji.jpeg" alt="Cherrapunji" class="img-fluid">
<div class="photo-caption">Cherrapunji</div>
</div>

<!-- Living Root Bridges -->
<div class="col-md-4 tourist-card">
<img src="living-root-bridges.jpeg" alt="Living Root Bridges" class="img-fluid">
<div class="photo-caption">Living Root Bridges</div>
</div>

<!-- Shillong Peak -->
<div class="col-md-4 tourist-card">
<img src="shillong-peak.jpeg" alt="Shillong Peak" class="img-fluid">
<div class="photo-caption">Shillong Peak</div>
</div>
</div>

<!-- Additional Photos -->
<div class="row mt-4">
<!-- Umiam Lake -->
<div class="col-md-4 tourist-card">
<img src="umiam-lake.jpeg" alt="Umiam Lake" class="img-fluid">
<div class="photo-caption">Umiam Lake</div>
</div>

<!-- Nohkalikai Falls -->
<div class="col-md-4 tourist-card">
<img src="nohkalikai-falls.jpeg" alt="Nohkalikai Falls" class="img-fluid">
<div class="photo-caption">Nohkalikai Falls</div>
</div>
</div>
</div>

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
Binary file added nahargarh-fort.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added nohkalikai-falls.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added old-manali.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pattaya.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added phuket.jpeg
46 changes: 45 additions & 1 deletion plantrip.html

Large diffs are not rendered by default.

Binary file added shillong-peak.jpeg
Binary file added solang-valley.jpeg
38 changes: 38 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1082,6 +1082,44 @@ header {
cursor: pointer;
}

/* styles.css */
.trip-card {
background-color: #f9fcff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
text-align: center;
}

.trip-card img {
width: 100%;
border-radius: 8px;
height: 200px;
object-fit: cover;
}

.trip-card h3 {
font-size: 1.5em;
margin: 10px 0;
}

.trip-card p {
font-size: 1em;
margin-bottom: 20px;
}

.btn-primary {
padding: 10px 20px;
font-size: 1em;
text-decoration: none;
}

.btn-primary:hover {
background-color: #0056b3;
}


.rating {
color: goldenrod;
}
Expand Down
Binary file added thailand-background.jpeg
Loading
Loading