Main Page: Difference between revisions

Updated recently published articles list
Updated recently published articles list
Line 8: Line 8:
<div class="info-section recent-articles">
<div class="info-section recent-articles">
   <div class="section-title">📄 Recently Published</div>
   <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>
* '''[[Dipankar Nigam]]''' — <small>09 Feb 2026</small>
* '''[[Kailash Satyarthi]]''' — <small>09 Feb 2026</small>
* '''[[A.P.J. Abdul Kalam]]''' — <small>09 Feb 2026</small>
* '''[[Fali S. Nariman]]''' — <small>09 Feb 2026</small>
* '''[[Devi Shetty]]''' — <small>09 Feb 2026</small>
* '''[[Bhuvan Bam]]''' — <small>09 Feb 2026</small>
* '''[[Ravish Kumar]]''' — <small>09 Feb 2026</small>
* '''[[Ruskin Bond]]''' — <small>09 Feb 2026</small>
* '''[[Sachin Tendulkar]]''' — <small>09 Feb 2026</small>
* '''[[P.V. Sindhu]]''' — <small>09 Feb 2026</small>
* '''[[T.N. Manoharan]]''' — <small>09 Feb 2026</small>
* '''[[N. R. Narayana Murthy]]''' — <small>09 Feb 2026</small>
* '''[[S.S. Rajamouli]]''' — <small>09 Feb 2026</small>
* '''[[Kapil Sharma]]''' — <small>09 Feb 2026</small>
* '''[[Shiamak Davar]]''' — <small>09 Feb 2026</small>


<div class="info-section">
<div class="info-section">
Line 57: 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>