-
Notifications
You must be signed in to change notification settings - Fork 0
/
mumbaii.html
213 lines (201 loc) · 8.37 KB
/
mumbaii.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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mumbai Travel Guide</title>
<link rel="stylesheet" href="mumbai.css">
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
text-align: center;
color: #333;
}
h1 {
margin-top: 20px;
color: white;
}
h2 {
margin-top: 20px;
color: #ffffff;
}
body{
background-image: url(mumbai1.jpg);
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
}
</style>
</head>
<body>
<h1>Welcome To Mumbai</h1>
<div id="mumbai-info">
<img src="mumbai.jpg" alt="Mumbai Skyline">
<p>
Mumbai, formerly known as Bombay, is the capital city of the Indian state of Maharashtra. It is the financial, commercial, and entertainment hub
of India. Known for its bustling streets, iconic landmarks, and diverse culture, Mumbai offers a unique blend of tradition and modernity.
</p>
<p>
Explore the historic Gateway of India, stroll along Marine Drive, and experience the vibrant street food scene. From Bollywood to colonial
architecture, Mumbai has something for everyone.
</p>
</div>
<div id="Activities">
<h2>Activities/Local Attraction in Mumbai</h2>
<div class="gallery-item" style="display: inline-block; border: 20px; ">
<div class="zoom-container">
<div class="zoom-block">
<img src="Mumbai_03-2016_31_Gateway_of_India.jpg" alt="Zoomable Image" >
</div>
<div class="overlay">
<div class="overlay-content">
<h3>Gateway Of India</h3>
<p class="text" style="color: blanchedalmond;">
The Gateway of India is an arch-monument completed in 1924 on the waterfront<br> of Mumbai (Bombay), India. It was erected to commemorate the <br> landing of George V for his coronation as the Emperor <br>of India in December 1911 at Strand Road near Wellington Fountain.
<a href="https://en.wikipedia.org/wiki/Gateway_of_India" target="_blank" style="color: black;"> Read More...</a>
</p>
</div>
</div>
</div>
</div>
<div class="gallery-item" style="display: inline-block; border: 20px;">
<div class="zoom-container">
<div class="zoom-block">
<img src="elephanta.jpeg" alt="Zoomable Image">
</div>
<div class="overlay">
<div class="overlay-content">
<h3>Elephanta Caves</h3>
<p class="text" style="color: blanchedalmond;">The Elephanta Caves are a collection of cave temples predominantly dedicated <br>to the Hindu god Shiva, which have been designated a UNESCO World Heritage Site. <br>They are on Elephanta Island, or Gharapuri (literally meaning "the city of caves"),<br> in Mumbai Harbour, 10 kilometres (6.2 mi) east of Mumbai
<a href="https://en.wikipedia.org/wiki/Elephanta_Caves" target="_blank" style="color: black;"> Read More...</a>
</p>
</div>
</div>
</div>
</div>
<div class="gallery-item" style="display: inline-block; border: 20px;">
<div class="zoom-container">
<div class="zoom-block">
<img src="imagica.webp" alt="Zoomable Image">
</div>
<div class="overlay">
<div class="overlay-content">
<h3>Imagica</h3>
<p class="text" style="color: blanchedalmond;"> Imagicaa is a 130-acre (53 ha) <br>theme park in Khopoli, India. It is owned by Imagicaa World <br> Entertainment Ltd. Imagicaa is listed on the National Stock Exchange (NSE) and Bombay <br> Stock Exchange (BSE).
<a href="https://www.imagicaaworld.com/water-park/" target="_blank" style="color: black;"> Read More...</a></p>
</div>
</div>
</div>
</div>
</div>
<div id="Activities" >
<h2>Hotels and Restaurents</h2>
<div class="gallery-item" style="display: inline-block;">
<div class="zoom-container">
<div class="zoom-block">
<img src="HotelTaj.jpg" alt="Zoomable Image">
</div>
<div class="overlay">
<div class="overlay-content">
<h3>Taj Palace</h3>
<p class="text" style="color: blanchedalmond;">For bookings
<a href="https://www.tajhotels.com/en-in/taj/taj-mahal-palace-mumbai/" target="_blank" style="color: white;"> Visit...</a></p>
</div>
</div>
</div>
<p></p>
</div>
<div class="gallery-item" style="display: inline-block;">
<div class="zoom-container">
<div class="zoom-block">
<img src="HotelRadisson.jpg" alt="Zoomable Image" >
</div>
<div class="overlay">
<div class="overlay-content">
<h3>Radisson Blu</h3>
<p class="text" style="color: blanchedalmond;">For bookings
<a href="https://www.tajhotels.com/en-in/taj/taj-mahal-palace-mumbai/" target="_blank" style="color: white;"> Visit...</a></p>
</div>
</div>
</div><br>
</div>
</div>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Total Budget</title>
<style>
form {
max-width: 400px;
margin: 20px auto;
padding: 20px;
background-color: #c8d2e8;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
div {
margin-bottom: 15px;
}
label {
display: block;
margin-bottom: 8px;
}
input[type="checkbox"] {
margin-right: 5px;
}
#total {
width: 90%;
padding: 10px;
margin-top: 15px;
border: none;
background-color: #6175fb;
color: #282c35;
font-weight: bold;
border-radius: 4px;
cursor: not-allowed;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
function updateTotal() {
let total = 0;
$('input[type="checkbox"]:checked').each(function() {
total += parseFloat($(this).val());
});
$('#total').val(total.toFixed(2));
}
$(document).ready(function() {
$('input[type="checkbox"]').click(function() {
updateTotal();
});
});
</script>
</head>
<body>
<h2>Total Budget</h2>
<form>
<div>
<label><input type="checkbox" value="40">Gateway of India (Rs.40)</label>
</div>
<div>
<label><input type="checkbox" value="100">Elephanta Caves (Rs.100)</label>
</div>
<div>
<label><input type="checkbox" value="2000">Imagica (Rs.2000)</label>
</div>
<div>
<label><input type="checkbox" value="40000">Hotel Taj Palace (Rs.40000)</label>
</div>
<div>
<label><input type="checkbox" value="10000">Hotel Radisson Blu (Rs.10000)</label>
</div>
<div>
<strong>Total Budget:</strong>
<input type="text" id="total" readonly>
</div>
</form>
</body>
</html>