Jump to content

Main Page: Difference between revisions

From A Modern Way To Be Known
No edit summary
No edit summary
Line 1: Line 1:
<!-- ===== INDIA FLAG COLOR BAR ===== -->
<!-- ===== FULL HERO SECTION WITH FLAG BORDER ===== -->
<div style="
<div style="
    height:6px;
    width:100%;
    background:linear-gradient(to right, #FF9933, #FFFFFF 50%, #138808);
    margin-top:-10px;
    border-radius:2px;
"></div>
<!-- ===== HERO SECTION BLOCK (All in one) ===== -->
<div style="
    text-align:center;
    padding:50px 20px;
     background:#ffffff;  
     background:#ffffff;  
     border-radius:8px;  
     border-radius:8px;  
     margin-top:0;
    padding:40px 20px;
     margin-top:20px;
    border-top:8px solid transparent;
    background-image:linear-gradient(to right, #FF9933, #FFFFFF 50%, #138808);
    background-repeat:no-repeat;
    background-size:100% 8px;
    background-position:top;
">
">


     <!-- Welcome Heading -->
     <!-- Welcome Heading -->
     <div style="font-size:40px; font-weight:700;">
     <div style="text-align:center; font-size:40px; font-weight:700;">
         Welcome to <span style="color:#3366cc;">BharatWikipedia</span>
         Welcome to <span style="color:#3366cc;">BharatWikipedia</span>
     </div>
     </div>


     <!-- Subtitle -->
     <!-- Subtitle -->
     <p style="font-size:18px; margin-top:10px; font-style:italic;">
     <p style="text-align:center; font-size:18px; margin-top:12px; font-style:italic;">
         The People's encyclopedia that anyone can publish.
         The People's encyclopedia that anyone can publish.
     </p>
     </p>


     <!-- Article Count -->
     <!-- Article Count -->
     <p style="font-size:20px; margin-top:12px;">
     <p style="text-align:center; font-size:20px; margin-top:12px;">
         <b>3,437</b> articles in English ·
         <b>3,437</b> articles in English ·
     </p>
     </p>


     <!-- Search + Button -->
     <!-- Search Bar + Button -->
     <div style="margin-top:25px;">
     <div style="text-align:center; margin-top:25px;">
         <input  
         <input  
             type="text"  
             type="text"  

Revision as of 04:01, 8 December 2025

       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>