<?php $page_title = 'Shikshan Patrika'; include 'includes/header.php'; ?>

<section class="page-hero">
    <div class="container">
        <h1>Shikshan Patrika</h1>
        <div class="breadcrumb">
            <a href="index.php">Home</a> <span>/</span> <span>Publications</span> <span>/</span> <span>Shikshan Patrika</span>
        </div>
    </div>
</section>

<section class="section">
    <div class="container">
        <div class="about-grid">
            <div class="about-img-wrapper fade-up">
                <img src="images/diwali-cover.jpg" alt="Shikshan Patrika Diwali Issue" style="border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);">
            </div>
            <div class="about-content fade-up">
                <span class="section-badge">Diwali Issue 2023</span>
                <h2>Shikshan Patrika - Diwali Issue 2023</h2>
                <p>कोरोनाचं सावट दूर करत आता भारताने नवी झेप घेत चक्क चांद्रयान ३ ची मोहीम यशस्वी करत नवा इतिहास रचला. या विशेषांकात आपण चंद्राचे विविध रूप अनुभवणार आहोत.</p>
                <p>Don't miss out on this opportunity to stay connected with Nutan Bal Shikshan Sangh and be a part of our mission to provide education to underprivileged children.</p>
                <a href="#" class="btn btn-primary" style="margin-top: 16px;"><i class="fas fa-book"></i> Book Today</a>
            </div>
        </div>
    </div>
</section>

<section class="section section-bg">
    <div class="container">
        <div class="section-header fade-up">
            <span class="section-badge">About the Magazine</span>
            <h2>A Glimpse into the Past</h2>
        </div>

        <div class="about-grid">
            <div class="about-content fade-up">
                <p>It was Tarabai's dream to have a printing press so that books and other reading material would always be available to children. She used to say, <em>"The letters of the alphabet must dance around the children all the time."</em></p>
                <p>'Gram Bal Shiksha Kendra' has a printing press for many years. All the published materials were printed in the publishing house of Kosbad. Now as per the changing times and technology the printing press has been modernized with new machinery.</p>
                <p>It also has a book-binding machine, photocopier, and lamination machine. We proudly continue the tradition of disseminating this invaluable publication to a wide audience of over 500 individuals including institutions.</p>
            </div>
            <div class="about-content fade-up">
                <p>It was in <strong>1923</strong> that Gijubhai Badheka started publishing 'Shikshan Patrika', a magazine on education for teachers and students. Tarabai Modak along with Gijubhai edited the magazine at that time.</p>
                <p>With unwavering dedication to the preservation of the esteemed 'Shikshan Patrika,' Anutai Wagh diligently infused this educational resource with an array of diverse academic subjects.</p>
                <p>Your subscription of Rs. 300/- goes towards continued efforts of sharing information to Parents and Teachers alike.</p>
            </div>
        </div>
    </div>
</section>

<section class="cta-section">
    <div class="container" style="text-align: center;">
        <h2 style="font-family: var(--font-heading); font-size: 2rem; color: var(--white); margin-bottom: 16px;">Subscribe to Shikshan Patrika</h2>
        <p style="color: rgba(255,255,255,0.85); font-size: 1.05rem; margin-bottom: 28px; max-width: 600px; margin-left: auto; margin-right: auto;">Receive the PDF version in your mailbox! Annual subscription: Rs. 300/-</p>
        <a href="contact.php" class="btn btn-primary"><i class="fas fa-envelope"></i> Subscribe Now</a>
    </div>
</section>

<?php include 'includes/footer.php'; ?>
