-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
522 lines (438 loc) · 27.7 KB
/
index.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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mysuru Tourism</title>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800;900&family=Ubuntu&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/47524898bf.js" crossorigin="anonymous"></script>
<!-- Bootstrap Stylesheet -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<!-- Bootstrap Scripts -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="img/favicon.ico">
</head>
<body>
<!-------------------- NavBar -------------------->
<div class="bg-img">
<nav class="navbar navbar-expand-lg navbar-dark">
<img src="img/favicon-bus.ico" class="navbar-brand navbar-icon d-none d-sm-block">
<a class="navbar-brand" href="index.html">Mysuru Tourism</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="hotels.html">Hotels</a>
</li>
<li class="nav-item">
<a class="nav-link" href="restaurants.html">Restaurants</a>
</li>
<li class="nav-item">
<a class="nav-link" href="events.html">Events</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Tourist Attractions</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="destinations.html">All Destinations</a>
<a class="dropdown-item" href="yoga.html">Yoga Centres</a>
<a class="dropdown-item" href="heritage-sites.html">Heritage Sites</a>
<a class="dropdown-item" href="museums.html">Museums</a>
<a class="dropdown-item" href="temples.html">Temples</a>
<a class="dropdown-item" href="waterfalls.html">Waterfalls</a>
<a class="dropdown-item" href="lakes.html">Lakes</a>
<a class="dropdown-item" href="zoos.html">Zoos and Aquariums</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
</div>
<!-------------------- NavBar End -------------------->
<!-------------------- SearchBar -------------------->
<div class="container h-100 d-none d-md-block">
<div class="d-flex justify-content-center h-100">
<div class="searchbar">
<input class="search_input" type="text" name="" placeholder="Search">
<a href="destinations.html" class="search_icon"><i class="fas fa-search"></i></a>
</div>
</div>
</div>
<!-------------------- SearchBar End -------------------->
<!-------------------- Jumbotron -------------------->
<div class="jumbotron d-none d-md-block"></div>
<!-------------------- Jumbotron End -------------------->
<!-------------------- Overlay -------------------->
<h2 class="overlay-title-md d-md-none">Welcome to Mysuru Tourism!</h2>
<div class="row overlay-row">
<div class="col-md-12">
<div class="mb-4 bg-dark text-white">
<img class="card-img" src="img/mysore-palace-cropped.jpg" alt="Card image">
<div class="card-img-overlay">
<h2 class="card-title overlay-title d-none d-md-block">Welcome to Mysuru Tourism!</h2>
<p class="card-text overlay-text d-none d-md-block"><strong>We provide you the best services in the whole southern part of Karnataka, India</strong></p>
</div>
</div>
</div>
</div>
<!-------------------- Overlay End -------------------->
<hr class="d-none d-md-block">
<!-------------------- About Mysuru -------------------->
<div class="row about-tiles">
<div class="about-mysuru col-md-6 col-sm-12 col-xs-12">
<h3 class="heading">About Mysuru (Mysore)</h3>
Mysore (or Mysuru), a city in India's southwestern Karnataka state, was the capital of the Kingdom of Mysore from 1399 to 1947. In its center is opulent Mysore Palace, seat of the former ruling Wodeyar dynasty. The palace blends Hindu, Islamic, Gothic and Rajput styles. Mysore is also home to the centuries-old Devaraja Market, filled with spices, silk and sandalwood. Mysore officially Mysuru is a city in the southern part of the state of Karnataka, India.
</div>
<div class="col-md-6 col-sm-12 col-xs-12 d-none d-md-block">
<h3 class="heading">Mysuru Map</h3>
<a href="https://goo.gl/maps/py9g43GiTQHWoiWr6" target="_blank">
<div id="map-tile">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d124738.44715982598!2d76.5656492516725!3d12.310636832253756!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3baf70381d572ef9%3A0x2b89ece8c0f8396d!2sMysuru%2C%20Karnataka!5e0!3m2!1sen!2sin!4v1607438340003!5m2!1sen!2sin" width="100%" height="250" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
</a>
</div>
</div>
<!-------------------- About Mysuru End -------------------->
<hr>
<!-------------------- Mysore Palace -------------------->
<div class="mysore-palace">
<h2 class="mysore-palace-title">Mysore Palace 🏰</h2>
<img class="mysore-palace-img" src="img/jumbotron-large.jpg">
</div>
<a class="btn btn-outline-light mysore-palace-btn" href="https://goo.gl/maps/XuN6f8jk3in6sNc69" target="_blank">Visit the Mysore Palace</a>
<!-------------------- Mysore Palace End -------------------->
<hr>
<!-------------------- Bookings -------------------->
<h3 class="text-center heading booking-heading">Bookings 🎫</h3>
<div class="row row-cols-1 row-cols-md-3 booking-cards">
<div class="col">
<div class="card">
<img src="img/hotel.jpg" class="card-img-top" alt="Hotels image">
<div class="card-body">
<p class="card-text">Many beautiful hotels present in the area with great scenary and fun places nearby.</p>
<a class="btn btn-lg btn-dark" href="hotels.html">Book Hotels</a>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img src="img/food.png" class="card-img-top" alt="Restaurants image">
<div class="card-body">
<p class="card-text">The restaurants are one of the best in the whole country itself and the food is just great.</p>
<a class="btn btn-lg btn-dark" href="restaurants.html">Book Restaurants</a>
</div>
</div>
</div>
<div class="col">
<div class="card">
<img src="img/events.jpg" class="card-img-top" alt="Events images">
<div class="card-body">
<p class="card-text">Lots of events going on around the city for every domain that you may be interested in.</p>
<a class="btn btn-lg btn-dark" href="events.html">Book Events</a>
</div>
</div>
</div>
</div>
<!-------------------- Bookings End -------------------->
<hr>
<!-------------------- Tourist Destinations Cards -------------------->
<h3 class="text-center heading tourist-heading">Tourist Destinations 🏔️</h3>
<div class="row tourist-destinations-cards">
<div class="col-md-6 td-cards">
<div class="card text-white bg-primary flex-md-row mb-4 shadow-sm h-md-250">
<div class="card-body d-flex flex-column align-items-start">
<h6 class="mb-0">
<a class="text-white" href="destinations.html"><strong>Temples</strong></a>
</h6>
<p class="card-text mb-auto tourist-destinations-card-text">There are various number of beautiful temples to visit.</p>
<a class="btn btn-outline-light btn-sm" role="button" href="destinations.html">See more</a>
</div>
<img class="card-img-right flex-auto d-none d-lg-block" alt="" src="img/temple.jpg" style="width: 250px; height: 250px;">
</div>
</div>
<div class="col-md-6 td-cards">
<div class="card text-white bg-success flex-md-row mb-4 shadow-sm h-md-250">
<div class="card-body d-flex flex-column align-items-start">
<h6 class="mb-0">
<a class="text-white" href="destinations.html"><strong>Museums</strong></a>
</h6>
<p class="card-text mb-auto tourist-destinations-card-text">Many types of museums are here varying from trains to sand museums.</p>
<a class="btn btn-outline-light btn-sm" href="destinations.html">See more</a>
</div>
<img class="card-img-right flex-auto d-none d-lg-block" alt="" src="img/museum.jpg" style="width: 250px; height: 250px;">
</div>
</div>
<div class="col-md-6 td-cards">
<div class="card text-white bg-primary flex-md-row mb-4 shadow-sm h-md-250">
<div class="card-body d-flex flex-column align-items-start">
<h6 class="mb-0">
<a class="text-white" href="destinations.html"><strong>Heritage Sites</strong></a>
</h6>
<p class="card-text mb-auto tourist-destinations-card-text">There are number of heritage sites being very old and famous all around the country.</p>
<a class="btn btn-outline-light btn-sm" role="button" href="destinations.html">See more</a>
</div>
<img class="card-img-right flex-auto d-none d-lg-block" alt="" src="img/heritage.jpg" style="width: 250px; height: 250px;">
</div>
</div>
<div class="col-md-6 td-cards">
<div class="card text-white bg-success flex-md-row mb-4 shadow-sm h-md-250">
<div class="card-body d-flex flex-column align-items-start">
<h6 class="mb-0">
<a class="text-white" href="destinations.html"><strong>Waterfalls</strong></a>
</h6>
<p class="card-text mb-auto tourist-destinations-card-text">Amazing waterfalls like you would have never seen anywhere.</p>
<a class="btn btn-outline-light btn-sm" href="destinations.html">See more</a>
</div>
<img class="card-img-right flex-auto d-none d-lg-block" alt="" src="img/waterfall.jpg" style="width: 250px; height: 250px;">
</div>
</div>
<div class="col-md-6 td-cards">
<div class="card text-white bg-primary flex-md-row mb-4 shadow-sm h-md-250">
<div class="card-body d-flex flex-column align-items-start">
<h6 class="mb-0">
<a class="text-white" href="destinations.html"><strong>Zoos</strong></a>
</h6>
<p class="card-text mb-auto tourist-destinations-card-text">There are number of zoos with number of animals and birds found specifically in the southern region of the country.</p>
<a class="btn btn-outline-light btn-sm" role="button" href="destinations.html">See more</a>
</div>
<img class="card-img-right flex-auto d-none d-lg-block" alt="" src="img/zoo.jpg" style="width: 250px; height: 250px;">
</div>
</div>
<div class="col-md-6 td-cards">
<div class="card text-white bg-success flex-md-row mb-4 shadow-sm h-md-250">
<div class="card-body d-flex flex-column align-items-start">
<h6 class="mb-0">
<a class="text-white" href="destinations.html"><strong>Lakes</strong></a>
</h6>
<p class="card-text mb-auto tourist-destinations-card-text">Beautiful lakes like you would have never seen anywhere.</p>
<a class="btn btn-outline-light btn-sm" href="destinations.html">See more</a>
</div>
<img class="card-img-right flex-auto d-none d-lg-block" alt="" src="img/lake.jpg" style="width: 250px; height: 250px;">
</div>
</div>
</div>
<!-------------------- Tourist Destinations Cards End -------------------->
<hr>
<!-------------------- Testimonials -------------------->
<h3 class="text-center heading testimonials-heading">Testimonials 🧗♂️</h3>
<section class="hero">
<div class="container">
<div class="row">
<div class="col-lg-6 hero-card">
<div class="cardbox shadow-lg bg-white">
<div class="cardbox-heading">
<div class="dropdown float-right">
<button class="btn btn-flat btn-flat-icon" type="button" data-toggle="dropdown" aria-expanded="false">
<em class="fa fa-ellipsis-h"></em>
</button>
<div class="dropdown-menu dropdown-scale dropdown-menu-right" role="menu" style="position: absolute; transform: translate3d(-136px, 28px, 0px); top: 0px; left: 0px; will-change: transform;">
<a class="dropdown-item" href="#">Hide post</a>
<a class="dropdown-item" href="#">Stop following</a>
<a class="dropdown-item" href="#">Report</a>
</div>
</div>
<div class="media m-0">
<div class="d-flex mr-3">
<a href=""><img class="img-fluid rounded-circle" src="img/social-images/harsh.jpg" alt="User"></a>
</div>
<div class="media-body">
<p class="m-0">Harsh Jha</p>
<small><span><i class="icon ion-md-pin"></i>Mayur Vihar, Delhi</span></small>
<small><span><i class="icon ion-md-time"></i> 10 hours ago</span></small>
</div>
</div>
</div>
<div class="cardbox-item">
<img class="img-fluid" src="img/palace.jpg" alt="Image">
</div>
<div class="cardbox-base">
<ul class="float-right d-none d-sm-block">
<li><a><i class="fa fa-comments"></i></a></li>
<li><a><em class="mr-5">12</em></a></li>
<li><a><i class="fa fa-share-alt"></i></a></li>
<li><a><em class="mr-3"></em></a></li>
</ul>
<ul>
<li><a><i class="fa fa-thumbs-up"></i></a></li>
<li><a href=""><img src="img/social-images/4.jpg" class="img-fluid rounded-circle" alt="User"></a></li>
<li><a href=""><img src="img/social-images/1.jpg" class="img-fluid rounded-circle" alt="User"></a></li>
<li><a href=""><img src="img/social-images/2.jpg" class="img-fluid rounded-circle" alt="User"></a></li>
<li><a href=""><img src="img/social-images/3.jpg" class="img-fluid rounded-circle" alt="User"></a></li>
<li><a><span>242 Likes</span></a></li>
</ul>
</div>
<div class="cardbox-comments">
<span class="comment-avatar float-left">
<a href=""><img class="rounded-circle" src="img/social-images/aakash.jpg" alt=""></a>
</span>
<div class="search">
<input class="search-input" placeholder="Write a comment" type="text">
<button><i class="fa fa-camera"></i></button>
</div>
</div>
</div>
</div>
<div class="col-lg-6 hero-card">
<div class="cardbox shadow-lg bg-white">
<div class="cardbox-heading">
<div class="dropdown float-right">
<button class="btn btn-flat btn-flat-icon" type="button" data-toggle="dropdown" aria-expanded="false">
<em class="fa fa-ellipsis-h"></em>
</button>
<div class="dropdown-menu dropdown-scale dropdown-menu-right" role="menu" style="position: absolute; transform: translate3d(-136px, 28px, 0px); top: 0px; left: 0px; will-change: transform;">
<a class="dropdown-item" href="#">Hide post</a>
<a class="dropdown-item" href="#">Stop following</a>
<a class="dropdown-item" href="#">Report</a>
</div>
</div>
<div class="media m-0">
<div class="d-flex mr-3">
<a href=""><img class="img-fluid rounded-circle" src="img/social-images/sachin.jpg" alt="User"></a>
</div>
<div class="media-body">
<p class="m-0">Sachin Yadav</p>
<small><span><i class="icon ion-md-pin"></i>Dadar, Mumbai</span></small>
<small><span><i class="icon ion-md-time"></i> 4 hours ago</span></small>
</div>
</div>
</div>
<div class="cardbox-item">
<img class="img-fluid" src="img/waterfalls.jpg" alt="Image">
</div>
<div class="cardbox-base">
<ul class="float-right d-none d-sm-block">
<li><a><i class="fa fa-comments"></i></a></li>
<li><a><em class="mr-5">26</em></a></li>
<li><a><i class="fa fa-share-alt"></i></a></li>
<li><a><em class="mr-3"></em></a></li>
</ul>
<ul>
<li><a><i class="fa fa-thumbs-up"></i></a></li>
<li><a href=""><img src="img/social-images/4.jpg" class="img-fluid rounded-circle" alt="User"></a></li>
<li><a href=""><img src="img/social-images/1.jpg" class="img-fluid rounded-circle" alt="User"></a></li>
<li><a href=""><img src="img/social-images/2.jpg" class="img-fluid rounded-circle" alt="User"></a></li>
<li><a href=""><img src="img/social-images/3.jpg" class="img-fluid rounded-circle" alt="User"></a></li>
<li><a><span>158 Likes</span></a></li>
</ul>
</div>
<div class="cardbox-comments">
<span class="comment-avatar float-left">
<a href=""><img class="rounded-circle" src="img/social-images/aakash.jpg" alt=""></a>
</span>
<div class="search">
<input class="search-input" placeholder="Write a comment" type="text">
<button><i class="fa fa-camera"></i></button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-------------------- Testimonials End -------------------->
<hr>
<!-------------------- Our Team -------------------->
<section class="our-webcoderskull padding-lg">
<div class="container">
<div class="row heading heading-icon">
<h2 class="team-title">Our Team 🤠</h2>
</div>
<ul class="row">
<li class="col-12 col-md-6 col-lg-4">
<div class="cnt-block equal-hight" style="height: 349px;">
<figure><img src="img/social-images/aakash.jpg" class="img-responsive" alt=""></figure>
<h3><a href="https://github.com/dwivedyaakash" target="_blank">Aakash Dwivedy</a></h3>
<p>Front-End Web Developer, <br>Aspiring Android Developer</p>
<ul class="follow-us clearfix">
<li><a href="https://www.facebook.com/dwivedyaakash/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/dwivedyaakash" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/in/dwivedyaakash/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
</li>
<li class="col-12 col-md-6 col-lg-4">
<div class="cnt-block equal-hight" style="height: 349px;">
<figure><img src="img/social-images/ayush.png" class="img-responsive" alt=""></figure>
<h3><a href="https://github.com/ayush-gupta-github" target="_blank">Ayush Gupta</a></h3>
<p>Front-End Web Developer</p>
<ul class="follow-us clearfix">
<li><a href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
</li>
<li class="col-12 col-md-6 col-lg-4">
<div class="cnt-block equal-hight" style="height: 349px;">
<figure><img src="img/social-images/pratyush.png" class="img-responsive" alt=""></figure>
<h3><a href="https://github.com/kpratyush03" target="_blank">Kumar Pratyush Srivastava</a></h3>
<p>Front-End Web Developer</p>
<ul class="follow-us clearfix">
<li><a href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
</ul>
</div>
</li>
</ul>
</div>
</section>
<!-------------------- Our Team End -------------------->
<hr>
<!-------------------- Guidelines start -------------------->
<h3 class="text-center heading guidelines-heading">Covid Travel Guidelines: 😷</h3>
<div class="guidelines">
<p>1.Tourists should strictly observe social distancing norms with a physical distance of 2 meters (6 feet)
per person. Family groups can stay together as long as they ensure that are at least 2 meters (6 feet)
away from any other individuals or family groups.</p>
<p>2.Tourists should ensure that they wear a protective face mask while within the premises of any tourism
destination.</p>
<p>3.Only asymptomatic tourists shall be allowed.</p>
<p>4.Tourists should reach out to the COVID Coordinator identified by the accommodation unit for any issues
or concerns with regards to hygiene and safety.</p>
<p>5.Persons above 65 years of age, persons with comorbidities, pregnant women and children below the age of
10 years are advised to stay at home, except required for essential and health purposes. Management to
advise accordingly and the same should be communicated to visitors through promotional material and
social media platforms.</p>
<p>6.Tourists shall minimize contact with other staff and visitors. As far as possible, a zero-contact
policy should be followed at all tourism facilities.</p>
</div>
<!-------------------- Guidelines end -------------------->
<!-------------------- Newsletter -------------------->
<section class="newsletter">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="content">
<h2>SUBSCRIBE TO OUR NEWSLETTER</h2>
<div class="input-group">
<input type="email" class="form-control" placeholder="Enter your email">
<span class="input-group-btn">
<button class="btn" type="submit">Subscribe Now</button>
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-------------------- Newsletter End -------------------->
<!-------------------- Footer -------------------->
<div class="bottom-container">
<p class="copyright">© 2020 Mysuru Tourism All Rights Reserved</p>
<p class="copyright">Made with <span class="heart">❤</span> by IECians</p>
</div>
<!-------------------- Footer End -------------------->
</body>
</html>