File size: 22,218 Bytes
e91c249
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Chase Private Client Banking</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
        
        body {
            font-family: 'Open Sans', sans-serif;
            background-color: #f8fafc;
        }
        
        .chase-blue {
            background-color: #117ACA;
        }
        
        .chase-blue-text {
            color: #117ACA;
        }
        
        .balance-glow {
            text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
        }
        
        .card-hover:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        .transition-all {
            transition: all 0.3s ease;
        }
    </style>
</head>
<body class="min-h-screen bg-gray-50">
    <!-- Login Page -->
    <div id="login-page" class="flex flex-col min-h-screen">
        <!-- Header -->
        <header class="chase-blue text-white py-4 px-6 shadow-md">
            <div class="container mx-auto flex justify-between items-center">
                <div class="flex items-center space-x-2">
                    <i class="fas fa-university text-2xl"></i>
                    <h1 class="text-2xl font-bold">Chase</h1>
                </div>
                <div class="hidden md:flex space-x-4">
                    <a href="#" class="text-white hover:underline">Personal</a>
                    <a href="#" class="text-white hover:underline">Business</a>
                    <a href="#" class="text-white hover:underline">Commercial</a>
                    <a href="#" class="text-white hover:underline">About Chase</a>
                </div>
            </div>
        </header>
        
        <!-- Main Content -->
        <main class="flex-grow flex items-center justify-center p-6">
            <div class="w-full max-w-md bg-white rounded-xl shadow-lg overflow-hidden transition-all transform hover:shadow-xl">
                <div class="chase-blue py-4 px-6">
                    <h2 class="text-xl font-bold text-white">Sign in to your account</h2>
                </div>
                
                <div class="p-6">
                    <form id="login-form" class="space-y-4">
                        <div>
                            <label for="username" class="block text-sm font-medium text-gray-700">Username</label>
                            <input type="text" id="username" name="username" required 
                                   class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-chase-blue focus:border-chase-blue">
                        </div>
                        
                        <div>
                            <label for="password" class="block text-sm font-medium text-gray-700">Password</label>
                            <input type="password" id="password" name="password" required 
                                   class="mt-1 block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-chase-blue focus:border-chase-blue">
                        </div>
                        
                        <div class="flex items-center">
                            <input id="remember-me" name="remember-me" type="checkbox" 
                                   class="h-4 w-4 text-chase-blue focus:ring-chase-blue border-gray-300 rounded">
                            <label for="remember-me" class="ml-2 block text-sm text-gray-700">Remember me</label>
                        </div>
                        
                        <div>
                            <button type="submit" 
                                    class="w-full flex justify-center py-2 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white chase-blue hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 transition-all">
                                Sign in
                            </button>
                        </div>
                    </form>
                    
                    <div class="mt-4 text-center">
                        <a href="#" class="text-sm text-chase-blue hover:underline">Forgot username or password?</a>
                    </div>
                    
                    <div class="mt-6">
                        <div class="relative">
                            <div class="absolute inset-0 flex items-center">
                                <div class="w-full border-t border-gray-300"></div>
                            </div>
                            <div class="relative flex justify-center text-sm">
                                <span class="px-2 bg-white text-gray-500">New to Chase?</span>
                            </div>
                        </div>
                        
                        <div class="mt-4">
                            <a href="#" class="w-full flex justify-center py-2 px-4 border border-gray-300 rounded-md shadow-sm text-sm font-medium text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 transition-all">
                                Open an account
                            </a>
                        </div>
                    </div>
                </div>
            </div>
        </main>
        
        <!-- Footer -->
        <footer class="bg-gray-100 py-6 px-6 border-t border-gray-200">
            <div class="container mx-auto">
                <div class="flex flex-col md:flex-row justify-between items-center">
                    <div class="flex space-x-4 mb-4 md:mb-0">
                        <a href="#" class="text-sm text-gray-600 hover:underline">Privacy</a>
                        <a href="#" class="text-sm text-gray-600 hover:underline">Security</a>
                        <a href="#" class="text-sm text-gray-600 hover:underline">Terms of Use</a>
                        <a href="#" class="text-sm text-gray-600 hover:underline">Accessibility</a>
                    </div>
                    <div class="text-sm text-gray-500">
                        © 2023 JPMorgan Chase & Co.
                    </div>
                </div>
            </div>
        </footer>
    </div>
    
    <!-- Dashboard Page (Hidden Initially) -->
    <div id="dashboard-page" class="hidden min-h-screen flex flex-col">
        <!-- Header -->
        <header class="chase-blue text-white py-4 px-6 shadow-md">
            <div class="container mx-auto flex justify-between items-center">
                <div class="flex items-center space-x-2">
                    <i class="fas fa-university text-2xl"></i>
                    <h1 class="text-2xl font-bold">Chase Private Client</h1>
                </div>
                <div class="flex items-center space-x-4">
                    <div class="hidden md:flex items-center space-x-2">
                        <i class="fas fa-bell"></i>
                        <i class="fas fa-envelope"></i>
                        <i class="fas fa-question-circle"></i>
                    </div>
                    <div class="flex items-center space-x-2">
                        <i class="fas fa-user-circle text-2xl"></i>
                        <span id="welcome-user" class="font-medium">Welcome, Client</span>
                        <button id="logout-btn" class="ml-2 px-3 py-1 bg-white text-chase-blue rounded-md text-sm font-medium hover:bg-gray-100 transition-all">
                            Sign Out
                        </button>
                    </div>
                </div>
            </div>
        </header>
        
        <!-- Main Content -->
        <main class="flex-grow p-6">
            <div class="container mx-auto">
                <!-- Account Overview -->
                <div class="bg-white rounded-xl shadow-md overflow-hidden mb-8 transition-all card-hover">
                    <div class="chase-blue py-4 px-6">
                        <h2 class="text-xl font-bold text-white">Account Overview</h2>
                    </div>
                    
                    <div class="p-6">
                        <div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-6">
                            <div>
                                <h3 class="text-lg font-semibold text-gray-800">Private Client Checking</h3>
                                <p class="text-gray-600">Account ending in 6969</p>
                            </div>
                            <div class="mt-4 md:mt-0">
                                <span class="text-sm font-medium text-gray-500">Available Balance</span>
                                <div class="text-3xl font-bold chase-blue-text balance-glow" id="account-balance">$500,000,000.00</div>
                            </div>
                        </div>
                        
                        <div class="grid grid-cols-1 md:grid-cols-3 gap-4">
                            <button class="flex items-center justify-center space-x-2 py-3 px-4 bg-gray-100 rounded-lg hover:bg-gray-200 transition-all">
                                <i class="fas fa-exchange-alt text-chase-blue"></i>
                                <span>Transfer</span>
                            </button>
                            <button class="flex items-center justify-center space-x-2 py-3 px-4 bg-gray-100 rounded-lg hover:bg-gray-200 transition-all">
                                <i class="fas fa-money-bill-wave text-chase-blue"></i>
                                <span>Pay Bills</span>
                            </button>
                            <button class="flex items-center justify-center space-x-2 py-3 px-4 bg-gray-100 rounded-lg hover:bg-gray-200 transition-all">
                                <i class="fas fa-piggy-bank text-chase-blue"></i>
                                <span>Deposit</span>
                            </button>
                        </div>
                    </div>
                </div>
                
                <!-- Recent Transactions -->
                <div class="bg-white rounded-xl shadow-md overflow-hidden mb-8 transition-all card-hover">
                    <div class="chase-blue py-4 px-6">
                        <h2 class="text-xl font-bold text-white">Recent Transactions</h2>
                    </div>
                    
                    <div class="p-6">
                        <div class="overflow-x-auto">
                            <table class="min-w-full divide-y divide-gray-200">
                                <thead class="bg-gray-50">
                                    <tr>
                                        <th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Date</th>
                                        <th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Description</th>
                                        <th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Amount</th>
                                        <th scope="col" class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">Balance</th>
                                    </tr>
                                </thead>
                                <tbody class="bg-white divide-y divide-gray-200">
                                    <tr>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Today</td>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">Private Client Bonus</td>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm text-green-600">+$100,000,000.00</td>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">$500,000,000.00</td>
                                    </tr>
                                    <tr>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">Yesterday</td>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">Luxury Yacht Purchase</td>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm text-red-600">-$75,000,000.00</td>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">$400,000,000.00</td>
                                    </tr>
                                    <tr>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">2 days ago</td>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">Private Island Investment</td>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm text-red-600">-$125,000,000.00</td>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">$475,000,000.00</td>
                                    </tr>
                                    <tr>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">3 days ago</td>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm font-medium text-gray-900">Stock Market Gains</td>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm text-green-600">+$200,000,000.00</td>
                                        <td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">$600,000,000.00</td>
                                    </tr>
                                </tbody>
                            </table>
                        </div>
                        
                        <div class="mt-4 text-center">
                            <a href="#" class="text-sm text-chase-blue hover:underline">View all transactions</a>
                        </div>
                    </div>
                </div>
                
                <!-- Quick Access -->
                <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
                    <!-- Investments -->
                    <div class="bg-white rounded-xl shadow-md overflow-hidden transition-all card-hover">
                        <div class="chase-blue py-4 px-6">
                            <h2 class="text-xl font-bold text-white">Investments</h2>
                        </div>
                        
                        <div class="p-6">
                            <div class="flex justify-between items-center mb-4">
                                <h3 class="text-lg font-semibold text-gray-800">Portfolio Value</h3>
                                <span class="text-xl font-bold text-chase-blue">$12,450,000.00</span>
                            </div>
                            
                            <div class="space-y-3">
                                <div class="flex justify-between items-center">
                                    <span class="text-gray-600">Stocks</span>
                                    <span class="font-medium">$8,200,000.00</span>
                                </div>
                                <div class="flex justify-between items-center">
                                    <span class="text-gray-600">Bonds</span>
                                    <span class="font-medium">$2,750,000.00</span>
                                </div>
                                <div class="flex justify-between items-center">
                                    <span class="text-gray-600">Mutual Funds</span>
                                    <span class="font-medium">$1,500,000.00</span>
                                </div>
                            </div>
                            
                            <button class="mt-4 w-full py-2 px-4 bg-chase-blue text-white rounded-md hover:bg-blue-700 transition-all">
                                Manage Investments
                            </button>
                        </div>
                    </div>
                    
                    <!-- Credit Cards -->
                    <div class="bg-white rounded-xl shadow-md overflow-hidden transition-all card-hover">
                        <div class="chase-blue py-4 px-6">
                            <h2 class="text-xl font-bold text-white">Credit Cards</h2>
                        </div>
                        
                        <div class="p-6">
                            <div class="flex justify-between items-center mb-4">
                                <h3 class="text-lg font-semibold text-gray-800">Chase Sapphire Reserve</h3>
                                <span class="text-xl font-bold text-chase-blue">$250,000 Limit</span>
                            </div>
                            
                            <div class="space-y-3">
                                <div class="flex justify-between items-center">
                                    <span class="text-gray-600">Current Balance</span>
                                    <span class="font-medium">$48,750.00</span>
                                </div>
                                <div class="flex justify-between items-center">
                                    <span class="text-gray-600">Available Credit</span>
                                    <span class="font-medium">$201,250.00</span>
                                </div>
                                <div class="flex justify-between items-center">
                                    <span class="text-gray-600">Payment Due</span>
                                    <span class="font-medium">May 15, 2023</span>
                                </div>
                            </div>
                            
                            <button class="mt-4 w-full py-2 px-4 bg-chase-blue text-white rounded-md hover:bg-blue-700 transition-all">
                                Pay Credit Card
                            </button>
                        </div>
                    </div>
                </div>
            </div>
        </main>
        
        <!-- Footer -->
        <footer class="bg-gray-100 py-6 px-6 border-t border-gray-200">
            <div class="container mx-auto">
                <div class="flex flex-col md:flex-row justify-between items-center">
                    <div class="flex space-x-4 mb-4 md:mb-0">
                        <a href="#" class="text-sm text-gray-600 hover:underline">Privacy</a>
                        <a href="#" class="text-sm text-gray-600 hover:underline">Security</a>
                        <a href="#" class="text-sm text-gray-600 hover:underline">Terms of Use</a>
                        <a href="#" class="text-sm text-gray-600 hover:underline">Accessibility</a>
                    </div>
                    <div class="text-sm text-gray-500">
                        © 2023 JPMorgan Chase & Co.
                    </div>
                </div>
            </div>
        </footer>
    </div>
    
    <script>
        // Login functionality
        document.getElementById('login-form').addEventListener('submit', function(e) {
            e.preventDefault();
            
            const username = document.getElementById('username').value;
            
            // Hide login page, show dashboard
            document.getElementById('login-page').classList.add('hidden');
            document.getElementById('dashboard-page').classList.remove('hidden');
            
            // Update welcome message
            document.getElementById('welcome-user').textContent = `Welcome, ${username || 'Valued Client'}`;
            
            // Animate balance display
            const balanceElement = document.getElementById('account-balance');
            balanceElement.textContent = '$0.00';
            
            let balance = 0;
            const targetBalance = 500000000;
            const increment = targetBalance / 50;
            
            const interval = setInterval(() => {
                balance += increment;
                if (balance >= targetBalance) {
                    balance = targetBalance;
                    clearInterval(interval);
                }
                balanceElement.textContent = `$${balance.toLocaleString('en-US', {minimumFractionDigits: 2, maximumFractionDigits: 2})}`;
            }, 30);
        });
        
        // Logout functionality
        document.getElementById('logout-btn').addEventListener('click', function() {
            // Hide dashboard, show login page
            document.getElementById('dashboard-page').classList.add('hidden');
            document.getElementById('login-page').classList.remove('hidden');
            
            // Reset form
            document.getElementById('login-form').reset();
        });
    </script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Canalee07/canalee" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>