Jump to content

Main Page: Difference between revisions

From A Modern Way To Be Known
No edit summary
No edit summary
Line 77: Line 77:


     </div>
     </div>
</div>
<!-- Search Section -->
<div style="background:#ffffff; padding:50px 20px; text-align:center; margin-top:40px; border-radius:6px;">
    <h2 style="font-size:30px; margin-bottom:10px; font-weight:700;">
        Find Anyone. Discover Stories.
    </h2>
    <p style="font-size:16px; color:#555; margin-bottom:25px;">
        Browse thousands of profiles published by our community.
    </p>
    <!-- Search Form -->
    <form action="/w/index.php" method="get" style="display:flex; justify-content:center; gap:10px; flex-wrap:wrap;">
        <input
            type="text"
            name="search"
            placeholder="Search for a person, business, creator, or profession…"
            style="width:420px; max-width:90%; padding:12px; border:1px solid #ccc;
                  border-radius:6px; font-size:15px;"
        />
        <button
            type="submit"
            style="padding:12px 20px; background:#1a73e8; color:white; border:none;
                  border-radius:6px; font-size:16px; font-weight:600; cursor:pointer;">
            Search
        </button>
    </form>


</div>
</div>

Revision as of 04:30, 8 December 2025

Welcome to BharatWikipedia

The People’s encyclopedia that anyone can publish.

3,437 articles in English ·


</html>

BharatWikipedia

Bharat Wikipedia is a public platform that documents the stories of India’s people, businesses, and creators. Whether you’re a founder, artist, professional, or public figure — this is where your story gets a home.

       <a href="/wiki/Special:CreateAccount"
          style="padding:12px 22px; background:#1a73e8; color:white; text-decoration:none;
                 border-radius:6px; font-size:16px; font-weight:600;">
           Create Your Profile
       </a>
       <a href="/wiki/Special:AllPages"
          style="padding:12px 22px; background:#f1f3f4; color:#333; text-decoration:none;
                 border-radius:6px; font-size:16px; font-weight:600; border:1px solid #ccc;">
           Explore People & Businesses
       </a>

Find Anyone. Discover Stories.

Browse thousands of profiles published by our community.

   <form action="/w/index.php" method="get" style="display:flex; justify-content:center; gap:10px; flex-wrap:wrap;">
       <input 
           type="text"
           name="search"
           placeholder="Search for a person, business, creator, or profession…" 
           style="width:420px; max-width:90%; padding:12px; border:1px solid #ccc; 
                  border-radius:6px; font-size:15px;"
       />
       <button 
           type="submit"
           style="padding:12px 20px; background:#1a73e8; color:white; border:none; 
                  border-radius:6px; font-size:16px; font-weight:600; cursor:pointer;">
           Search
       </button>
   </form>