Main Page: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<!-- ===== INDIA FLAG COLOR BAR ===== --> | |||
<div style=" | |||
height:6px; | |||
width:100%; | |||
background:linear-gradient(to right, #FF9933, #FFFFFF 50%, #138808); | |||
margin-top:-10px; | |||
border-radius:2px; | |||
<!-- ===== INDIA FLAG COLOR BAR ===== --> | <!-- ===== INDIA FLAG COLOR BAR ===== --> | ||
<div style=" | <div style=" | ||
| Line 7: | Line 14: | ||
border-radius:2px; | border-radius:2px; | ||
"></div> | "></div> | ||
<!-- ===== HERO SECTION BLOCK (All in one) ===== --> | |||
<div style=" | |||
text-align:center; | |||
padding:50px 20px; | |||
background:#ffffff; | |||
border-radius:8px; | |||
margin-top:0; | |||
"> | |||
<!-- Welcome Heading --> | |||
<div style="font-size:40px; font-weight:700;"> | |||
Welcome to <span style="color:#3366cc;">BharatWikipedia</span> | |||
</div> | |||
<!-- Subtitle --> | |||
<p style="font-size:18px; margin-top:10px; font-style:italic;"> | |||
The People's encyclopedia that anyone can publish. | |||
</p> | |||
<!-- Article Count --> | |||
<p style="font-size:20px; margin-top:12px;"> | |||
<b>3,437</b> articles in English · | |||
</p> | |||
<!-- Search + Button --> | |||
<div style="margin-top:25px;"> | |||
<input | |||
type="text" | |||
placeholder="Enter your article title..." | |||
style=" | |||
width:420px; | |||
padding:12px; | |||
font-size:15px; | |||
border:1px solid #ccc; | |||
border-radius:4px; | |||
" | |||
> | |||
<button | |||
style=" | |||
padding:12px 22px; | |||
background:#e0e0e0; | |||
border:1px solid #bdbdbd; | |||
border-radius:4px; | |||
font-weight:600; | |||
cursor:pointer; | |||
"> | |||
Create Page | |||
</button> | |||
</div> | |||
</div> | </div> | ||
Revision as of 03:57, 8 December 2025
<div style="
height:6px; width:100%; background:linear-gradient(to right, #FF9933, #FFFFFF 50%, #138808); margin-top:-10px; border-radius:2px;
Welcome to BharatWikipedia
The People's encyclopedia that anyone can publish.
3,437 articles in English ·
<input
type="text"
placeholder="Enter your article title..."
style="
width:420px;
padding:12px;
font-size:15px;
border:1px solid #ccc;
border-radius:4px;
"
>
<button
style="
padding:12px 22px;
background:#e0e0e0;
border:1px solid #bdbdbd;
border-radius:4px;
font-weight:600;
cursor:pointer;
">
Create Page
</button>