Subversion Repositories SmartDukaan

Rev

Rev 36642 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36642 Rev 36686
Line 5... Line 5...
5
    <title>Under Review - SmartDukaan</title>
5
    <title>Under Review - SmartDukaan</title>
6
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css">
6
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css">
7
    <style>
7
    <style>
8
        body {
8
        body {
9
            background: #f4f6f9;
9
            background: #f4f6f9;
10
            font-family: 'Segoe UI', sans-serif;
10
            font-family: 'Segoe UI', Roboto, sans-serif;
11
        }
11
        }
12
 
12
 
13
        .geo-card {
13
        .geo-card {
14
            max-width: 480px;
14
            max-width: 480px;
15
            margin: 60px auto;
15
            margin: 60px auto;
16
            background: #fff;
16
            background: #fff;
17
            border-radius: 12px;
17
            border-radius: 14px;
18
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.10);
18
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
19
            overflow: hidden;
19
            overflow: hidden;
20
        }
20
        }
21
 
21
 
22
        .geo-header {
22
        .geo-header {
23
            background: linear-gradient(135deg, #1a73e8, #0d47a1);
23
            background: linear-gradient(135deg, #f7931e 0%, #ed1c24 100%);
24
            color: #fff;
24
            color: #fff;
25
            padding: 24px;
25
            padding: 22px 24px;
26
            text-align: center;
26
            text-align: center;
27
        }
27
        }
28
 
28
 
-
 
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
 
29
        .geo-header h4 {
51
        .geo-header h4 {
30
            margin: 0;
52
            margin: 0;
31
            font-weight: 600;
53
            font-weight: 700;
-
 
54
            letter-spacing: 0.3px;
32
        }
55
        }
33
    </style>
56
    </style>
34
</head>
57
</head>
35
<body>
58
<body>
36
<div class="geo-card">
59
<div class="geo-card">
37
    <div class="geo-header">
60
    <div class="geo-header">
-
 
61
        <div class="brand-row">
-
 
62
            <span class="brand-mark">S</span>
38
        <h4>SmartDukaan</h4>
63
            <h4>SmartDukaan</h4>
-
 
64
        </div>
39
    </div>
65
    </div>
40
    <div class="text-center py-5 px-4">
66
    <div class="text-center py-5 px-4">
-
 
67
        <svg xmlns="http://www.w3.org/2000/svg" width="72" height="72" viewBox="0 0 24 24"
-
 
68
             fill="none" stroke="#f59e0b" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"
41
        <div style="font-size:64px;">⏳</div>
69
             style="display:block; margin: 0 auto;">
-
 
70
            <circle cx="12" cy="12" r="10"></circle>
-
 
71
            <polyline points="12 6 12 12 16 14"></polyline>
-
 
72
        </svg>
42
        <h5 class="mt-3">Under Review</h5>
73
        <h5 class="mt-3">Under Review</h5>
43
        <p class="text-muted">
74
        <p class="text-muted">
44
            Your location has been submitted and is currently under review by our team.
75
            Your location has been submitted and is currently under review by our team.
45
            You will be contacted once the verification is complete.
76
            You will be contacted once the verification is complete.
46
        </p>
77
        </p>