-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathculture.html
More file actions
53 lines (50 loc) · 1.57 KB
/
culture.html
File metadata and controls
53 lines (50 loc) · 1.57 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Culture | Namma Kudla</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="site-header">
<div class="container">
<h1>Namma Kudla – Food</h1>
<nav class="nav">
<a href="index.html">Home</a>
<a href="post.html">Blog</a>
<a href="destinations.html">Destinations</a>
<div class="dropdown">
<button class="dropbtn">Dashboard</button>
<div class="dropdown-content">
<a href="about.html" >About</a>
<a href="stories.html" >Stories</a>
<a href="maps.html" >Maps</a>
<a href="community.html">Community</a>
<a href="guide.html">Guides</a>
<a href="editor.html">Editor</a>
</div>
<a href="contact.html">Contact</a>
</div>
</nav>
</div>
</header>
<section class="hero" style="background-image: url('culture.jpg');">
<div class="hero-text">
<h2>Culture & Traditions</h2>
<p>Witness Yakshagana, vibrant festivals, and the warmth of Kudla’s people.</p>
</div>
</section>
<section class="content">
<h3>Highlights of Kudla’s Culture</h3>
<p>
Kudla’s culture blends coastal traditions, folk art, and modern influences.
Festivals like Dasara and Bhoota Kola reflect deep-rooted beliefs and art forms.
</p>
<img src="culture.jpg" alt="Cultural Performance" class="post-image">
</section>
<footer>
<p>© 2025 Namma Kudla | Celebrate diversity.</p>
</footer>
</body>
</html>