Main Page: Difference between revisions

No edit summary
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
<style>
{{#seo:
/* === HERO SECTION CONTAINER === */
|title=BhartWikipedia – Indian Biography Encyclopedia & Knowledge Hub
.hero-container {
|description=Discover thousands of inspiring Indian biographies, history, culture, and books. Explore leaders, entrepreneurs, artists, and changemakers on BharatWikipedia.
    width: 100%;
|og:type=website
    max-width: 1080px;
|og:title=BhartWikipedia – Indian Biography Encyclopedia
    margin: 0 auto;
|og:description=Explore inspiring Indian biographies, history, and culture. Learn about lives that shaped India, only on BhartWikipedia.
    padding: 20px 20px 40px;
|og:image=https://bharatwikipedia.org/images/BharatWikipedia%20Logo.svg
    margin-left: 40px;        /* SHIFT SECTION LEFT */
|twitter:card=summary_large_image
}
|canonical=https://bharatwikipedia.org/
}}


/* === INDIAN FLAG LINE === */
{{MainPage/Welcome}}
.flag-line {
{{MainPage/About}}
    height: 8px;
    width: 95%;                /* Matches layout */
    background: linear-gradient(to right, #ff8a00, #ffffff, #0f8f00);
    border-radius: 5px;
    margin: 25px auto 40px;
}


/* === HERO TITLE === */
<div style="display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between;">
.hero-title {
    font-size: 34px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;         /* LEFT ALIGN */
}


.brand-name {
<!-- Left Side (60%) -->
    color: #2a63d4;
<div style="flex: 1 1 60%; min-width: 300px;">
    font-weight: 700;
{{MainPage/HighlightedBiography}}
}
{{MainPage/HistoricSnapshot}}
{{MainPage/FeaturedWriter}}
{{MainPage/News}}
{{FeaturedFilmsCarousel}}
{{MainPage/DidYouKnow}}
{{MainPage/Campanyprofile}}
</div>


/* === SUBTITLE === */
<!-- Right Side (40%) -->
.hero-subtitle {
<div style="flex: 1 1 35%; min-width: 300px;">
    max-width: 900px;
{{MainPage/PictureOfTheDay}}
    margin: 0 0 35px 0;        /* LEFT ALIGN */
{{MainPage/FeaturedPersonalities}}
    font-size: 20px;
{{MainPage/LatestBiographies}}
    line-height: 1.6;
{{whsats}}
    font-style: italic;
</div>
    color: #444;
</div>
    text-align: left;
}


/* === SEARCH BAR SECTION === */
<div style="margin-top: 20px;">
.hero-search form {
{{MainPage/Books}}
    display: flex;
</div>
    gap: 10px;
    justify-content: flex-start !important; /* MOVE LEFT */
}
 
.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>
 
 
<!-- === HERO SECTION HTML === -->
<div class="hero-container">
 
    <div class="flag-line"></div>
 
    <h1 class="hero-title">
        Welcome to <span class="brand-name">BharatWikipedia</span>
    </h1>
 
    <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.
    </p>
 
    <div class="hero-search">
        <form action="/w/index.php" method="get">
            <input
                type="text"
                name="search"
                placeholder="Enter your article title..."
                class="hero-input"
            />
            <button type="submit" class="hero-button">Search</button>
        </form>
    </div>


<div style="margin-top: 20px;">
{| class="wikitable" style="width: 100%; background: #f0f4c3;"
|+ style="background: #cddc39; color: black; padding: 5px;" |'''Contact & Connect'''
|Email: [mailto:contact@bharatwikipedia.org contact@bharatwikipedia.org]
Social: [https://facebook.com bharatwikipedia Facebook] · [https://x.com bharatwikipedia X] · [https://instagram.com bharatwikipedia Instagram]
|}
</div>
</div>