-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhotel.html
142 lines (124 loc) · 6.63 KB
/
hotel.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
<PageTitle>Hotels</PageTitle>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hotels and Resorts in Puttur, Dakshina Kannada</title>
<style>
/* Reset and base styling */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* Body styling */
body {
font-family: Arial, sans-serif;
background-color: #1A1A3D; /* Navy-bluish violet */
color: #E5E5E5;
line-height: 1.6;
}
/* Main container styling */
.container {
max-width: 1000px;
margin: 0 auto;
padding: 20px;
}
/* Header */
h1 {
text-align: center;
color: #FFD700; /* Gold color */
margin-bottom: 20px;
}
/* Hotel section styling */
.hotel {
background-color: #2A2A55; /* Darker navy bluish violet */
padding: 20px;
border-radius: 8px;
margin-bottom: 30px;
border: 1px solid #FFD700; /* Gold border */
}
.hotel h2 {
color: #FFD700;
margin-bottom: 10px;
}
.hotel img {
width: 100%;
max-height: 300px;
object-fit: cover;
border-radius: 8px;
margin-bottom: 10px;
}
.features {
margin-bottom: 15px;
}
/* Booking link styling */
.booking-link {
color: #FFD700;
text-decoration: none;
font-weight: bold;
}
.booking-link:hover {
color: #FFC107;
}
/* Google Map embed styling */
.map {
margin-top: 10px;
border: 1px solid #FFD700;
border-radius: 8px;
overflow: hidden;
}
iframe {
width: 100%;
height: 300px;
}
</style>
</head>
<body>
<div class="container">
<h1>Hotels and Resorts in Puttur, Dakshina Kannada</h1>
<!-- Hotel 1 -->
<div class="hotel">
<h2> Netravathi Resort, Uppinadady,Near Puttur</h2>
<img src="images/netravati.jpg" alt="River-Side Netravati Resort">
<p class="features">A luxurious retreat offering picturesque views and a serene atmosphere. Perfect for relaxation and rejuvenation.</p>
<a href="https://www.google.com/aclk?sa=l&ai=DChcSEwjx1Kfs58mJAxW-pGYCHSKxEAgYABABGgJzbQ&co=1&ase=2&gclid=Cj0KCQiA57G5BhDUARIsACgCYnygSpZpI6P5tu2j6pYiE2Pae7Xr5fvEhQFgOVRKOTNwR700YBfmF9EaAgMdEALw_wcB&sig=AOD64_1Umt18E4OA5-XChQ_mRsJBUckU2A&nis=5&adurl" class="booking-link" target="_blank">Book Now on MakeMyTrip.com</a>
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d62239.85293148346!2d75.29484080000002!3d12.84387!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ba4bf66e6991b71%3A0xfe1c610dda7a515b!2sNetravathi%20Resort!5e0!3m2!1sen!2sin!4v1730968458652!5m2!1sen!2sin" width="400" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
<!-- Hotel 2 -->
<div class="hotel">
<h2>Kodikad - A hilltop forest accommodation</h2>
<img src="images/kodikad.jpg" alt="Kodikad - A hilltop forest accommodation">
<img src="images/kodikad2.jpg" alt="Kokikad - A hilltop forest Pool View">
<p class="features">Nestled in lush greenery, this hilltop stay offers an eco-friendly experience with stunning forest views.</p>
<a href="https://www.booking.com/hotel/in/kodikad-a-hilltop-forest-accommodation.en-gb.html?aid=2068758&label=seogooglelocal-link-imagesaow-hotel-9846685_grp-1_gendate-20240917&sid=978cde32024f89b9fe14cb0a1d6caaaa&dist=0&keep_landing=1&sb_price_type=total&type=total&activeTab=main#map_closed" class="booking-link" target="_blank">Book Now on Booking.com</a>
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d31130.406338015007!2d75.13930889530661!3d12.758967708716773!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ba4bd52226b7ed1%3A0xc05d8544012ed6ff!2sShera%2C%20Karnataka%20574220%2C%20India!5e0!3m2!1sen!2sus!4v1730967733628!5m2!1sen!2sus" width="400" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
<!-- Hotel 3 -->
<div class="hotel">
<h2>Mahaveer Ventures Hotel and Resort - The Padival Grand</h2>
<img src="images/mahavir.jpg" alt="Mahaveer Ventures Hotel and Resort - The Padival Grand">
<p class="features">An elegant hotel offering modern amenities and spacious rooms for a comfortable stay in the heart of the city.</p>
<a href="https://www.booking.com/hotel/in/mahaveer-ventures.en-gb.html?aid=356980&label=gog235jc-1DCAsobEIRbWFoYXZlZXItdmVudHVyZXNIM1gDaGyIAQGYAQm4ARfIAQzYAQPoAQGIAgGoAgO4ApLzsbkGwAIB0gIkZDI5ZmQ3NjQtZWRjYy00NTkzLTkyNWEtZDIwNzIyZjQwZWEy2AIE4AIB&sid=978cde32024f89b9fe14cb0a1d6caaaa&dist=0&keep_landing=1&sb_price_type=total&type=total&" class="booking-link" target="_blank">Book Now on Booking.com</a>
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3891.190077685302!2d75.1940935750729!3d12.766164787530668!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ba4bd11b23b38bf%3A0x29973ec88814e99b!2sMahaveer%20Ventures%20Hotel%20and%20Resort%20-%20The%20Padival%20Grand!5e0!3m2!1sen!2sin!4v1730967990985!5m2!1sen!2sin" width="400" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
<!-- Hotel 4 -->
<div class="hotel">
<h2>Hotel Rama</h2>
<img src="images/rama.jpg" alt="Hotel Rama">
<p class="features">A budget-friendly option with all the essential amenities, located conveniently near local attractions.</p>
<a href="http://www.hotelramaputtur.com/" class="booking-link" target="_blank">Book Now at Official Website</a>
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3891.248094094292!2d75.1995505750729!3d12.76239388753407!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ba4bd82b267be17%3A0xc718beff3da043af!2sHotel%20Rama!5e0!3m2!1sen!2sin!4v1730970714406!5m2!1sen!2sin" width="400" height="300" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
</body>
</html>