Text: Difference between revisions
Knowlepedia (talk | contribs) No edit summary |
Knowlepedia (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<!-- | <!-- ✅ SEO Meta Title and Description --> | ||
{{#seo: | {{#seo: | ||
|title=Knowlepedia – | |title=Knowlepedia – Indian Biography Encyclopedia | ||
|description= | |description=Explore inspiring Indian biographies, books, history, and knowledge. Discover lives that changed India, only on Knowlepedia. | ||
}} | }} | ||
<!-- Welcome and About --> | <!-- ✅ Main Page Welcome and About --> | ||
{{MainPage/Welcome}} | {{MainPage/Welcome}} | ||
{{MainPage/About}} | {{MainPage/About}} | ||
<!-- Responsive | <!-- ✅ Responsive Two-Column Layout --> | ||
<div style="display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between | <div style="display:flex; flex-wrap:wrap; gap:20px; justify-content:space-between;"> | ||
<!-- Left Column --> | <!-- ✅ Left Column --> | ||
<div style="flex: 1 1 | <div style="flex:1 1 48%; min-width:300px;"> | ||
<!-- 📌 Did You Know --> | |||
<h2 style="font-size:120%; color:#2e7d32; border-bottom:2px solid #ccc; padding-bottom:4px;">Did You Know?</h2> | |||
{{MainPage/DidYouKnow}} | {{MainPage/DidYouKnow}} | ||
<!-- 🗓️ On This Day --> | |||
<h2 style="font-size:120%; color:#2e7d32; border-bottom:2px solid #ccc; padding-bottom:4px;">On This Day</h2> | |||
{{MainPage/OnThisDay}} | {{MainPage/OnThisDay}} | ||
<!-- 🖼️ Picture of the Day --> | |||
<h2 style="font-size:120%; color:#2e7d32; border-bottom:2px solid #ccc; padding-bottom:4px;">Picture of the Day</h2> | |||
{{MainPage/Picture}} | {{MainPage/Picture}} | ||
</div> | </div> | ||
<!-- Right Column --> | <!-- ✅ Right Column --> | ||
<div style="flex: 1 1 | <div style="flex:1 1 48%; min-width:300px;"> | ||
<!-- 📰 News --> | |||
<h2 style="font-size:120%; color:#1565c0; border-bottom:2px solid #ccc; padding-bottom:4px;">Latest News</h2> | |||
{{MainPage/News}} | {{MainPage/News}} | ||
<!-- 🔥 Popular Biographies --> | |||
<h2 style="font-size:120%; color:#1565c0; border-bottom:2px solid #ccc; padding-bottom:4px;">Popular Biographies</h2> | |||
{{MainPage/Popular}} | {{MainPage/Popular}} | ||
<!-- 🧭 Portals --> | |||
<h2 style="font-size:120%; color:#1565c0; border-bottom:2px solid #ccc; padding-bottom:4px;">Explore Portals</h2> | |||
{{MainPage/Portals}} | |||
<!-- 📚 Featured Books --> | |||
<h2 style="font-size:120%; color:#1565c0; border-bottom:2px solid #ccc; padding-bottom:4px;">Featured Books</h2> | |||
{{MainPage/Books}} | {{MainPage/Books}} | ||
</div> | </div> | ||
</div> | </div> |