<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>GetSkill - India's AI-Powered Education Platform</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&display=swap" rel="stylesheet">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --primary-saffron: #ff6b35;
            --primary-navy: #003f87;
            --accent-emerald: #1e7145;
            --accent-gold: #d4a574;
            --accent-light-orange: #ffb366;
            --bg-light: #fefdf8;
            --bg-cream: #f5f1eb;
            --bg-light-orange: #fff8f3;
            --text-dark: #1a1a1a;
            --text-gray: #555555;
            --text-light-gray: #888888;
            --border-light: #e8dfd5;
            --border-gold: #d4a574;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
            background-color: var(--bg-light);
            color: var(--text-dark);
            line-height: 1.6;
            overflow-x: hidden;
        }

        /* Navigation */
        nav {
            position: sticky;
            top: 0;
            width: 100%;
            padding: 1rem 2rem;
            background: var(--bg-light);
            border-bottom: 2px solid var(--border-gold);
            z-index: 1000;
            backdrop-filter: blur(5px);
            background-color: rgba(254, 253, 248, 0.95);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }

        .nav-container {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            font-size: 1.6rem;
            font-weight: 800;
            font-family: 'Playfair Display', serif;
            letter-spacing: -0.5px;
        }

        .logo-get {
            color: var(--primary-navy);
        }

        .logo-skill {
            color: var(--primary-saffron);
        }

        .nav-links {
            display: flex;
            gap: 2.5rem;
            list-style: none;
        }

        .nav-links a {
            color: var(--text-gray);
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 500;
            transition: all 0.3s ease;
            position: relative;
        }

        .nav-links a:hover {
            color: var(--primary-saffron);
        }

        /* Hero Section */
        .hero {
            padding: 4rem 2rem 3rem;
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
        }

        .hero-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: center;
        }

        .hero-text {
            text-align: left;
        }

        .hero-tag {
            display: inline-block;
            padding: 0.5rem 1.2rem;
            background: var(--bg-light-orange);
            border: 2px solid var(--primary-saffron);
            border-radius: 25px;
            font-size: 0.85rem;
            color: var(--primary-saffron);
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .hero h1 {
            font-size: 3rem;
            font-weight: 800;
            margin-bottom: 1rem;
            line-height: 1.25;
            color: var(--text-dark);
            font-family: 'Playfair Display', serif;
            letter-spacing: -1px;
        }

        .hero h1 .highlight {
            color: var(--primary-saffron);
        }

        .hero p {
            font-size: 1.05rem;
            color: var(--text-gray);
            margin-bottom: 2rem;
            line-height: 1.8;
        }

        .cta-section {
            display: flex;
            gap: 1.2rem;
            flex-wrap: wrap;
            margin-bottom: 2rem;
        }

        .hero-image-section {
            position: relative;
        }

        .hero-image {
            width: 100%;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
            display: block;
        }

        .btn {
            padding: 1rem 2.2rem;
            font-size: 0.95rem;
            font-weight: 700;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            font-family: inherit;
        }

        .btn-primary {
            background: linear-gradient(135deg, var(--primary-saffron), var(--accent-light-orange));
            color: white;
            box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
        }

        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 25px rgba(255, 107, 53, 0.4);
        }

        .btn-secondary {
            background: var(--bg-cream);
            color: var(--primary-navy);
            border: 2px solid var(--accent-gold);
            font-weight: 600;
        }

        .btn-secondary:hover {
            background: var(--accent-gold);
            color: white;
            transform: translateY(-2px);
        }

        /* Section Styles */
        .section {
            padding: 5rem 2rem;
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
        }

        .section-header {
            text-align: center;
            margin-bottom: 4rem;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 0.8rem;
            color: var(--text-dark);
            font-family: 'Playfair Display', serif;
            letter-spacing: -0.5px;
        }

        .section-subtitle {
            font-size: 1.05rem;
            color: var(--text-gray);
            max-width: 550px;
            margin: 0 auto;
            line-height: 1.7;
        }

        /* Government Recognition */
        .govt-section {
            background: linear-gradient(135deg, #fff8f3 0%, #f5f1eb 100%);
            padding: 3rem 2rem;
            border-radius: 12px;
            text-align: center;
            border: 2px solid var(--border-gold);
            margin: 2rem 0;
        }

        .govt-section h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: var(--primary-navy);
        }

        .govt-section p {
            color: var(--text-gray);
            margin-bottom: 0.3rem;
            font-size: 0.95rem;
        }

        /* Products Grid */
        .products-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
            gap: 2.5rem;
            margin-bottom: 3rem;
        }

        .product-card {
            background: var(--bg-light);
            border: 2px solid var(--border-light);
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s ease;
            position: relative;
        }

        .product-image {
            width: 100%;
            height: 220px;
            object-fit: cover;
        }
        .product-image1 {
            width: 100%;
            height: 220px;
            object-fit: cover;
            padding: 1.5rem;
        }

        .product-content {
            padding: 2.5rem;
        }

        .product-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-saffron), var(--accent-light-orange));
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.3s ease;
            z-index: 1;
        }

        .product-card:hover::before {
            transform: scaleX(1);
        }

        .product-card:hover {
            border-color: var(--accent-gold);
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            transform: translateY(-5px);
        }

        .product-name {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 0.8rem;
            color: var(--primary-navy);
            font-family: 'Playfair Display', serif;
        }

        .product-description {
            color: var(--text-gray);
            line-height: 1.7;
            margin-bottom: 1.5rem;
            font-size: 0.95rem;
        }

        .product-url {
            display: inline-block;
            color: var(--primary-saffron);
            text-decoration: none;
            font-weight: 700;
            margin-bottom: 1.2rem;
            font-size: 0.9rem;
            transition: all 0.3s ease;
        }

        .product-url:hover {
            text-decoration: underline;
            color: var(--accent-light-orange);
        }

        .badge {
            display: inline-block;
            padding: 0.4rem 1rem;
            border-radius: 6px;
            font-size: 0.8rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 1rem;
        }

        .badge-launch {
            background: rgba(255, 107, 53, 0.15);
            color: var(--primary-saffron);
        }

        .badge-coming {
            background: rgba(212, 165, 116, 0.15);
            color: var(--accent-gold);
        }

        /* Features Grid */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2.5rem;
        }

        .feature-card {
            padding: 2.5rem;
            border-radius: 12px;
            background: var(--bg-cream);
            border: 2px solid var(--border-light);
            transition: all 0.3s ease;
            position: relative;
            padding-left: 3rem;
        }

        .feature-card::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 4px;
            border-radius: 12px 0 0 12px;
        }

        .feature-card-1::before { background: var(--primary-saffron); }
        .feature-card-2::before { background: var(--accent-emerald); }
        .feature-card-3::before { background: var(--primary-navy); }
        .feature-card-4::before { background: var(--accent-gold); }

        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }

        .feature-title {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 0.7rem;
            color: var(--text-dark);
        }

        .feature-text {
            color: var(--text-gray);
            font-size: 0.95rem;
            line-height: 1.7;
        }

        /* Launch Section */
        .launch-section {
            background: linear-gradient(135deg, var(--bg-light-orange) 0%, var(--bg-cream) 100%);
            padding: 4rem 2rem;
            border-radius: 12px;
            text-align: center;
            border: 2px solid var(--border-gold);
            margin: 3rem 0;
        }

        .launch-section h2 {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            color: var(--primary-navy);
            font-family: 'Playfair Display', serif;
        }

        .launch-date-text {
            font-size: 1.1rem;
            color: var(--primary-saffron);
            font-weight: 700;
            margin-bottom: 1.5rem;
        }

        .countdown-grid {
            display: flex;
            gap: 1rem;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 1.5rem;
        }

        .countdown-box {
            background: white;
            padding: 1.2rem 1.8rem;
            border-radius: 8px;
            border: 2px solid var(--border-gold);
            min-width: 90px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        }

        .countdown-num {
            font-size: 2rem;
            font-weight: 800;
            color: var(--primary-saffron);
        }

        .countdown-label {
            font-size: 0.75rem;
            color: var(--text-light-gray);
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 0.5px;
            margin-top: 0.4rem;
        }

        /* Image Section */
        .image-section {
            margin: 3rem 0;
            text-align: center;
        }

        .section-image {
            width: 100%;
            max-width: 700px;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
            display: block;
            margin: 0 auto;
            border: 3px solid var(--accent-gold);
        }

        /* Two Column Section */
        .section-two-col {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 3rem;
            align-items: center;
            margin: 3rem 0;
        }

        .section-two-col img {
            width: 100%;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
            border: 3px solid var(--accent-gold);
        }

        .section-text h3 {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--text-dark);
            font-family: 'Playfair Display', serif;
        }

        .section-text p {
            color: var(--text-gray);
            font-size: 0.95rem;
            line-height: 1.8;
            margin-bottom: 1rem;
        }

        /* Footer */
        footer {
            background: linear-gradient(135deg, var(--primary-navy) 0%, #002455 100%);
            color: white;
            padding: 4rem 2rem 2rem;
            margin-top: 5rem;
        }

        .footer-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 3rem;
            margin-bottom: 3rem;
        }

        .footer-col h4 {
            font-size: 1rem;
            font-weight: 700;
            margin-bottom: 1.2rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            color: var(--accent-light-orange);
        }

        .footer-col ul {
            list-style: none;
        }

        .footer-col ul li {
            margin-bottom: 0.8rem;
        }

        .footer-col a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
        }

        .footer-col a:hover {
            color: var(--accent-light-orange);
        }

        .footer-about p {
            color: rgba(255, 255, 255, 0.8);
            font-size: 0.9rem;
            margin-bottom: 0.8rem;
            line-height: 1.6;
        }

        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            padding-top: 2rem;
            text-align: center;
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.85rem;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .hero-content {
                grid-template-columns: 1fr;
            }

            .hero-text {
                text-align: center;
            }

            .cta-section {
                justify-content: center;
            }

            .section-two-col {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .hero h1 {
                font-size: 2.2rem;
            }

            .hero p {
                font-size: 1rem;
            }

            .section-title {
                font-size: 2rem;
            }

            .nav-links {
                gap: 1.5rem;
                font-size: 0.85rem;
            }

            .cta-section {
                flex-direction: column;
                align-items: center;
            }

            .btn {
                width: 100%;
                max-width: 300px;
            }

            .products-grid {
                grid-template-columns: 1fr;
            }

            .logo {
                font-size: 1.3rem;
            }
        }
    </style>
