-
Notifications
You must be signed in to change notification settings - Fork 2
/
jhargram.html
42 lines (40 loc) · 1.46 KB
/
jhargram.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles2.css">
<title>District: Jhargram</title>
</head>
<body style=" background-image: url(images.jpg) ;
background-repeat: no-repeat;
background-color: rgb(26, 13, 1);
background-size: 100% 300%;"
>
<header>
<h1>District: Jhargram</h1>
</header>
<main>
<section class="district-info">
<h2>About Jhargram</h2>
<p> Jhargram, located in the southwestern part of West Bengal, is known for its tribal heritage and cultural richness.
The district is home to various indigenous tribes, each with their own distinct traditions, languages, and art forms.
The Jhargram Raj Palace adds to the cultural significance by highlighting the historical roots of the region.
The annual "Jhargram Raj Mela" is a major event that showcases
tribal dances, music, handicrafts, and traditional cuisine, drawing attention to the cultural diversity and indigenous heritage of the area.
</p>
</section>
<section class="image-gallery">
<div class="image">
<img src="jhargram_1.jpg" alt="Image 1">
</div>
<div class="image">
<img src="jhargram_2.jpg" alt="Image 2">
</div>
</section>
</main>
<footer>
<p>© Cultural Heritage of West Bengal</p>
</footer>
</body>
</html>