test

Zeptoware – Exam Portal

SKILL ASSESSMENT PORTAL

Boost Your Career With Our Certification Exams

EXAM FEE: Rs. 500 ONLY

Fee Covers: Evaluation, Admin Charges & Internship Certificate
Note: The registration fee ensures student commitment and helps us deliver high-quality training, mentorship, and placement support.

Limited Slots Available

Hurry! Register Now

SCORE 80%+ AND GET A FREE 1-6 MONTHS INTERNSHIP!

Welcome, ! Logout

Web Development Exam

You have purchased the Web Development exam. You can now take the exam.

Exam Interface

This is where the quiz shortcode would appear:

Shortcode: [ays_quiz id=’4′]

In a real WordPress environment, this would render the actual quiz.

INTERNSHIP AVAILABLE

Rs. 500

code

WEB DEVELOPMENT 5 SLOTS LEFT

HTML, CSS, JavaScript and modern frameworks. Build clean, responsive sites & apps. PURCHASE EXAM shopping_cart

    <?php else: ?>
        <!-- User is not logged in - show login/register options -->
        <div class="login-form">
            <h2>Login to Continue</h2>
            <form method="POST" action="">
                <div class="form-group">
                    <label for="email">Email Address</label>
                    <input type="email" id="email" name="email" required placeholder="Enter your email">
                </div>
                <div class="form-group">
                    <label for="password">Password</label>
                    <input type="password" id="password" name="password" required placeholder="Enter your password">
                </div>
                <button type="submit" name="login" class="zep-btn" style="width: 100%;">
                    LOGIN <span class="material-icons">login</span>
                </button>
            </form>

            <div style="margin-top: 30px; padding-top: 20px; border-top: 1px solid #e0e0e0;">
                <p>Don't have an account?</p>
                <a href="https://zeptoware.in/register/?ZSPLFREF=a39&campaign=register" class="zep-btn zep-btn-primary" target="_blank" style="width: 100%;">
                    REGISTER NOW <span class="material-icons">person_add</span>
                </a>
            </div>
        </div>
    <?php endif; ?>

    <div class="zep-features">
        <h2 class="zep-features-title">WHY TAKE OUR EXAMS?</h2>
        <div class="zep-feature-grid">
            <div class="zep-feature">
                <div class="zep-feature-icon">
                    <span class="material-icons">verified</span>
                </div>
                <h4>OFFICIAL CERTIFICATION</h4>
                <p>Score 50%+ and download your official certificate instantly.</p>
            </div>
            <div class="zep-feature">
                <div class="zep-feature-icon">
                    <span class="material-icons">work</span>
                </div>
                <h4>INTERNSHIP & JOBS</h4>
                <p>Score 80%+ and get a free 1-6 months internship with job opportunities.</p>
            </div>
            <div class="zep-feature">
                <div class="zep-feature-icon">
                    <span class="material-icons">analytics</span>
                </div>
                <h4>PERFORMANCE ANALYSIS</h4>
                <p>Understand strengths & weaknesses with skill reports.</p>
            </div>
            <div class="zep-feature">
                <div class="zep-feature-icon">
                    <span class="material-icons">payments</span>
                </div>
                <h4>COMPREHENSIVE FEE</h4>
                <p>Rs. 500 covers evaluation, admin charges & internship certificate.</p>
            </div>
        </div>
    </div>
</div>

<script>
    // Card animations
    document.addEventListener("DOMContentLoaded", function () {
        const cards = document.querySelectorAll('.zep-card');
        cards.forEach((card, index) => {
            card.style.animationDelay = `${index * 0.1}s`;
        });
    });
</script>