Subversion Repositories SmartDukaan

Rev

Rev 36686 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
    <title>Under Review - SmartDukaan</title>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css">
    <style>
        body {
            background: #f5f6f8;
            font-family: 'Segoe UI', Roboto, sans-serif;
            color: #2b2b2b;
        }

        /* ---------- Top navbar ---------- */
        .top-nav {
            background: #fff;
            border-bottom: 1px solid #ececec;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
            padding: 14px 22px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: sticky;
            top: 0;
            z-index: 10;
        }

        .nav-brand {
            display: inline-flex;
            align-items: center;
            text-decoration: none;
        }

        .nav-brand .brand-logo {
            height: 30px;
            width: auto;
            display: block;
        }

        .nav-help {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            color: #555;
            white-space: nowrap;
        }

        .nav-call {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            text-decoration: none;
            color: #555;
        }

        .nav-call:hover {
            text-decoration: none;
        }

        .nav-call .call-word {
            color: #555;
            font-weight: 600;
        }

        .nav-help .phone {
            color: #e1212a;
            font-weight: 700;
        }

        /* ---------- Sub-header home button ---------- */
        .subhead {
            padding: 16px 22px 0;
        }

        .btn-home {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            background: #fff;
            color: #374151;
            border: 1px solid #e3e6ea;
            border-radius: 9px;
            padding: 8px 14px;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
        }

        .btn-home:hover {
            background: #f1f3f5;
            color: #374151;
            text-decoration: none;
        }

        /* ---------- Status card ---------- */
        .status-card {
            max-width: 560px;
            margin: 20px auto 30px;
            background: #fff;
            border-radius: 14px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
            padding: 48px 30px;
            text-align: center;
        }

        .status-icon {
            color: #f59e0b;
            animation: pulse 2s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.08);
            }
        }

        .status-title {
            font-size: 22px;
            font-weight: 700;
            margin: 20px 0 0;
        }

        .status-title-hi {
            font-size: 16px;
            color: #6b7280;
            margin: 4px 0 0;
        }

        .status-text {
            color: #4b5563;
            font-size: 14.5px;
            line-height: 1.6;
            margin: 16px auto 0;
            max-width: 440px;
        }

        .status-text .hindi {
            display: block;
            margin-top: 8px;
            color: #6b7280;
        }

        /* ---------- Footer ---------- */
        .footer-help {
            text-align: center;
            font-size: 14px;
            color: #4b5563;
            padding: 20px 16px 2px;
        }

        .footer-call {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: #e1212a;
            font-weight: 700;
            text-decoration: none;
            margin-left: 6px;
        }

        .footer-call:hover {
            text-decoration: none;
        }

        .geo-footer {
            text-align: center;
            color: #9aa1ab;
            font-size: 13px;
            padding: 8px 16px 30px;
            line-height: 1.6;
        }

        @media (max-width: 575px) {
            .top-nav {
                padding: 10px 12px;
            }

            .nav-brand .brand-logo {
                height: 22px;
            }

            .nav-call .call-word {
                display: none;
            }

            .nav-call {
                gap: 5px;
            }

            .nav-help .phone {
                font-size: 13px;
            }

            .subhead {
                padding: 12px 14px 0;
            }
        }
    </style>
</head>
<body>

<div class="top-nav">
    <a href="https://smartdukaan.com/" class="nav-brand">
        <img src="$rc.contextPath/resources/images/sd-logo.jpg" alt="SmartDukaan" class="brand-logo">
    </a>
    <span class="nav-help">
        <a href="tel:1800270273" class="nav-call">
            <span class="call-word">Call</span>
            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="#e1212a" stroke-width="2"
                 stroke-linecap="round" stroke-linejoin="round"><path
                    d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z"/></svg>
            <span class="phone">1800 270 273</span>
        </a>
    </span>
</div>

<div class="subhead">
    <a href="https://smartdukaan.com/" class="btn-home">
        <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
             stroke-linecap="round" stroke-linejoin="round">
            <path d="M3 9.5L12 3l9 6.5"/>
            <path
                    d="M5 10v10h14V10"/>
            <path d="M9 20v-6h6v6"/>
        </svg>
        Home
    </a>
</div>

<div class="status-card">
    <svg class="status-icon" width="76" height="76" viewBox="0 0 24 24"
         fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
        <circle cx="12" cy="12" r="10"></circle>
        <polyline points="12 6 12 12 16 14"></polyline>
    </svg>
    <h5 class="status-title">Under Review</h5>
    <p class="status-title-hi">समीक्षाधीन</p>
    <p class="status-text">
        Your information has been submitted and is currently under review by our team.
        You will be contacted once verification is complete.
        <span class="hindi">आपकी जानकारी सबमिट हो गई है और अभी हमारी टीम द्वारा इसकी समीक्षा की जा रही है। सत्यापन पूरा होते ही आपसे संपर्क किया जाएगा।</span>
    </p>
</div>

<div class="footer-help">
    Need help? Call
    <a href="tel:1800270273" class="footer-call">
        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
             stroke-linecap="round" stroke-linejoin="round">
            <path
                    d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92z"/>
        </svg>
        1800 270 273
    </a>
</div>
<div class="geo-footer">
    &copy; 2026 SmartDukaan. All rights reserved.<br>
    Transforming mobile retail across India
</div>

</body>
</html>