</head>
<body>
    <!-- Navigation -->
    <nav>
        <div class="nav-container">
            <div class="logo">
                <span class="logo-get">Get</span><span class="logo-skill">Skill</span>
            </div>
            <ul class="nav-links">
                <li><a href="#home">Home</a></li>
                <li><a href="#products">Products</a></li>
                <li><a href="#features">Features</a></li>
                <li><a href="#contact">Contact</a></li>
            </ul>
        </div>
    </nav>

    <!-- Hero Section -->
    <section class="section" id="home">
        <div class="hero">
            <div class="hero-content">
                <div class="hero-text">
                    <div class="hero-tag">Education Technology</div>
                    <h1>Transform Learning with <span class="highlight">GetSkill</span></h1>
                    <p>GetSkill is India's premier AI-powered education platform. From comprehensive course-based learning to intelligent classrooms and real-time voice-assisted soft skill training—we empower every learner to succeed.</p>
                    <div class="cta-section">
                        <a href="#products" class="btn btn-primary">Explore Our Products</a>
                        <a href="#features" class="btn btn-secondary">Learn More</a>
                    </div>
                </div>
                <div class="hero-image-section">
                    <img src="https://images.unsplash.com/photo-1552664730-d307ca884978?w=700&q=80" alt="Students learning together" class="hero-image">
                </div>
            </div>
        </div>
    </section>

    <!-- Government Section -->
    <div class="section">
        <div class="govt-section">
            <h3>Government Registered Enterprise</h3>
            <p><strong>MSME Udyam Registration</strong></p>
            <p>Ministry of Micro, Small & Medium Enterprises, Government of India</p>
        </div>
    </div>

    <!-- Products Section -->
    <section class="section" id="products">
        <div class="section-header">
            <h2 class="section-title">Our Products</h2>
            <p class="section-subtitle">Innovative AI-powered solutions designed for modern education. Each product addresses critical gaps in India's learning landscape.</p>
        </div>
        
        <div class="products-grid">
            <!-- Product 1 -->
            <div class="product-card">
                <img src="./logo/logo1.png" alt="DevLane Learning Platform" class="product-image1">
                <div class="product-content">
                    <h3 class="product-name">DevLane</h3>
                    <a href="https://devlane.in" class="product-url">Visit devlane.in</a>
                    <p class="product-description">A comprehensive course-based learning platform designed for the modern learner. Interactive lessons, structured curriculum, personalized learning paths, and real-time progress tracking all in one intuitive interface.</p>
                    <span class="badge badge-launch">Launching May 1, 2026</span>
                </div>
            </div>

            <!-- Product 2 -->
            <div class="product-card">
                <img src="https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&q=80" alt="Analytics Classroom" class="product-image">
                <div class="product-content">
                    <h3 class="product-name">Analytics Classroom</h3>
                    <p class="product-description">A private intelligent classroom platform combining seamless video conferencing with deep real-time analytics. Educators gain comprehensive insights into student engagement, participation patterns, and learning outcomes.</p>
                    <span class="badge badge-coming">Coming Soon</span>
                </div>
            </div>

            <!-- Product 3 -->
            <div class="product-card">
                <img src="https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=400&q=80" alt="SkillBot Pro AI Assistant" class="product-image">
                <div class="product-content">
                    <h3 class="product-name">SkillBot Pro</h3>
                    <p class="product-description">An AI-powered real-time voice assistant for soft skill development. Practice communication, presentation, and interpersonal skills through natural conversation. Get instant intelligent feedback tailored to your learning style.</p>
                    <span class="badge badge-coming">Coming Soon</span>
                </div>
            </div>
        </div>
    </section>

    <!-- Launch Section -->
    <section class="section">
        <div class="launch-section">
            <h2>DevLane Launch Date</h2>
            <p class="launch-date-text">May 1, 2026</p>
            <!-- <p style="margin-bottom: 1.5rem; color: var(--text-gray);">Countdown to revolutionizing course-based learning in India</p> -->
            <!-- <div class="countdown-grid">
                <div class="countdown-box">
                    <div class="countdown-num">20</div>
                    <div class="countdown-label">Days</div>
                </div>
                <div class="countdown-box">
                    <div class="countdown-num">12</div>
                    <div class="countdown-label">Hours</div>
                </div>
                <div class="countdown-box">
                    <div class="countdown-num">45</div>
                    <div class="countdown-label">Minutes</div>
                </div> -->
            </div>
            <!-- <p style="color: var(--text-gray); font-size: 0.95rem; margin-top: 1.5rem;">Be among the first to experience the future of learning. <a href="https://devlane.in" style="color: var(--primary-saffron); font-weight: 700; text-decoration: none;">Visit devlane.in</a> for early access and updates.</p> -->
        </div>
    </section>

    <!-- Why Choose Section -->
    <section class="section">
        <div class="section-header">
            <h2 class="section-title">Why Choose GetSkill</h2>
            <p class="section-subtitle">Built on principles of innovation, quality, and user-centric design. Trusted by educators and learners across India.</p>
        </div>

        <div class="section-two-col">
            <img src="https://images.unsplash.com/photo-1552664730-d307ca884978?w=700&q=80" alt="Students collaborating">
            <div class="section-text">
                <h3>Our Approach</h3>
                <p>GetSkill is built with a deep understanding of the Indian education landscape. We recognize the unique challenges faced by students, teachers, and institutions across the country.</p>
                <p>Our AI-powered solutions are designed to be accessible, affordable, and culturally relevant. We believe technology should enhance human learning, not replace it.</p>
            </div>
        </div>
    </section>

    <!-- Features Section -->
    <section class="section" id="features">
        <div class="section-header">
            <h2 class="section-title">Our Capabilities</h2>
            <p class="section-subtitle">Advanced technology meeting real-world education needs</p>
        </div>
        
        <div class="features-grid">
            <div class="feature-card feature-card-1">
                <h3 class="feature-title">AI-Powered Intelligence</h3>
                <p class="feature-text">Advanced machine learning algorithms personalize every learning experience. Adaptive content, predictive analytics, and intelligent recommendations powered by cutting-edge technology.</p>
            </div>

            <div class="feature-card feature-card-2">
                <h3 class="feature-title">Analytics & Insights</h3>
                <p class="feature-text">Comprehensive dashboards provide actionable insights into student progress, engagement patterns, and learning outcomes. Data-driven decisions for educators and parents.</p>
            </div>

            <div class="feature-card feature-card-3">
                <h3 class="feature-title">Enterprise Security</h3>
                <p class="feature-text">Bank-grade encryption, compliance with international data protection standards, and privacy-first architecture. Your data is secure, always.</p>
            </div>

            <!-- <div class="feature-card feature-card-4">
                <h3 class="feature-title">Seamless Integration</h3>
                <p class="feature-text">Works smoothly with existing systems, LMS platforms, and institutional infrastructure. Easy to implement without disrupting current workflows.</p>
            </div> -->
        </div>

        <!-- <div class="image-section" style="margin-top: 4rem;">
            <img src="https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=700&q=80" alt="Technology and learning" class="section-image">
        </div> -->
    </section>

    <!-- Footer -->
    <footer id="contact">
        <div class="footer-container">
            <div class="footer-grid">
                <div class="footer-col footer-about">
                    <h4>GetSkill</h4>
                    <p>Transforming education in India through intelligent technology and human-centered design. We believe every student deserves world-class learning opportunities.</p>
                    <p><strong>Kapurthala, Punjab, India</strong></p>
                    <p style="font-size: 0.85rem; margin-top: 0.8rem; color: rgba(255, 255, 255, 0.7);">MSME Udyam Registered | Ministry of MSME, Govt of India</p>
                </div>

                <div class="footer-col">
                    <h4>Products</h4>
                    <ul>
                        <li><a href="https://devlane.in">DevLane</a></li>
                        <li><a href="#products">Analytics Classroom</a></li>
                        <li><a href="#products">SkillBot Pro</a></li>
                    </ul>
                </div>

                <div class="footer-col">
                    <h4>Company</h4>
                    <ul>
                        <li><a href="#home">Home</a></li>
                        <li><a href="#products">Products</a></li>
                        <li><a href="#features">Features</a></li>
                        <li><a href="#">Blog</a></li>
                    </ul>
                </div>

                <div class="footer-col">
                    <h4>Connect With Us</h4>
                    <ul>
                        <li><a href="mailto:tarun.kumar@getskill.org">Email</a></li>
                    </ul>
                </div>
            </div>

            <div class="footer-bottom">
                <p>&copy; 2026 GetSkill. All rights reserved. | <a href="https://getskill.org" style="color: rgba(255, 255, 255, 0.8);">getskill.org</a></p>
            </div>
        </div>
    </footer>

    <script>
        // Update countdown timer
        function updateCountdown() {
            const launchDate = new Date('2026-05-01').getTime();
            const now = new Date().getTime();
            const distance = launchDate - now;

            const days = Math.floor(distance / (1000 * 60 * 60 * 24));
            const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
            const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));

            const countdownNums = document.querySelectorAll('.countdown-num');
            if (countdownNums.length >= 3) {
                countdownNums[0].textContent = Math.max(0, days);
                countdownNums[1].textContent = Math.max(0, hours);
                countdownNums[2].textContent = Math.max(0, minutes);
            }
        }

        updateCountdown();
        setInterval(updateCountdown, 60000);
    </script>
</body>
</html>