Main Page: Difference between revisions
Chaudharydsn (talk | contribs) mNo edit summary |
Chaudharydsn (talk | contribs) mNo edit summary |
||
| Line 47: | Line 47: | ||
<!-- RECENT ARTICLES --> | <!-- RECENT ARTICLES --> | ||
< | <div style="background:#FAE9DC; padding:25px; border-radius:10px;"> | ||
namespace: | <h2 style="color:#D71A21; margin-bottom:15px;">Recently Published Articles</h2> | ||
<div style="display: flex; gap: 20px; flex-wrap: wrap;"> | |||
</dpl> | <!-- ENGLISH PROFILE COLUMN --> | ||
<div style="flex: 1; min-width: 250px;"> | |||
<h3 style="color:#BB1F5B; font-size:16px; border-bottom:1px solid #BB1F5B; padding-bottom:5px; margin-top:0;">Officer Profiles (English)</h3> | |||
{{#dpl: | |||
|namespace = 0 | |||
|uses = Template:Officer Profile | |||
|ordermethod = created | |||
|order = descending | |||
|count = 5 | |||
}} | |||
</div> | |||
<!-- HINDI PROFILE COLUMN --> | |||
<div style="flex: 1; min-width: 250px;"> | |||
<h3 style="color:#BB1F5B; font-size:16px; border-bottom:1px solid #BB1F5B; padding-bottom:5px; margin-top:0;">Officer Profiles (Hindi)</h3> | |||
{{#dpl: | |||
|namespace = 0 | |||
|uses = Template:Officer Profile Hindi | |||
|ordermethod = created | |||
|order = descending | |||
|count = 5 | |||
}} | |||
</div> | |||
</div> | |||
</div> | |||