Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
138 changes: 117 additions & 21 deletions bihar-culture-landing/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,37 +7,133 @@
</head>
<body>
<header class="sub-hero">
<h1>History & Heritage</h1>
<h1 style="font-family: cursive;">History & Heritage</h1>
<h3 style="font-weight: 30;">Weaving the tapestry of Bihar</h3>
</header>

<nav>
<a href="index.html">Home</a>
<a href="culture.html">Culture</a>
<a href="history.html">History</a>
<a href="festivals.html">Festivals</a>
<a href="tourism.html">Tourism</a>
<a href="modern.html">Modern Bihar</a>
<nav class="main-navigation">
<div class="nav-container">
<a href="index.html" class="nav-link">Home</a>
<a href="culture.html" class="nav-link">Culture</a>
<a href="history.html" class="nav-link active">History</a>
<a href="festivals.html" class="nav-link">Festivals</a>
<a href="tourism.html" class="nav-link">Tourism</a>
<a href="modern.html" class="nav-link">Modern Bihar</a>
</div>
</nav>

<main>
<section>
<h2>Nalanda University</h2>
<p>One of the world’s oldest universities, a great center of learning.</p>
</section>
<main class="main-content">

<section>
<h2>Vikramshila University</h2>
<p>Another renowned ancient seat of Buddhist learning.</p>
<section class="highlights-section">
<h2>Heritage Sites</h2>
<p>Bihar's heritage is rich and ancient, marked by its role as a cradle of major religions like Buddhism and <br>
its history as the center of powerful empires like the Mauryas and Guptas. This legacy is visible in its <br>
historic sites such as Bodh Gaya, the ancient Nalanda University, and numerous other Buddhist and Hindu temples</p>
</section>
<div class="festival-grid">
<div class="feature-card">
<table>
<tr>
<td>
<img src="assets/images/Nalanda_old.jpg" alt="Nalanda University" style="width:70%;height:60%; border-radius:12px; margin-bottom:1rem;">
</td>
<td>
<h2>Nalanda University</h2>
<p>One of the world’s oldest universities, a great center of learning.</p>
</td>
</tr>
</table>
</div>
</div>

<div class="festival-grid">
<div class="feature-card">
<table>
<tr>
<td>
<h2>Vikramshila University</h2>
<p>Another renowned ancient seat of Buddhist learning.</p>
</td>
<td>

</td>
<td>
<img src="assets/images/Vikramshila.png" alt="Nalanda University" style="width:70%;height:60%; border-radius:12px; margin-bottom:1rem;">
</td>
</tr>
</table>
</div>
</div>

<div class="festival-grid">
<div class="feature-card">
<table>
<tr>
<td>
<img src="assets/images/Mahabodhi.jpeg" alt="Mahabodhi Temple" style="width:70%;height:60%; border-radius:12px; margin-bottom:1rem;">
</td>
<td>
<h2>Mahabodhi Temple</h2>
<p>It is one of the four most holy sites in Buddhism,<br> containing the sacred Bodhi Tree and other significant structures. </p>
</td>
</tr>
</table>
</div>
</div>

<div class="festival-grid">
<div class="feature-card">
<table>
<tr>
<td>
<h2>Ashokan Pillar</h2>
<p>The earliest surviving stone monuments in India, <br>marking the widespread influence of Mauryan Emperor Ashoka </p>
</td>
<td>
<img src="assets/images/Ashoka_pillar.jpg" alt="Ashokan Pillar" style="width:70%;height:60%; border-radius:12px; margin-bottom:1rem;">
</td>

</tr>
</table>
</div>
</div>

<div class="festival-grid">
<div class="feature-card">
<table>
<tr>
<td>
<img src="assets/images/Kesari_Stupa.jpg" alt="Ashokan Pillar" style="width:70%;height:50%; border-radius:12px; margin-bottom:1rem;">
</td>
<td>
<h2>Kesari Stupa</h2>
<p>It is the world's largest and tallest Buddhist stupa, standing at 104 feet and marking a site where Lord Buddha once stayed. </p>
</td>
</tr>
</table>
</div>
</div>

<div class="festival-grid">
<div class="feature-card">
<table>
<tr>
<td>
<h2>Barabar Caves</h2>
<p>The Barabar Caves are India's oldest surviving rock-cut caves, dating to the 3rd century br BCE Mauryan period. </p>
</td>
<td>
<img src="assets/images/Barabar_caves.jpg" alt="Barabar caves" style="width:70%;height:50%; border-radius:12px; margin-bottom:1rem;">
</td>
</tr>
</table>
</div>
</div>

<section>
<h2>Freedom Fighters</h2>
<p>Bihar gave India leaders like Dr. Rajendra Prasad and Kunwar Singh.</p>
</section>
</main>

<footer>
<p>Help us add more historical events and personalities!</p>
<p>Uncovering Bihar's past✨ , connecting to its future.</p>
</footer>
</body>
</html>
Loading