<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Professor IP's Academy</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Professor IP’s Academy provides structured UPSC preparation, answer writing mentorship, prelims strategy, and personality development guidance.">
    
    <style>
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f6f9;
        }

        header {
            background-color: #0B1C2D;
            color: white;
            text-align: center;
            padding: 60px 20px;
        }

        header h1 {
            font-size: 40px;
            color: #D4AF37;
        }

        header p {
            font-size: 18px;
        }

        .btn {
            display: inline-block;
            padding: 12px 25px;
            margin: 10px;
            text-decoration: none;
            font-weight: bold;
            border-radius: 5px;
        }

        .btn-primary {
            background-color: #D4AF37;
            color: black;
        }

        .btn-secondary {
            background-color: white;
            color: #0B1C2D;
        }

        section {
            padding: 60px 20px;
            text-align: center;
        }

        section h2 {
            color: #0B1C2D;
            margin-bottom: 20px;
        }

        .course-box {
            background: white;
            padding: 25px;
            margin: 20px;
            border-radius: 8px;
            display: inline-block;
            width: 280px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        footer {
            background-color: #0B1C2D;
            color: white;
            text-align: center;
            padding: 30px 20px;
        }

        footer a {
            color: #D4AF37;
            text-decoration: none;
        }

        @media(max-width: 768px) {
            .course-box {
                width: 90%;
            }
        }
    </style>
</head>

<body>

<header>
    <h1>Professor IP's Academy</h1>
    <p>Shaping Minds. Building Civil Servants.</p>
    <a href="#courses" class="btn btn-primary">Explore Courses</a>
    <a href="#contact" class="btn btn-secondary">Book Free Counseling</a>
</header>

<section>
    <h2>About Professor IP's Academy</h2>
    <p>
        Professor IP’s Academy is dedicated to disciplined, analytical, and strategic UPSC preparation.
        We focus on concept clarity, answer writing mastery, and structured mentorship.
    </p>
</section>

<section id="courses">
    <h2>Our Programs</h2>

    <div class="course-box">
        <h3>UPSC Foundation</h3>
        <p>Complete GS coverage with structured notes and weekly evaluation.</p>
        <a href="#" class="btn btn-primary">View Details</a>
    </div>

    <div class="course-box">
        <h3>Prelims Booster</h3>
        <p>MCQ practice, PYQ analysis and time management strategy.</p>
        <a href="#" class="btn btn-primary">View Details</a>
    </div>

    <div class="course-box">
        <h3>Mains Answer Writing</h3>
        <p>Daily answer practice with evaluation and model frameworks.</p>
        <a href="#" class="btn btn-primary">View Details</a>
    </div>

    <div class="course-box">
        <h3>Interview Guidance</h3>
        <p>Mock interviews, DAF analysis and personality refinement.</p>
        <a href="#" class="btn btn-primary">View Details</a>
    </div>

</section>

<section>
    <h2>Our Methodology</h2>
    <p>
        Concept Clarity | Analytical Thinking | Structured Notes | Performance Tracking | Ethical Leadership
    </p>
</section>

<section id="contact">
    <h2>Contact Us</h2>
    <p>Secunderabad, Telangana</p>
    <p>Email: info@professoripacademy.com</p>
    <p>Phone: +91 XXXXX XXXXX</p>
</section>

<footer>
    <p>&copy; 2026 Professor IP's Academy. All Rights Reserved.</p>
    <p><a href="#">Privacy Policy</a> | <a href="#">Terms & Conditions</a></p>
</footer>

</body>
</html>
Scroll to Top