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:
<html>
<html>
<style>
/* Container max width matches MediaWiki content width */
.hero-container {
    width: 100%;
    max-width: 1080px;        /* MATCHES BLACK LINE WIDTH */
    margin: 0 auto;
    text-align: center;
    padding: 20px 20px 40px;
}
/* Indian flag top line */
.flag-line {
    height: 8px;
    width: 100%;
    background: linear-gradient(to right, #ff8a00, #ffffff, #0f8f00);
    border-radius: 5px;
    margin: 25px 0 40px;
}
/* Title */
.hero-title {
    font-size: 34px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}
.brand-name {
    color: #2a63d4;
    font-weight: 700;
}
/* Subtitle */
.hero-subtitle {
    max-width: 900px;
    margin: 0 auto 35px;
    font-size: 20px;
    line-height: 1.6;
    font-style: italic;
    color: #444;
}
/* Search Bar */
.hero-search {
    margin-top: 15px;
}
.hero-input {
    width: 420px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
}
.hero-button {
    padding: 12px 20px;
    background: #e0e0e0;
    border: 1px solid #bbb;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}
</style>


<div class="hero-container">
<div class="hero-container">
Line 10: Line 76:


     <p class="hero-subtitle">
     <p class="hero-subtitle">
         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
         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.
     </p>
     </p>


     <html>
     <div class="hero-search">
        <form action="/w/index.php" method="get" style="display:flex; gap:10px; justify-content:center;">
           
            <input
                type="text"
                name="search"
                placeholder="Enter your article title..."
                class="hero-input"
            />


<div class="hero-search">
            <button type="submit" class="hero-button">
    <form action="/w/index.php" method="get" style="display:flex; gap:10px; justify-content:center;">
                Search
       
             </button>
        <input
            type="text"
            name="search"
            placeholder="Enter your article title..."  
            class="hero-input"
             style="width:420px; padding:12px; border:1px solid #ccc; border-radius:4px; font-size:15px;"
        />


         <button
         </form>
            type="submit"
    </div>
            class="hero-button"
            style="padding:12px 20px; background:#e0e0e0; border:1px solid #bbb; border-radius:4px; font-weight:600; cursor:pointer;"
        >
            Search
        </button>


    </form>
</div>
</div>


</html>
</html>
</div>

Revision as of 04:34, 8 December 2025

Welcome to 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.