-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.86 KB
/
index.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
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lora:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="header">
<button class="btn">Welcome to Vienna, the city of dreams.</button>
</div>
<div class="opera">
<img id="opera" src="images/opera house.jpg">
<h2>Opera house or theater is worlds leading opera houses as it is well known for the performances of Richard Wagner, Wolfgang Amadeus Mozart, and Richard Strauss.</h2>
</div>
<div class="danube">
<img id="danube" src="images/danube.jpg">
<h2>The river Danube is the second longest European rivers and passes through Germany, Austria, Slovakia, Hungary, Croatia, Serbia, Bulgaria, Romania, Ukraine, and Moldova.</h2>
</div>
<div class="prater">
<img id="prater" src="images/prater.jpg">
<h2>The Prater, a popular public park and one of the oldest amusement parks in the world.</h2>
</div>
<div class="schonbrunn">
<img id="schonbrunn" src="images/schonbrunn.jpg">
<h2>Schloss Schoenbrunn, the most exquisite baroque of Europe.</h2>
</div>
<div class="stephansdom">
<img id="stephansdom" src="images/stephansdom.jpg">
<h2>Stephansdom, Viennas most recognisable symbol as the main cathedral of Vienna and one of the tallest churches in the world.</h2>
</div>
<div class="footer">
<img class="avatar" src="images/footer selfie.jpg">
<div >
<h2>Your guide</h2>
<p>Vienna is my birthtown and have lived there for 12 years so I can show you all the tourist attractions.</p>
<h4>Hadika Malik</h4>
</div>
</body>
</html>