|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <title>Bihar Culture - Discover the Rich Heritage of Bihar</title> |
| 7 | + <link rel="stylesheet" href="style.css"> |
| 8 | + <link rel="icon" type="image/x-icon" href="assets/icons/favicon.ico"> |
| 9 | +</head> |
| 10 | +<body> |
| 11 | + <header> |
| 12 | + <div class="header-content"> |
| 13 | + <h1>बिहार संस्कृति</h1> |
| 14 | + <h2>Bihar Culture</h2> |
| 15 | + <p class="tagline">Discover the Rich Heritage and Vibrant Culture of Bihar</p> |
| 16 | + </div> |
| 17 | + </header> |
| 18 | + |
| 19 | + <nav class="main-navigation"> |
| 20 | + <div class="nav-container"> |
| 21 | + <a href="index.html" class="nav-link active">Home</a> |
| 22 | + <a href="culture.html" class="nav-link">Culture & Arts</a> |
| 23 | + <a href="history.html" class="nav-link">History & Heritage</a> |
| 24 | + <a href="festivals.html" class="nav-link">Festivals & Traditions</a> |
| 25 | + <a href="tourism.html" class="nav-link">Travel & Tourism</a> |
| 26 | + <a href="modern.html" class="nav-link">Modern Bihar</a> |
| 27 | + </div> |
| 28 | + </nav> |
| 29 | + |
| 30 | + <main class="main-content"> |
| 31 | + <section class="hero-section"> |
| 32 | + <div class="hero-content"> |
| 33 | + <h2>Welcome to the Land of Buddha and Mahavira</h2> |
| 34 | + <p>Bihar, the birthplace of Buddhism and Jainism, is a treasure trove of ancient wisdom, rich culture, and vibrant traditions. From the sacred Bodhi Tree in Bodh Gaya to the ancient ruins of Nalanda University, Bihar has been the cradle of knowledge and spirituality for centuries.</p> |
| 35 | + </div> |
| 36 | + </section> |
| 37 | + |
| 38 | + <section class="features-grid"> |
| 39 | + <div class="feature-card" onclick="window.location.href='culture.html'"> |
| 40 | + <div class="card-icon">🎨</div> |
| 41 | + <h3>Culture & Arts</h3> |
| 42 | + <p>Explore the rich artistic heritage including Madhubani paintings, folk music, and traditional crafts that define Bihar's cultural identity.</p> |
| 43 | + <span class="explore-link">Explore Culture →</span> |
| 44 | + </div> |
| 45 | + |
| 46 | + <div class="feature-card" onclick="window.location.href='history.html'"> |
| 47 | + <div class="card-icon">🏛️</div> |
| 48 | + <h3>History & Heritage</h3> |
| 49 | + <p>Journey through ancient empires, from the Mauryan dynasty to the Gupta period, and discover Bihar's pivotal role in Indian history.</p> |
| 50 | + <span class="explore-link">Explore History →</span> |
| 51 | + </div> |
| 52 | + |
| 53 | + <div class="feature-card" onclick="window.location.href='festivals.html'"> |
| 54 | + <div class="card-icon">🎭</div> |
| 55 | + <h3>Festivals & Traditions</h3> |
| 56 | + <p>Celebrate the vibrant festivals like Chhath Puja, Durga Puja, and local traditions that bring communities together.</p> |
| 57 | + <span class="explore-link">Explore Festivals →</span> |
| 58 | + </div> |
| 59 | + |
| 60 | + <div class="feature-card" onclick="window.location.href='tourism.html'"> |
| 61 | + <div class="card-icon">🗺️</div> |
| 62 | + <h3>Travel & Tourism</h3> |
| 63 | + <p>Discover sacred sites, historical monuments, and natural beauty that make Bihar a unique destination for travelers.</p> |
| 64 | + <span class="explore-link">Plan Your Visit →</span> |
| 65 | + </div> |
| 66 | + |
| 67 | + <div class="feature-card" onclick="window.location.href='modern.html'"> |
| 68 | + <div class="card-icon">🏙️</div> |
| 69 | + <h3>Modern Bihar</h3> |
| 70 | + <p>Learn about contemporary developments, educational institutions, and the progressive face of modern Bihar.</p> |
| 71 | + <span class="explore-link">Explore Modern Bihar →</span> |
| 72 | + </div> |
| 73 | + </section> |
| 74 | + |
| 75 | + <section class="highlights-section"> |
| 76 | + <h2>Bihar Highlights</h2> |
| 77 | + <div class="highlights-grid"> |
| 78 | + <div class="highlight-item"> |
| 79 | + <h4>🌳 Bodh Gaya</h4> |
| 80 | + <p>Where Buddha attained enlightenment</p> |
| 81 | + </div> |
| 82 | + <div class="highlight-item"> |
| 83 | + <h4>📚 Nalanda University</h4> |
| 84 | + <p>Ancient center of learning</p> |
| 85 | + </div> |
| 86 | + <div class="highlight-item"> |
| 87 | + <h4>🎨 Madhubani Art</h4> |
| 88 | + <p>UNESCO recognized folk art</p> |
| 89 | + </div> |
| 90 | + <div class="highlight-item"> |
| 91 | + <h4>🕉️ Vaishali</h4> |
| 92 | + <p>Birthplace of democracy</p> |
| 93 | + </div> |
| 94 | + <div class="highlight-item"> |
| 95 | + <h4>🏞️ Rajgir</h4> |
| 96 | + <p>Ancient capital of Magadha</p> |
| 97 | + </div> |
| 98 | + <div class="highlight-item"> |
| 99 | + <h4>🌾 Chhath Puja</h4> |
| 100 | + <p>Sacred sun worship festival</p> |
| 101 | + </div> |
| 102 | + </div> |
| 103 | + </section> |
| 104 | + |
| 105 | + <section class="call-to-action"> |
| 106 | + <div class="cta-content"> |
| 107 | + <h2>Contribute to Bihar Culture</h2> |
| 108 | + <p>Help us preserve and share Bihar's rich heritage by contributing stories, recipes, translations, and more.</p> |
| 109 | + <a href="contributors/" class="cta-button">Join as Contributor</a> |
| 110 | + </div> |
| 111 | + </section> |
| 112 | + </main> |
| 113 | + |
| 114 | + <footer> |
| 115 | + <div class="footer-content"> |
| 116 | + <p>© 2025 Bihar Culture Landing. Celebrating the heritage of Bihar.</p> |
| 117 | + <p>Made with ❤️ for preserving Bihar's cultural legacy</p> |
| 118 | + </div> |
| 119 | + </footer> |
| 120 | + |
| 121 | + <script src="script.js"></script> |
| 122 | +</body> |
| 123 | +</html> |
0 commit comments