Subversion Repositories SmartDukaan

Rev

Rev 36642 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
36642 ranu 1
<html>
2
<head>
3
    <meta charset="UTF-8">
4
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
5
    <title>Thank You - SmartDukaan</title>
6
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css">
7
    <style>
8
        body {
9
            background: #f4f6f9;
36686 ranu 10
            font-family: 'Segoe UI', Roboto, sans-serif;
36642 ranu 11
        }
12
 
13
        .geo-card {
14
            max-width: 480px;
15
            margin: 60px auto;
16
            background: #fff;
36686 ranu 17
            border-radius: 14px;
18
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
36642 ranu 19
            overflow: hidden;
20
        }
21
 
22
        .geo-header {
36686 ranu 23
            background: linear-gradient(135deg, #f7931e 0%, #ed1c24 100%);
36642 ranu 24
            color: #fff;
36686 ranu 25
            padding: 22px 24px;
36642 ranu 26
            text-align: center;
27
        }
28
 
36686 ranu 29
        .geo-header .brand-row {
30
            display: flex;
31
            align-items: center;
32
            justify-content: center;
33
            gap: 10px;
34
        }
35
 
36
        .geo-header .brand-mark {
37
            width: 36px;
38
            height: 36px;
39
            background: #fff;
40
            color: #ed1c24;
41
            border-radius: 8px;
42
            display: inline-flex;
43
            align-items: center;
44
            justify-content: center;
45
            font-weight: 800;
46
            font-size: 20px;
47
            letter-spacing: -1px;
48
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
49
        }
50
 
36642 ranu 51
        .geo-header h4 {
52
            margin: 0;
36686 ranu 53
            font-weight: 700;
54
            letter-spacing: 0.3px;
36642 ranu 55
        }
56
    </style>
57
</head>
58
<body>
59
<div class="geo-card">
60
    <div class="geo-header">
36686 ranu 61
        <div class="brand-row">
62
            <span class="brand-mark">S</span>
63
            <h4>SmartDukaan</h4>
64
        </div>
36642 ranu 65
    </div>
66
    <div class="text-center py-5 px-4">
36686 ranu 67
        <svg xmlns="http://www.w3.org/2000/svg" width="72" height="72" viewBox="0 0 24 24"
68
             fill="none" stroke="#22c55e" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"
69
             style="display:block; margin: 0 auto;">
70
            <path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path>
71
            <polyline points="22 4 12 14.01 9 11.01"></polyline>
72
        </svg>
36642 ranu 73
        <h5 class="mt-3">Thank You!</h5>
74
        <p class="text-muted">
75
            #if($message)
76
                $message
77
            #else
78
                Your location has been verified successfully.
79
            #end
80
        </p>
81
    </div>
82
</div>
83
</body>
84
</html>