-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (50 loc) · 2.64 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
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hometown Homepage</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="main">
<div class="main-heading">
<h1>Visit BILASPUR</h1>
<p>Enjoy the culture and sports in this vibrant and beautiful district of <a href="https://en.wikipedia.org/wiki/Chhattisgarh" target="_blank">Chattisgarh.</a></p>
</div>
<div class="main-places">
<h2>Top three activities to do at Bilaspur</h2>
<div class="places">
<div class="place-div places-zoo">
<img class="place-img" src="zoo.jpg" alt="">
<h4>Go for a picnic in this zoo</h4>
<p>Bilaspur city is famous for <a href="https://kananpendarizoo.com/" target="_blank">Kanan Pendari Zoo.</a></p>
</div>
<div class="place-div places-temple">
<img class="place-img" src="temple.jpg" alt="">
<h4>Worship in this holy place</h4>
<p>For many decades, the <a href="https://mahamayaratanpur.com/" target="_blank">Mahamaya devi temple</a> and the town of <a href="https://en.wikipedia.org/wiki/Ratanpur,_Chhattisgarh" target="_blank">Ratanpur</a> have attracted the attention of scores of historians and archaeologists.</p>
</div>
<div class="place-div places-amusement">
<img class="place-img" src="amusement.jpg" alt="">
<h4>Best hangout place ever</h4>
<p><a href="https://www.google.com.pk/travel/hotels/entity/ChkIy7rsnbXPn_VTGg0vZy8xMWZzenlfd18zEAQ?utm_campaign=sharing&utm_medium=link&utm_source=htls&ved=0CAAQ5JsGahcKEwi427a_kOX8AhUAAAAAHQAAAAAQAw&ts=CAESABoECgIaACoECgAaAA" target="_blank">Bubble Island</a> in Bilaspur is one of the leading businesses in the Water parks.</p>
</div>
</div>
</div>
<div class="main-guide">
<div class="guide">
<div class="avatar">
<img src="avatar.jpg" alt="guide">
</div>
<div class="guide-data">
<h2>Your Guide</h2>
<p>“I have lived at Bilaspur for over 19 years, so I can show you all of its best parts and hidden secrets.”</p>
<a href="https://www.linkedin.com/in/bhanu07/" target="_blank">Bhanu Prakash Mahant</a>
</div>
</div>
</div>
</div>
</body>
</html>