Skip to content

Commit

Permalink
Merge pull request #1820 from KrishPatel1205/branch20
Browse files Browse the repository at this point in the history
[FIXED] Feat: Add a page for Kerala #1818
  • Loading branch information
PriyaGhosal authored Nov 5, 2024
2 parents 4ead53e + f0fb2b0 commit cd7cac1
Show file tree
Hide file tree
Showing 2 changed files with 235 additions and 1 deletion.
2 changes: 1 addition & 1 deletion book.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ <h3>Goa</h3>
</div>
<div class="location-card" style="
background-image: url('https://images.unsplash.com/photo-1679022579345-72dc76a518f6?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
">
" onclick="location.href='kerala.html'">
<h3>Kerala</h3>
<ul>
<li>Kerala Backwaters Package</li>
Expand Down
234 changes: 234 additions & 0 deletions kerala.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,234 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kerala Travel - Hotels</title>

<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="./styles/popup.css">
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

<link
href="https://fonts.googleapis.com/css2?family=Pattaya&family=Poppins:wght@400;500&display=swap"
rel="stylesheet"
/>
<script src="https://kit.fontawesome.com/c4254e24a8.js" crossorigin="anonymous"></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
margin: 0;
width: 100vw;
display: flex;
flex-direction: column;
align-items: center;
overflow-x: hidden;
}

.main-image {
width: 100%;
height: 300px;
object-fit: cover;
background-image: url('https://images.pexels.com/photos/1273246/pexels-photo-1273246.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
background-position: bottom;
}

.main-heading {
font-size: 48px;
color: white;
text-align: center;
height: 500px;
padding-top: 120px;
}

.container {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
margin: auto;
width: 100vw;
}

.card-container {
display: flex;
flex-direction: row;
width: 100vw;
height: 590px;
align-items: center;
margin: auto;
margin-left: 100px;
margin-bottom: 50px;
}

h1 {
color: #2c3e50;
margin-bottom: 30px;
font-size: 5em;
}

.hotel-card {
background-color: #ffffff;
border: 1px solid #ddd;
border-radius: 8px;
padding: 20px;
margin: 15px 40px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
width: 450px;
height: 100%;
}

.hotel-image {
width: 100%;
max-height: 400px;
border-radius: 8px;
object-fit: cover;
height: 100%;
}

.hotel-card h2 {
color: #2980b9;
margin: 10px 0 10px;
font-size: 3rem;
}

.hotel-card p {
color: #7f8c8d;
font-size: 18px;
}

.book-button {
background-color: #2980b9;
color: white;
border: none;
border-radius: 5px;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s;
}

.book-button:hover {
background-color: #1a6d99;
}
</style>
</head>
<body>
<div class="main-image">
<h1 class="main-heading">Kerala</h1>
</div>
<br>
<br>
<h1>Top Hotels in Kerala</h1>

<div class="container">
<div class="card-container">
<div class="hotel-card">
<img
src="https://cdn.sanity.io/images/ocl5w36p/production/ba1279f6e9e1a5185142623b0dee9559d752ba98-1720x1112.jpg"
alt="Taj Kumarakom Resort & Spa, Kumarakom"
class="hotel-image"
/>
<h2>Taj Kumarakom Resort</h2>
<p>Price per night: ₹12,000</p>
<button class="book-button">Book Now</button>
</div>
<div class="hotel-card">
<img
src="https://www.oberoihotels.com/-/media/oberoi-hotels/home-detail/bangaluru.png"
alt="The Oberoi, Kochi"
class="hotel-image"
/>
<h2>The Oberoi, Kochi</h2>
<p>Price per night: ₹15,000</p>
<button class="book-button">Book Now</button>
</div>
<div class="hotel-card">
<img
src="https://www.fortekochi.in/images/bg.jpg"
alt="The Forage Hotel, Kochi"
class="hotel-image"
/>
<h2>The Forage Hotel, Kochi</h2>
<p>Price per night: ₹10,000</p>
<button class="book-button">Book Now</button>
</div>
</div>

<div class="card-container">
<div class="hotel-card">
<img
src="https://www.kumarakomlakeresort.in/assets/images/luxury-dining/vembanad-the-seafood-bar/vembanad-the-seafood-bar.jpg"
alt="Kumarakom Lake Resort, Kumarakom"
class="hotel-image"
/>
<h2>Kumarakom Lake Resort</h2>
<p>Price per night: ₹8,000</p>
<button class="book-button">Book Now</button>
</div>
<div class="hotel-card">
<img
src="https://www.lemontreehotels.com/uploads/hotelslider/29_26_2023_05_26_27Facade.jpg"
alt="Lemon Tree Hotel, Kochi"
class="hotel-image"
/>
<h2>Lemon Tree Hotel, Kochi</h2>
<p>Price per night: ₹6,000</p>
<button class="book-button">Book Now</button>
</div>
<div class="hotel-card">
<img
src="https://www.itchotels.com/content/dam/itchotels/in/umbrella/fortune/head-mast-desktop/fortune%20park%20panchwati%20kolkata.png"
alt="Fortune Hotel, Kochi"
class="hotel-image"
/>
<h2>Fortune Hotel, Kochi</h2>
<p>Price per night: ₹7,000</p>
<button class="book-button">Book Now</button>
</div>
</div>

<div class="card-container">
<div class="hotel-card">
<img
src="https://www.pauljohnhotels.com/images/gallery/fk/bright-yellow-ambience-with-pool.jpg"
alt="The Paul, Kochi"
class="hotel-image"
/>
<h2>The Paul, Kochi</h2>
<p>Price per night: ₹9,000</p>
<button class="book-button">Book Now</button>
</div>
<div class="hotel-card">
<img
src="https://lh3.googleusercontent.com/p/AF1QipOwoFwSe8uEQoxGFuXfePaOSy-xFhFAU9W3zf2j=s1360-w1360-h1020"
alt="Xandari Resort, Thekkady"
class="hotel-image"
/>
<h2>Xandari Resort, Thekkady</h2>
<p>Price per night: ₹11,000</p>
<button class="book-button">Book Now</button>
</div>
<div class="hotel-card">
<img
src="https://r2imghtlak.ibcdn.com/r2-mmt-htl-image/htl-imgs/202308161732012633-cd9da5667cad11ee83d00a58a9feac02.jpg?downsize=1920:1080"
alt="Esterel Hotel, Kochi"
class="hotel-image"
/>
<h2>Esterel Hotel, Kochi</h2>
<p>Price per night: ₹8,500</p>
<button class="book-button">Book Now</button>
</div>
</div>
</div>
</body>
</html>

0 comments on commit cd7cac1

Please sign in to comment.