-
Notifications
You must be signed in to change notification settings - Fork 0
/
singapore.html
118 lines (97 loc) · 5.53 KB
/
singapore.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Anton' rel='stylesheet'>
<link rel="stylesheet" type="text/css" href="css/main.css">
<script src="js/myscript.js"></script>
<title>Treaveloogle</title>
</head>
<body onload="startTime()">
<!-- HEADER SECTION -->
<div class="header">
<a href="index.html"><img src="img/logo1.png" width="130" height="50"></a>
<h1 style="text-align:center;font-family:Anton"> TRAVELLING IN REALITY TO FULFILL YOUR DREAM TOURS </h1>
<div>
<a href="index.html">Home</a>
<a href="contact.html">Contact Us</a>
<a href="feedback.html">Feedback</a>
</div>
</div>
<!-- STREAM SECTION -->
<div class="stream">
<iframe src="https://www.youtube.com/embed/hZcSDTusj_w" width="900" height="506" frameborder="0" allowfullscreen="true" scrolling="no"></iframe>
</div>
<!-- PORTFOLIO SECTION -->
<div class="portfolio">
<br>
<div class="container">
<article>
<h1 style="text-align:center;">Singapore</h1>
<br>
<div>
<span><h4>Capitalising on its melting pot of cultures, Singapore is finally getting some spark, and is fast becoming one of Asia’s hit-list destinations.</h4></span>
</div>
<div style="display: block;">
<h3>Here, There, Everywhere</h3>
<p>
<span>Whizzing around Singapore can take a matter of minutes, thanks to one of the world’s most efficient and widespread public transport systems. Hankering for a roti prata breakfast in Little India, but want to visit the temples in Chinatown before lunch? No problem, you’ll be there in a jiffy using the sparkling MRT system – and why not stop at Marina Bay for a spot of shopping on your way? Plus, with new metro lines opening practically every two years, this tiny island just keeps on becoming easier to explore.</span>
</p>
<h3>The Island of Feasting</h3>
<p>
<span>Food in Singapore is taken very seriously. From cheap hawker fare to Michelin-starred fine dining, food-enamoured Singaporeans will line up for it, Instagram the hell out of it and passionately debate whether it is ‘die, die, must try’ – Singlish slang for ‘to die for’. Don’t fret about finding a place to chow down, as each neighbourhood is home to local hawker centres and coffeeshops dishing up some of the island’s best meals for just a couple of bucks. Simply follow your nose or join the longest queue – whatever morsels lie at the end, they are almost guaranteed to be scrumptious.</span>
</p>
<h3>A Green City</h3>
<p>
<span>The concrete jungles that once dominated Singapore’s skyline are slowly giving way to green skyscrapers, which look more like living ecosystems than business hubs. Fervently working towards its ‘City in a Garden’ dream, the nation is ploughing money into becoming more sustainable and well, green. Head out of town a little and you’ll find plenty of walking trails, treetop jungle bridges, wildlife galore and the city's green jewel, the Unesco World Heritage–listed Singapore Botanic Gardens: these are the lungs of Singapore.</span>
</p>
<h3>Shopping Frenzy</h3>
<p>
<span>When the sweltering outdoor heat gets too much, Singaporeans love ducking inside for a spot of retail therapy and a good dose of air-conditioning. Orchard Rd is the queen of shopping malls: with all the high-street brands, plenty of high-fashion houses, and a few discount outlets thrown into the mix, everyone’s needs (and more often wants) are catered for here. If you prefer your shopping a little less mass-market, head out to local neighbourhoods for independent designers, quirky art galleries, bustling markets, Chinese medicines, Persian carpets and a sari or two.</span>
</p>
</div>
</article>
<div class="wrapper">
<h1 style="padding-bottom:20px;">Temperature in Singapore:</h1>
<div class="loader"></div>
<div class="location">
<h1 class="location-timezone">Timezone</h1>
<canvas class="icon" width="128" height="128"></canvas>
</div>
<div class="temperature">
<div class="degree-section">
<h2 class="temperature-degree"></h2>
<span>F</span>
</div>
<div class="temperature-description"></div>
</div>
</div>
</div>
<!-- FOOTER SECTION -->
<div class="footer">
<div class="container">
<div class="row-footer">
<div>
<ul>
<li><a href="index.html"><h5>Home</h5></a></li>
<li><a href="contact.html"><h5>Contact Us</h5></a></li>
<li><a href="https://www.facebook.com/traveloogle12"><h5>Facebook</h5></a></li>
<li><a href="https://twitter.com/traveloogle12"><h5>Twitter</h5></a></li>
</ul>
</div>
<h4><div id="time"></div></h4>
<div>
<ul>
<li><h5>© ADITYA SANGHI</h5></li>
</ul>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="./js/skycons.js"></script>
<script src="./js/singapore.js"></script>
</body>
</html>