-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (43 loc) · 2.09 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
41
42
43
44
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<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=Philosopher&display=swap" rel="stylesheet">
</head>
<body>
<div id="coverpage-text">
<h1 class="title">Visit Multan</h1>
<h3 class="title">The City of Saints</h3>
</div>
<div id="header">
<h1 class="places">Places to visit</h1>
<img id="art-img" src="images/Art.jpg" alt="Art Gallery Multan inside">
<h2 class="place-title">Art Gallery</h2>
<h4 class="description-place">Find the heritage and culture for one of the most ancient cities</h4>
<img id="shrine-img" src="images/Shrine.jpg" alt="Shrine of Hazarat Shah Rukne Alam Multan">
<h2 class="place-title">Shrine of Shah Rukne Alam</h2>
<h4 class="description-place">It's the face of Multan and a must visit</h4>
<img id="gate-img" src="images/Gate.jpg" alt="Qasim Gate Multna">
<h2 class="place-title">Qasim Gate</h2>
<h4 class="description-place">Entrance for the Shrine and Art Gallery</h4>
</div>
<div class="card">
<img class="avatar" src="images/Areeb.jpg">
<div >
<h3>Areeb Sattar</h3>
<h4>Your local guide</h4>
<p>Hi, I have lived in Multan for 17 years before I started my University and since then I have been on the move, after university I spent 3 more years in Multan after university so I can tell you about all the good places to visit and of course good food 😋</p>
<h3>Follow me on Instagram here</h3>
<a href="https://instagram.com/areeb_sattar">
<span style="font-size: 1.5rem;">
<span style="color: indianred;">
<i class="fab fa-instagram"></i>
</span>
</span>
</a>
</div>
</div>
</body>
</html>