-
Notifications
You must be signed in to change notification settings - Fork 0
/
paris.html
118 lines (97 loc) · 6.07 KB
/
paris.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/hREcgljzKPA" 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;">Paris</h1>
<br>
<div>
<span><h4>Paris has a timeless familiarity for first-time and frequent visitors, with instantly recognisable architectural icons, along with exquisite cuisine, chic boutiques and priceless artistic treasures.</h4></span>
</div>
<div style="display: block;">
<h3>Iconic Architecture</h3>
<p>
<span>The wrought-iron spire of the Eiffel Tower piercing the clouds, the broad Arc de Triomphe guarding Paris’ most glamorous avenue, the Champs-Élysées, the gargoyled Notre Dame cathedral, lamplit bridges spanning the Seine and art nouveau cafes spilling on to wicker-chair-lined terraces are indelibly etched in the minds of anyone who’s visited the city – and the imaginations of anyone who hasn’t (yet). But despite initial appearances, Paris’ cityscape isn’t static: there are some stunning modern and contemporary icons too, from the inside-out, industrial-style Centre Pompidou to the mur végétal (vertical garden) gracing the striking Musée du Quai Branly.</span>
</p>
<h3>Glorious Food</h3>
<p>
<span>Paris’ dining is iconic: France’s reputation for its cuisine (the French word for ‘kitchen’) precedes it, and whether you seek a cosy neighbourhood bistro or a triple-Michelin-starred temple to gastronomy, you'll find every establishment prides itself on exquisite preparation and presentation of quality produce, invariably served with wine. Enticing patisseries, boulangeries (bakeries), fromageries (cheese shops) and crowded, colourful street markets are perfect for packing a picnic to take to the city’s parks and gardens. A host of culinary courses – from home kitchens through to the world’s most prestigious cookery schools – offers instruction for all schedules, abilities and budgets.</span>
</p>
<h3>Stylish Shopping</h3>
<p>
<span>Parisians are synonymous with style, and fashion shopping is the city’s forte. Paris remains at the forefront of international trends, and browsing emerging and established designer boutiques and flagship haute couture houses is a quintessential part of any visit. You’ll also find uberhip concept stores, quirky homeware shops, and resplendent art nouveau department stores, along with a trove of vintage shops and flea markets, atmospheric bookshops (including the dark-green bouquiniste stalls – secondhand bookshop – lining the riverbanks), adorable children’s wear and toy shops, art and antique dealers, venerable shops selling state-of-the-art professional cookware, and, of course, gourmet food and wine shops galore.</span>
</p>
<h3>Artistic Treasures</h3>
<p>
<span>With an illustrious artistic pedigree – Renoir, Rodin, Picasso, Monet, Manet, Dalí and Van Gogh are but a few of the masters who lived and worked here over the years – Paris is one of the great art repositories of the world, harbouring treasures from antiquity onward. In addition to big hitters like the incomparable Louvre, the Musée d’Orsay’s exceptional impressionist collection, and the Centre Pompidou’s cache of modern and contemporary art, there are scores of smaller museums housing collections in every imaginable genre, and a diverse range of venues mounting major exhibitions through to off-beat installations.</span>
</p>
</div>
</article>
<div class="wrapper">
<h1 style="padding-bottom:20px;">Temperature in Paris:</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/paris.js"></script>
</body>
</html>