-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmap.html
More file actions
199 lines (182 loc) · 14.6 KB
/
map.html
File metadata and controls
199 lines (182 loc) · 14.6 KB
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
<html>
<head>
<title>Sea Side South Park Hotel</title>
<link rel="stylesheet" type="text/css" href="css/newnavbar.css">
<link rel="stylesheet" type="text/css" href="css/footer.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="js/newnavbar.js"></script>
<link rel="Stylesheet" href="css/stylesheet.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<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/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light navbar">
<a class="navbar-brand" href="#">
<!-- <img src="images/logo00.jpg" width="60" height="60" alt="" loading="lazy"> -->
</a>
<a class="navbar-brand name" href="Index.html">Sea Side Park</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 box" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto list">
<li class="nav-item active">
<a class="nav-link" href="Index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="map.html">Experiences</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Roompagehome.html">Accommodations</a>
</li>
<li class="nav-item">
<a class="nav-link" href="facilities.html">Facilities</a>
</li>
<li class="nav-item">
<a class="nav-link" href="booking.html">Find Reservation</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">
Multiple Hotel
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Gallery</a>
<a class="dropdown-item" href="#">Hotel Facilities</a>
<a class="dropdown-item" href="#">Map</a>
</div>
</li> -->
<li class="nav-item">
<a class="nav-link" href="contactus.html">Contact Us</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<button class="btn btn-primary my-2 my-sm-0 btnLogin" formaction="log.html" type="submit" formtarget="_blank">Login</button>
<button class="btn btn-primary my-2 my-sm-0 btnSignup" formaction="Reg.html" type="submit" formtarget="_blank">Sign Up</button>
</form>
</div>
</nav>
<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/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<br><br>
<h3 allign="center">Sea Side Park Hotel Map</h3>
<p>
Sea side park is located in the heart of Sri Lanka’s capital city, in an affluent commercial area next to the Liberty Arcade. Our five-star hotel also offers a glimpse of the “Pola”, (Sri Lankan Market) across the road and the streets of Pettah, which
presents a highly entertaining blend of sensory delights.
</p>
<p>
Just 10 minutes by car, is the national museum which was built in 1876. Bandaranaike International Airport (CMB) in Katunayake is 34 km away. With its colonial charm and sky rise buildings, Colombo was recently featured in The Economist as one of the
fastest growing city destinations in the world.
</p>
<p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3025.526510997905!2d80.04078276240666!3d6.821126258423472!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3ae2523b05555555%3A0x546c34cd99f6f488!2sNSBM%20Green%20University%20Town!5e0!3m2!1sen!2slk!4v1598116846621!5m2!1sen!2slk"
width="1500" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</p>
<br>
<h3 allign="center">Experiences at Sea Side Park Hotel</h3>
<p>
A vibrant fusion of old and new converges in Colombo, inspiring experiences aplenty for your stay in the city. For a journey back in time, get lost in our island’s history and admire colonial-era architecture at the National Museum, Dutch Period Museum,
Old City Hall, and Independence Memorial Hall. Our resident neighbourhood of Cinnamon Gardens and the central business district of Colombo Fort also serve as fantastic walks for any travellers, while the Old Parliament Building, Colombo Lighthouse,
and Geoffrey Bawa House top off the lists of sights not to be missed here. Religious excursions can also be arranged to sites of all faiths, each with their own stories to tell – including the Gangaramaya and Kelaniya Raja Maha Viharaya temples,
the Captain Garden and New and Old Kathiresan kovils, the Jami-ul-Alfar mosque, as well as St. Lucia’s Cathedral, and St. Anthony’s and Wolvendaal Church.<br> Colombo also offers an abundance of shopping options including the harmoniously
chaotic Pettah Market, or the more upscale Dutch Hospital Shopping Precinct and Arcade Indepence Square. International brands are also sold at a number of locations including ODEL, Majestic City, Liberty Plaza, and Crescat Boulevard, while local
souvenirs are best sourced from Barefoot, Lakpahana and Laksala. Finally for recreation, the Viharamahadevi Park serves as the green lung of the city, while Galle Face Green, Mount Lavinia and Wellawatte Beach offer coastal leisure. And for a
game of golf, the historic Royal Colombo Golf Club is not too far away either.</p>
<p allign="center">Liberty Arcade shopping mall(2 minutes)<br>National Museum(10 minute drive)<br>Independence Square(10 minute drive)<br>Pettah Markets(10 minute drive)<br>Local Market(4 minutes drive) </p>
<h3 allign="center">Upcoming Festivals near Sea Side Park Hotel</h3>
<div class="bg">
<div class="container">
<div class="row 0">
<div class="col-md-4">
<div class="card">
<img src="images/foodfestival.png" alt="Food Festival" style="width: 100%" ; height="75%">
<div class="container">
<h4 allign="center"><b>Food Festival</b></h4>
<p>English Language Teaching Unit (ELTU) of the SLIIT Faculty of Humanities and Sciences organized the food festival for the 4th consecutive year with the participation of 2020 Orientation students. This year the event was named
as “Flavours – through East to West” as it presented the food lovers an unforgettable culinary experience. Professor Lalith Gamage, the Vice Chancellor and Professor Lakshman Ratnayake, the Chairman graced the event as
chief guests. The festival not only displayed togetherness but also it became a platform for the students to showcase their culinary talents, leadership qualities and creativity through their eco-friendly themed stalls.
The event was a roaring success.</p>
</div>
</div>
</div>
<div class="col-md-4 ">
<div class="card">
<img src="images/holi.png" alt="Holi Festival" style="width: 100%" ; height="75%">
<div class="container">
<h4 allign="center"><b>Holi Festival</b></h4>
<p>English Language Teaching Unit (ELTU) of the SLIIT Faculty of Humanities and Sciences organized the food festival for the 4th consecutive year with the participation of 2020 Orientation students. This year the event was named
as “Flavours – through East to West” as it presented the food lovers an unforgettable culinary experience. Professor Lalith Gamage, the Vice Chancellor and Professor Lakshman Ratnayake, the Chairman graced the event as
chief guests. The festival not only displayed togetherness but also it became a platform for the students to showcase their culinary talents, leadership qualities and creativity through their eco-friendly themed stalls.
The event was a roaring success.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img src="images/carnival.png" alt="Carnival" style="width: 100%" ; height="75%">
<div class="container">
<h4 allign="center"><b>Carnival</b></h4>
<p>English Language Teaching Unit (ELTU) of the SLIIT Faculty of Humanities and Sciences organized the food festival for the 4th consecutive year with the participation of 2020 Orientation students. This year the event was named
as “Flavours – through East to West” as it presented the food lovers an unforgettable culinary experience. Professor Lalith Gamage, the Vice Chancellor and Professor Lakshman Ratnayake, the Chairman graced the event as
chief guests. The festival not only displayed togetherness but also it became a platform for the students to showcase their culinary talents, leadership qualities and creativity through their eco-friendly themed stalls.
The event was a roaring success.</p>
</div>
</div>
</div>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6">
<h6>About Sea Side Park</h6>
<p class="text-justify">The epitome of elegance, Sea Side Park presents a combination of convenience and sleek modern luxury.<br> Located in the heart of Colombo facing the Galle road just five minutes away from Galle face and the beach. Set in
the bustling business capital amidst irresistible vistas of the Indian Ocean. A refreshing escape for both business and leisure, our Colombo city hotel combines contemporary comforts of plush accommodation, fine dining
and warm hospitality.
</p>
</div>
<div class="col-xs-6 col-md-3">
<h6>Navigations</h6>
<ul class="footer-links">
<li><a href="">Home</a></li>
<li><a href="">Experiences</a></li>
<li><a href="">Accommodations</a></li>
<li><a href="">Find Reservations</a></li>
<li><a href="">Contact Us</a></li>
</ul>
</div>
<div class="col-xs-6 col-md-3">
<h6>Address</h6>
<p class="text-justify">226,Galle road,<br>Wallewatta,<br>Colombo,<br>Sri Lanka </p>
</div>
<div class="col-xs-6 col-md-3">
<h6>Email</h6>
<p class="text-justify">SeaSidePark@gmail.com</p>
</div>
<div class="col-xs-6 col-md-3">
<h6>Phone</h6>
<p class="text-justify">+112756984</p>
</div>
<div class="col-xs-6 col-md-3">
<h6>Follow us on</h6>
<ul class="footer-links">
<li><img src="https://img.icons8.com/color/35/000000/facebook-new.png" /></li>
<li><img src="https://img.icons8.com/color/35/000000/instagram-new.png" /></li>
</ul>
</div>
</div>
<hr>
</div>
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-6 col-xs-12">
<p class="copyright-text">
Copyright © 2020 All Rights Reserved by Next Gen Insight
</p>
</div>
</div>
</div>
</footer>
</body>
</html>