Subversion Repositories SmartDukaan

Rev

Rev 36642 | Go to most recent revision | 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>Thank You - SmartDukaan</title>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css">
    <style>
        body {
            background: #f4f6f9;
            font-family: 'Segoe UI', Roboto, sans-serif;
        }

        .geo-card {
            max-width: 480px;
            margin: 60px auto;
            background: #fff;
            border-radius: 14px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
            overflow: hidden;
        }

        .geo-header {
            background: linear-gradient(135deg, #f7931e 0%, #ed1c24 100%);
            color: #fff;
            padding: 22px 24px;
            text-align: center;
        }

        .geo-header .brand-row {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .geo-header .brand-mark {
            width: 36px;
            height: 36px;
            background: #fff;
            color: #ed1c24;
            border-radius: 8px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
            font-size: 20px;
            letter-spacing: -1px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        }

        .geo-header h4 {
            margin: 0;
            font-weight: 700;
            letter-spacing: 0.3px;
        }
    </style>
</head>
<body>
<div class="geo-card">
    <div class="geo-header">
        <div class="brand-row">
            <span class="brand-mark">S</span>
            <h4>SmartDukaan</h4>
        </div>
    </div>
    <div class="text-center py-5 px-4">
        <svg xmlns="http://www.w3.org/2000/svg" width="72" height="72" viewBox="0 0 24 24"
             fill="none" stroke="#22c55e" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"
             style="display:block; margin: 0 auto;">
            <path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path>
            <polyline points="22 4 12 14.01 9 11.01"></polyline>
        </svg>
        <h5 class="mt-3">Thank You!</h5>
        <p class="text-muted">
            #if($message)
                $message
            #else
                Your location has been verified successfully.
            #end
        </p>
    </div>
</div>
</body>
</html>