-
Notifications
You must be signed in to change notification settings - Fork 0
/
dubai.html
119 lines (97 loc) · 5.54 KB
/
dubai.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
<!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/2bLBm2ieSbU" 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;">Dubai</h1>
<br>
<div>
<span><h4>Dubai is a stirring alchemy of profound traditions and ambitious futuristic vision wrapped into starkly evocative desert splendour.</h4></span>
</div>
<div style="display: block;">
<h3>Innovation</h3>
<p>
<span>It's hard not to admire Dubai for its indefatigable verve, ambition and ability to dream up and realise projects that elsewhere would never get off the drawing board. This is a superlative-craving society that has birthed audaciously high buildings and palm-shaped islands. Sci-fi concepts such as flying taxis, a lightning-fast hyperloop train and an army of robocops are all reflections of a mindset that fearlessly embraces the future. And with many more grand projects in the pipeline for World Expo 2020, it's clear that Dubai is a city firmly in charge of writing its own narrative.</span>
</p>
<h3>Shopping Haven</h3>
<p>
<span>Dubai is a top retail haunt that hosts not one but two huge annual shopping festivals. Shopping is a leisure activity here and malls are much more than just mere collections of stores. Some look like an Italian palazzo or a Persian palace and lure visitors with surreal attractions such as an indoor ski slope or a giant aquarium. Traditional souqs, too, are beehives of activity humming with timeless bargaining banter. Meanwhile, a new crop of urban-style outdoor malls has expanded the shopping spectrum yet again.</span>
</p>
<h3>Nocturnal Action</h3>
<p>
<span>After dark, Dubai sometimes seems like a city filled with lotus eaters, forever on the lookout for a good time. Its shape-shifting party spectrum caters for just about every taste, budget and age group. From flashy dance temples, sleek rooftop terraces and sizzling beach clubs to fancy cocktail caverns and concerts under the stars, Dubai delivers hot-stepping odysseys. Most of the nightlife centres on the fancy hotels, but there’s no shortage of more wholesome diversions either, including shisha lounges, community theatre, desert safari, live-music venues and the sparkling new Dubai Opera.</span>
</p>
<h3>Cultural Dynamism</h3>
<p>
<span>With Emiratis making up only a fraction of the population, Dubai is a bustling microcosm peacefully shared by cultures from all corners of the world. This diversity expresses itself in the culinary landscape, fashion, music and performance. Although rooted in Islamic tradition, this is an open society where it’s easy for newcomers and visitors to connect with myriad experiences, be it eating like a Bedouin, dancing on the beach, shopping for local art or riding a camel in the desert. Dubai is a fertile environment conducive to breaking down cultural barriers and preconceptions.</span>
</p>
</div>
</article>
<div class="wrapper">
<h1 style="padding-bottom:20px;">Temperature in Dubai:</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/dubai.js"></script>
</body>
</html>