Main Page: Difference between revisions
AdminEncyclo (talk | contribs) No edit summary |
AdminEncyclo (talk | contribs) Updated recently published articles list |
||
| Line 4: | Line 4: | ||
<h1>Welcome to EncycloIndia</h1> | <h1>Welcome to EncycloIndia</h1> | ||
<p>An open knowledge platform documenting professionals, organizations, and notable entities for the digital world.</p> | <p>An open knowledge platform documenting professionals, organizations, and notable entities for the digital world.</p> | ||
</div> | |||
<div class="info-section recent-articles"> | |||
<div class="section-title">📄 Recently Published</div> | |||
<ul class="recent-list"> | |||
<li><a href="/index.php/Dipankar_Nigam"><strong>Dipankar Nigam</strong></a> <span class="recent-date">— 09 Feb 2026</span></li> | |||
<li><a href="/index.php/Kailash_Satyarthi"><strong>Kailash Satyarthi</strong></a> <span class="recent-date">— 09 Feb 2026</span></li> | |||
<li><a href="/index.php/A.P.J._Abdul_Kalam"><strong>A.P.J. Abdul Kalam</strong></a> <span class="recent-date">— 09 Feb 2026</span></li> | |||
<li><a href="/index.php/Fali_S._Nariman"><strong>Fali S. Nariman</strong></a> <span class="recent-date">— 09 Feb 2026</span></li> | |||
<li><a href="/index.php/Devi_Shetty"><strong>Devi Shetty</strong></a> <span class="recent-date">— 09 Feb 2026</span></li> | |||
<li><a href="/index.php/Bhuvan_Bam"><strong>Bhuvan Bam</strong></a> <span class="recent-date">— 09 Feb 2026</span></li> | |||
<li><a href="/index.php/Ravish_Kumar"><strong>Ravish Kumar</strong></a> <span class="recent-date">— 09 Feb 2026</span></li> | |||
<li><a href="/index.php/Ruskin_Bond"><strong>Ruskin Bond</strong></a> <span class="recent-date">— 09 Feb 2026</span></li> | |||
<li><a href="/index.php/Sachin_Tendulkar"><strong>Sachin Tendulkar</strong></a> <span class="recent-date">— 09 Feb 2026</span></li> | |||
<li><a href="/index.php/P.V._Sindhu"><strong>P.V. Sindhu</strong></a> <span class="recent-date">— 09 Feb 2026</span></li> | |||
<li><a href="/index.php/T.N._Manoharan"><strong>T.N. Manoharan</strong></a> <span class="recent-date">— 09 Feb 2026</span></li> | |||
<li><a href="/index.php/N._R._Narayana_Murthy"><strong>N. R. Narayana Murthy</strong></a> <span class="recent-date">— 09 Feb 2026</span></li> | |||
<li><a href="/index.php/S.S._Rajamouli"><strong>S.S. Rajamouli</strong></a> <span class="recent-date">— 09 Feb 2026</span></li> | |||
<li><a href="/index.php/Kapil_Sharma"><strong>Kapil Sharma</strong></a> <span class="recent-date">— 09 Feb 2026</span></li> | |||
<li><a href="/index.php/Shiamak_Davar"><strong>Shiamak Davar</strong></a> <span class="recent-date">— 09 Feb 2026</span></li> | |||
</ul> | |||
</div> | </div> | ||
| Line 36: | Line 57: | ||
</div> | </div> | ||
<style> | |||
.recent-articles { | |||
background: #f8f9fa; | |||
border-left: 4px solid #3366cc; | |||
} | |||
.recent-list { | |||
list-style: none; | |||
padding: 0; | |||
margin: 10px 0 0 0; | |||
} | |||
.recent-list li { | |||
padding: 8px 12px; | |||
border-bottom: 1px solid #eaecf0; | |||
font-size: 15px; | |||
transition: background 0.2s; | |||
} | |||
.recent-list li:last-child { | |||
border-bottom: none; | |||
} | |||
.recent-list li:hover { | |||
background: #eaf3ff; | |||
} | |||
.recent-list li a { | |||
color: #3366cc; | |||
text-decoration: none; | |||
} | |||
.recent-list li a:hover { | |||
text-decoration: underline; | |||
} | |||
.recent-date { | |||
color: #72777d; | |||
font-size: 13px; | |||
} | |||
</style> | |||