-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhenderson.html
250 lines (214 loc) · 10.5 KB
/
henderson.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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Tay Rui-Jie" />
<meta name="description" content="Henderson Waves Bridge" />
<link rel="icon" type="image/x-icon" href="media/png/logo/logotop.png" />
<script src="https://www.w3schools.com/lib/w3.js"></script>
<link rel="stylesheet" href="./css/W3.css" />
<link rel="stylesheet" href="./css/henderson.css" />
<title>Iconic Landmarks in Singapore</title>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD7reycL3Tjzz72MkCtm4A3by9J43mAtko&callback=initMap"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="./js/henderson.js"></script>
</head>
<body>
<main w3-include-html="header.html"></main>
<script>
//code for inserting navigation panel
w3.includeHTML(); //this calls out the w3school method to be included in the index.html page.
</script>
<section class="header">
<div>
<h1 class="big">Henderson Waves Bridge</h1>
</div>
</section>
<section class="section-wrap">
<h1>About</h1>
<p class="paragraph">
At 36 metres above ground, the Henderson Waves bridge is the highest pedestrian bridge in Singapore.
Completed in 2008, its wave-like shape has sent a fresh, modern look to the lush green
belt in the south of Singapore.
</p>
</section>
<hr />
<section class="section-wrap">
<h2><strong>Catch your wave? Why not talk a walk on it!</strong></h2>
<div class="view">
<figure>
<img class="viewimg" src="./media/jpg/henderson2.jpg" alt="Henderson Waves Bridge Wood" />
<figcaption>Source: www.visitsingapore.com</figcaption>
<img class="viewimg" src="./media/jpg/henderson3.jpg" alt="Henderson Waves Bridge Resting Area" />
<figcaption>Source: www.visitsingapore.com</figcaption>
</figure>
</div>
<p class="paragraph viewparagraph">
As the name suggests, the bridge mimics the undulating shape of a wave, curving and twisting along
its entire 274-metre length. Its magnificent architecture is made with curved ‘ribs’—slats of Balau wood,
a dense hardwood used in heavy construction and which is found only in Southeast Asia.
</p>
<p class="paragraph viewparagraph">
Its shape allows it to have hidden recesses and shell-like niches, where visitors can sit and observe
their surroundings. Because there’s privacy and room to rest, the bridge is a popular spot on weekends with
couples, families with children and joggers.
</p>
<p class="paragraph viewparagraph">
As dusk falls, stunning effects by light-emitting diode (LED) lighting populate the bridge from 7pm to 2am every night.
A must-see if you do visit this bridge!
</p>
</section>
<hr />
<section class="section-wrap">
<h2><strong>Kill two birds with one stone</strong></h2>
<div class="view">
<figure>
<img class="viewimg" src="./media/jpg/henderson4.jpg" alt="Henderson Waves Bridge" />
<figcaption>Source: www.youtube.com</figcaption>
</figure>
</div>
<p class="paragraph viewparagraph">
The best way to explore the bridge which is part of the
<a class="links" href="http://www.visitsingapore.com/see-do-singapore/nature-wildlife/parks-gardens/the-southern-ridges/">Southern Ridges Walk</a>,
is to complete a five-kilometre hiking trail that takes you through three major parks: Kent Ridge Park, Telok Blangah Hill Park and
<a class="links" href="http://www.visitsingapore.com/see-do-singapore/nature-wildlife/parks-gardens/mount-faber/">Mount Faber Park.</a>
It is the latter two that Henderson Waves connects.
</p>
<p class="paragraph viewparagraph">
Aside from being able to observe a rich variety of tropical flora and fauna, a walk on the Ridges
also affords you some stunning views of the island. The walk of 5 kilometres is also a form of exercise!
</p>
</section>
<hr />
<section class="section-wrap">
<h1>How to get there</h1>
<div id="mapsection">
<h2><strong>Map of the general area</strong></h2>
<div id="map"></div>
</div>
<div class="paragraph viewparagraph">
<h2><strong>By Bus:</strong></h2>
<p>
Take bus 124, 131, 145, 176, 273, 408
and alight at "Aft Telok Blangah Hts"(Bus Stop ID: 02171)
</p>
<h2><strong>By Train:</strong></h2>
<p>
Board the Circle Line and alight at Telok Blangah Station (CC28).
</p>
<h2><strong>By Cab:</strong></h2>
<p>
Address: Henderson Road, Singapore.
Use code "tayr644ue" to enjoy SGD$3 off all Uber rides.
</p>
</div>
</section>
<hr />
<section class="section-wrap">
<h1>Opening Hours</h1>
<p class="paragraph">
The Henderson Waves Bridge is open 24 hours, but the LED lightning will only appear at night,
from 7:00PM to 2:00AM daily.
</p>
</section>
<hr />
<section class="section-wrap">
<h1>Contact Us!</h1>
<h2>Do feel free to complete this form so as to allow us to improve your web experience</h2>
<div class="form-container">
<form>
<h3 id="fbtitle">Drop us a feedback</h3>
<div id="fbcredentials">
<input id="name" type="text" placeholder="Enter your name" required />
<input id="email" type="email" placeholder="Enter your email" required />
</div>
<div id="fbsubject">
<input id="subject" type="text" placeholder="Enter the subject" required />
</div>
<div id="fbcomments">
<textarea id="comments" rows="10" cols="30" placeholder="Your comments.." wrap="hard" required></textarea>
</div>
<input id="formbtn" type="submit" value="Submit" />
</form>
</div>
</section>
<hr />
<!--Like what you've read?-->
<section class="like">
<div>
<div class="like1">
<img src="media/png/email.png" alt="email logo" width="30" height="25" />
<p class="likebig">Like what you've read?</p>
</div>
<div>
<p class="likesmall">Subscribe to our email newsletter!</p>
</div>
<div>
<button type="button" class="button" id="signup" onclick="haveoverlay1()">Sign Up</button>
</div>
</div>
</section>
<!-- popup for signup-->
<div id="overlay1">
<div id="textonsignup">
<button class="closebuttonpopup1" onclick="turnoffoverlay1()">Close</button>
<div>
<p class="signuptitle">Sign Up</p>
<p class="signupcontent">Please fill in this form to sign up for our email newsletter.</p>
<hr />
<div>
<form id="signupForm" onsubmit="alert('Thank you for signing up!')">
<div>
<label for="emailsignup">Email:</label>
<input type="email" id="emailsignup" required class="inputwidth" />
</div>
<div>
<label for="passwordsignup">Password:</label>
<input type="password" id="passwordsignup" maxlength="11" pattern="[0-9][a-z]{10}" class="inputwidth" placeholder="Password should contain a number first, followed by 10 alphabet" required />
</div>
<div class="passwordinput">
<input type="checkbox" id="togglepassword" onclick="myPassword()" />Show Password <!--myPassword() basically show password-->
</div>
<div>
By creating an account, you are allowing us to send emails to you.
</div>
<div>
<button type="submit" class="button">Sign Up</button>
</div>
</form>
</div>
</div>
</div>
</div>
<!--Contact Form------------------------------------------------------------------------------------------------------------->
<footer>
<section id="contact">
<div class="authorimage">
<img src="media/jpg/Ruijie.jpg" alt="Photo of author" />
</div>
<div class="contentcontact">
<p>Meet the Author</p>
<p>Tay Rui-Jie</p>
<p>
Rui-Jie is currently a Year 1 student pursuing a diploma in Information Security
& Forensics at Ngee Ann Polytechnic. Finding a keen interest in technology, he
constantly keeps up with technology-related news. Some of his hobbies include PC building
as well as photography.
</p>
<p>Read more from <a href="https://sites.google.com/view/hiitsruijie/home" target="_blank">Tay Rui-Jie</a></p>
</div>
<div class="social-media">
<div class="smicons">
<a href="https://www.instagram.com/ruijie___/" target="_blank"><img src="media/png/socialmediaicon/instagram.png" alt="instagram" width="30" height="30" /></a>
<a href="https://www.linkedin.com/in/tay-rui-jie-954a77141/" target="_blank"><img src="media/png/socialmediaicon/linkedin.png" alt="linked in" width="30" height="30" /></a>
<a href="mailto:[email protected]" target="_blank"><img src="media/png/socialmediaicon/emailicon.png" alt="email" width="30" height="30" /></a>
</div>
<div class="toparrow">
<a href="#top"><img src="media/png/toparrow.png" alt="Go to Top" width="50" height="50" title="Go back to the top" /></a>
</div>
</div>
</section>
</footer>
</body>
</html>