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 ===== -->
<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>
<!-- ===== WELCOME HEADING ===== -->
<div style="text-align:center; margin-top:35px; margin-bottom:10px; padding:30px; background:#f8f9fa; border-radius:8px;">


  <span style="font-size:40px; font-weight:700;">
      Welcome to <span style="color:#3366cc;">BharatWikipedia</span>
  </span>


  <p style="font-size:18px; margin-top:10px; font-style:italic;">
<!-- ===== HERO SECTION BLOCK (All in one) ===== -->
      The People's encyclopedia that anyone can publish.
<div style="
  </p>
    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>


  <p style="font-size:20px; margin-top:12px;">
      <b>3,437</b> articles in English ·
  </p>
</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>