File size: 25,012 Bytes
e0c3ba9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Discover Listings | Grid Property Ventures Inc</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>
        .property-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
        }
        .verified-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 10;
        }
        .save-filter-btn:hover .save-icon {
            transform: scale(1.1);
        }
        .property-image {
            height: 200px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .property-card:hover .property-image {
            transform: scale(1.03);
        }
        @media (max-width: 640px) {
            .property-image {
                height: 150px;
            }
        }
    </style>
</head>
<body class="bg-gray-50">
    <div class="flex">
        <!-- Navigation Menu -->
        <nav class="w-64 min-h-screen bg-white shadow-md p-4">
            <div class="mb-8">
                <h2 class="text-xl font-bold text-gray-800">Grid Property Ventures</h2>
            </div>
            
            <!-- Search Field -->
            <div class="relative mb-6">
                <div class="absolute inset-y-0 left-0 flex items-center pl-3 pointer-events-none">
                    <i class="fas fa-search text-gray-400"></i>
                </div>
                <input type="text" 
                       class="w-full p-2 pl-10 text-sm text-gray-700 border border-gray-300 rounded-lg focus:ring-blue-500 focus:border-blue-500" 
                       placeholder="Search properties...">
            </div>
            <ul class="space-y-2">
                <li>
                    <a href="#" class="flex items-center p-2 text-gray-700 rounded-lg hover:bg-gray-100">
                        <i class="fas fa-home mr-3"></i>
                        <span>Dashboard</span>
                    </a>
                </li>
                <li>
                    <a href="#" class="flex items-center p-2 text-gray-700 rounded-lg bg-blue-50">
                        <i class="fas fa-search mr-3 text-blue-600"></i>
                        <span class="font-medium text-blue-600">Discover Listings</span>
                    </a>
                </li>
                <li>
                    <a href="#" class="flex items-center p-2 text-gray-700 rounded-lg hover:bg-gray-100">
                        <i class="fas fa-bookmark mr-3"></i>
                        <span>Saved Properties</span>
                    </a>
                </li>
                <li>
                    <a href="#" class="flex items-center p-2 text-gray-700 rounded-lg hover:bg-gray-100">
                        <i class="fas fa-chart-line mr-3"></i>
                        <span>Market Insights</span>
                    </a>
                </li>
                <li>
                    <a href="#" class="flex items-center p-2 text-gray-700 rounded-lg hover:bg-gray-100">
                        <i class="fas fa-cog mr-3"></i>
                        <span>Settings</span>
                    </a>
                </li>
            </ul>
        </nav>

        <!-- Main Content -->
        <div class="flex-1 container mx-auto px-4 py-8">
        <!-- Header -->
        <header class="mb-8">
            <h1 class="text-3xl md:text-4xl font-bold text-gray-800 mb-2">Discover Listings</h1>
            <p class="text-gray-600">Find your perfect property with Grid Property Ventures Inc</p>
        </header>

        <!-- Filters and Actions -->
        <div class="flex flex-col md:flex-row justify-between items-start md:items-center mb-8 gap-4">
            <div class="flex items-center space-x-2">
                <span class="bg-blue-100 text-blue-800 text-xs font-medium px-2.5 py-0.5 rounded-full flex items-center">
                    <i class="fas fa-check-circle mr-1"></i> Verified
                </span>
                <span class="bg-blue-100 text-blue-800 text-xs font-medium px-2.5 py-0.5 rounded-full flex items-center">
                    <i class="fas fa-check-circle mr-1"></i> Verified
                </span>
            </div>
            
            <button class="save-filter-btn flex items-center px-4 py-2 bg-white border border-gray-300 rounded-lg shadow-sm hover:bg-gray-50 transition-colors">
                <i class="save-icon fas fa-bookmark mr-2 text-gray-600 transition-transform"></i>
                <span class="text-gray-700 font-medium">Saved Filters</span>
            </button>
        </div>

        <!-- Property Grid -->
        <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-6">
            <!-- Property Card 1 -->
            <div class="property-card bg-white rounded-xl overflow-hidden shadow-md transition-all duration-300 relative">
                <div class="verified-badge">
                    <span class="bg-blue-100 text-blue-800 text-xs font-medium px-2.5 py-0.5 rounded-full flex items-center">
                        <i class="fas fa-check-circle mr-1"></i> Verified
                    </span>
                </div>
                <img src="https://res.cloudinary.com/grid-dev/image/upload/v1753334981/grid-assets/listings-images/6881c4bfff054cc1590c50fd/ien5vmkmwcwzezqnmvff.jpg" 
                     alt="Property in Arayat" 
                     class="property-image w-full">
                <div class="p-4">
                    <div class="flex justify-between items-start mb-2">
                        <span class="bg-green-100 text-green-800 text-xs font-medium px-2 py-0.5 rounded">For Sale</span>
                        <span class="text-gray-500 text-sm flex items-center">
                            <i class="fas fa-eye mr-1"></i> 12
                        </span>
                    </div>
                    <div class="h-px bg-gray-200 my-3"></div>
                    <div class="flex justify-between text-sm text-gray-600 mb-2">
                        <span>8,291 sqm</span>
                        <span>0</span>
                    </div>
                    <h3 class="text-lg font-semibold text-gray-800 mb-1">Arayat, Philippines</h3>
                    <button class="mt-4 w-full py-2 bg-blue-600 hover:bg-blue-700 text-white rounded-lg transition-colors">
                        View Details
                    </button>
                </div>
            </div>

            <!-- Property Card 2 -->
            <div class="property-card bg-white rounded-xl overflow-hidden shadow-md transition-all duration-300 relative">
                <div class="verified-badge">
                    <span class="bg-blue-100 text-blue-800 text-xs font-medium px-2.5 py-0.5 rounded-full flex items-center">
                        <i class="fas fa-check-circle mr-1"></i> Verified
                    </span>
                </div>
                <img src="https://www.grid.com.ph/assets/grid_submark_logo-smB7qqAZ.webp" 
                     alt="Property in Parañaque" 
                     class="property-image w-full">
                <div class="p-4">
                    <div class="flex justify-between items-start mb-2">
                        <span class="bg-green-100 text-green-800 text-xs font-medium px-2 py-0.5 rounded">For Sale</span>
                        <span class="text-gray-500 text-sm flex items-center">
                            <i class="fas fa-eye mr-1"></i> 4
                        </span>
                    </div>
                    <div class="h-px bg-gray-200 my-3"></div>
                    <div class="flex justify-between text-sm text-gray-600 mb-2">
                        <span>300 sqm</span>
                        <span>0</span>
                    </div>
                    <h3 class="text-lg font-semibold text-gray-800 mb-1">Parañaque, Philippines</h3>
                    <button class="mt-4 w-full py-2 bg-blue-600 hover:bg-blue-700 text-white rounded-lg transition-colors">
                        View Details
                    </button>
                </div>
            </div>

            <!-- Property Card 3 -->
            <div class="property-card bg-white rounded-xl overflow-hidden shadow-md transition-all duration-300 relative">
                <div class="verified-badge">
                    <span class="bg-blue-100 text-blue-800 text-xs font-medium px-2.5 py-0.5 rounded-full flex items-center">
                        <i class="fas fa-check-circle mr-1"></i> Verified
                    </span>
                </div>
                <img src="https://www.grid.com.ph/assets/grid_submark_logo-smB7qqAZ.webp" 
                     alt="Property in Parañaque" 
                     class="property-image w-full">
                <div class="p-4">
                    <div class="flex justify-between items-start mb-2">
                        <span class="bg-green-100 text-green-800 text-xs font-medium px-2 py-0.5 rounded">For Sale</span>
                        <span class="text-gray-500 text-sm flex items-center">
                            <i class="fas fa-eye mr-1"></i> 0
                        </span>
                    </div>
                    <div class="h-px bg-gray-200 my-3"></div>
                    <div class="flex justify-between text-sm text-gray-600 mb-2">
                        <span>85 sqm</span>
                        <span>0</span>
                    </div>
                    <h3 class="text-lg font-semibold text-gray-800 mb-1">Parañaque, Philippines</h3>
                    <button class="mt-4 w-full py-2 bg-blue-600 hover:bg-blue-700 text-white rounded-lg transition-colors">
                        View Details
                    </button>
                </div>
            </div>

            <!-- Property Card 4 -->
            <div class="property-card bg-white rounded-xl overflow-hidden shadow-md transition-all duration-300 relative">
                <div class="verified-badge">
                    <span class="bg-blue-100 text-blue-800 text-xs font-medium px-2.5 py-0.5 rounded-full flex items-center">
                        <i class="fas fa-check-circle mr-1"></i> Verified
                    </span>
                </div>
                <img src="https://www.grid.com.ph/assets/grid_submark_logo-smB7qqAZ.webp" 
                     alt="Property in Baras" 
                     class="property-image w-full">
                <div class="p-4">
                    <div class="flex justify-between items-start mb-2">
                        <span class="bg-green-100 text-green-800 text-xs font-medium px-2 py-0.5 rounded">For Sale</span>
                        <span class="text-gray-500 text-sm flex items-center">
                            <i class="fas fa-eye mr-1"></i> 0
                        </span>
                    </div>
                    <div class="h-px bg-gray-200 my-3"></div>
                    <div class="flex justify-between text-sm text-gray-600 mb-2">
                        <span>120 sqm</span>
                        <span>0</span>
                    </div>
                    <h3 class="text-lg font-semibold text-gray-800 mb-1">Baras, Philippines</h3>
                    <button class="mt-4 w-full py-2 bg-blue-600 hover:bg-blue-700 text-white rounded-lg transition-colors">
                        View Details
                    </button>
                </div>
            </div>

            <!-- Property Card 5 -->
            <div class="property-card bg-white rounded-xl overflow-hidden shadow-md transition-all duration-300 relative">
                <div class="verified-badge">
                    <span class="bg-blue-100 text-blue-800 text-xs font-medium px-2.5 py-0.5 rounded-full flex items-center">
                        <i class="fas fa-check-circle mr-1"></i> Verified
                    </span>
                </div>
                <img src="https://www.grid.com.ph/assets/grid_submark_logo-smB7qqAZ.webp" 
                     alt="Property in Parañaque" 
                     class="property-image w-full">
                <div class="p-4">
                    <div class="flex justify-between items-start mb-2">
                        <span class="bg-green-100 text-green-800 text-xs font-medium px-2 py-0.5 rounded">For Sale</span>
                        <span class="text-gray-500 text-sm flex items-center">
                            <i class="fas fa-eye mr-1"></i> 0
                        </span>
                    </div>
                    <div class="h-px bg-gray-200 my-3"></div>
                    <div class="flex justify-between text-sm text-gray-600 mb-2">
                        <span>206 sqm</span>
                        <span>0</span>
                    </div>
                    <h3 class="text-lg font-semibold text-gray-800 mb-1">Parañaque, Philippines</h3>
                    <button class="mt-4 w-full py-2 bg-blue-600 hover:bg-blue-700 text-white rounded-lg transition-colors">
                        View Details
                    </button>
                </div>
            </div>

            <!-- Property Card 6 -->
            <div class="property-card bg-white rounded-xl overflow-hidden shadow-md transition-all duration-300 relative">
                <div class="verified-badge">
                    <span class="bg-blue-100 text-blue-800 text-xs font-medium px-2.5 py-0.5 rounded-full flex items-center">
                        <i class="fas fa-check-circle mr-1"></i> Verified
                    </span>
                </div>
                <img src="https://www.grid.com.ph/assets/grid_submark_logo-smB7qqAZ.webp" 
                     alt="Property in Taguig" 
                     class="property-image w-full">
                <div class="p-4">
                    <div class="flex justify-between items-start mb-2">
                        <span class="bg-green-100 text-green-800 text-xs font-medium px-2 py-0.5 rounded">For Sale</span>
                        <span class="text-gray-500 text-sm flex items-center">
                            <i class="fas fa-eye mr-1"></i> 0
                        </span>
                    </div>
                    <div class="h-px bg-gray-200 my-3"></div>
                    <div class="flex justify-between text-sm text-gray-600 mb-2">
                        <span>42 sqm</span>
                        <span>0</span>
                    </div>
                    <h3 class="text-lg font-semibold text-gray-800 mb-1">Taguig, Philippines</h3>
                    <button class="mt-4 w-full py-2 bg-blue-600 hover:bg-blue-700 text-white rounded-lg transition-colors">
                        View Details
                    </button>
                </div>
            </div>

            <!-- Property Card 7 -->
            <div class="property-card bg-white rounded-xl overflow-hidden shadow-md transition-all duration-300 relative">
                <div class="verified-badge">
                    <span class="bg-blue-100 text-blue-800 text-xs font-medium px-2.5 py-0.5 rounded-full flex items-center">
                        <i class="fas fa-check-circle mr-1"></i> Verified
                    </span>
                </div>
                <img src="https://www.grid.com.ph/assets/grid_submark_logo-smB7qqAZ.webp" 
                     alt="Property in Parañaque" 
                     class="property-image w-full">
                <div class="p-4">
                    <div class="flex justify-between items-start mb-2">
                        <span class="bg-green-100 text-green-800 text-xs font-medium px-2 py-0.5 rounded">For Sale</span>
                        <span class="text-gray-500 text-sm flex items-center">
                            <i class="fas fa-eye mr-1"></i> 1
                        </span>
                    </div>
                    <div class="h-px bg-gray-200 my-3"></div>
                    <div class="flex justify-between text-sm text-gray-600 mb-2">
                        <span>240 sqm</span>
                        <span>0</span>
                    </div>
                    <h3 class="text-lg font-semibold text-gray-800 mb-1">Parañaque, Philippines</h3>
                    <button class="mt-4 w-full py-2 bg-blue-600 hover:bg-blue-700 text-white rounded-lg transition-colors">
                        View Details
                    </button>
                </div>
            </div>

            <!-- Property Card 8 -->
            <div class="property-card bg-white rounded-xl overflow-hidden shadow-md transition-all duration-300 relative">
                <div class="verified-badge">
                    <span class="bg-blue-100 text-blue-800 text-xs font-medium px-2.5 py-0.5 rounded-full flex items-center">
                        <i class="fas fa-check-circle mr-1"></i> Verified
                    </span>
                </div>
                <img src="https://www.grid.com.ph/assets/grid_submark_logo-smB7qqAZ.webp" 
                     alt="Property in Antipolo" 
                     class="property-image w-full">
                <div class="p-4">
                    <div class="flex justify-between items-start mb-2">
                        <span class="bg-green-100 text-green-800 text-xs font-medium px-2 py-0.5 rounded">For Sale</span>
                        <span class="text-gray-500 text-sm flex items-center">
                            <i class="fas fa-eye mr-1"></i> 0
                        </span>
                    </div>
                    <div class="h-px bg-gray-200 my-3"></div>
                    <div class="flex justify-between text-sm text-gray-600 mb-2">
                        <span>27,396 sqm</span>
                        <span>0</span>
                    </div>
                    <h3 class="text-lg font-semibold text-gray-800 mb-1">Antipolo, Philippines</h3>
                    <button class="mt-4 w-full py-2 bg-blue-600 hover:bg-blue-700 text-white rounded-lg transition-colors">
                        View Details
                    </button>
                </div>
            </div>

            <!-- Property Card 9 -->
            <div class="property-card bg-white rounded-xl overflow-hidden shadow-md transition-all duration-300 relative">
                <div class="verified-badge">
                    <span class="bg-blue-100 text-blue-800 text-xs font-medium px-2.5 py-0.5 rounded-full flex items-center">
                        <i class="fas fa-check-circle mr-1"></i> Verified
                    </span>
                </div>
                <img src="https://www.grid.com.ph/assets/grid_submark_logo-smB7qqAZ.webp" 
                     alt="Property in General Mariano Alvarez" 
                     class="property-image w-full">
                <div class="p-4">
                    <div class="flex justify-between items-start mb-2">
                        <span class="bg-green-100 text-green-800 text-xs font-medium px-2 py-0.5 rounded">For Sale</span>
                        <span class="text-gray-500 text-sm flex items-center">
                            <i class="fas fa-eye mr-1"></i> 0
                        </span>
                    </div>
                    <div class="h-px bg-gray-200 my-3"></div>
                    <div class="flex justify-between text-sm text-gray-600 mb-2">
                        <span>299 sqm</span>
                        <span>0</span>
                    </div>
                    <h3 class="text-lg font-semibold text-gray-800 mb-1">General Mariano Alvarez, Philippines</h3>
                    <button class="mt-4 w-full py-2 bg-blue-600 hover:bg-blue-700 text-white rounded-lg transition-colors">
                        View Details
                    </button>
                </div>
            </div>

            <!-- Property Card 10 -->
            <div class="property-card bg-white rounded-xl overflow-hidden shadow-md transition-all duration-300 relative">
                <div class="verified-badge">
                    <span class="bg-blue-100 text-blue-800 text-xs font-medium px-2.5 py-0.5 rounded-full flex items-center">
                        <i class="fas fa-check-circle mr-1"></i> Verified
                    </span>
                </div>
                <img src="https://www.grid.com.ph/assets/grid_submark_logo-smB7qqAZ.webp" 
                     alt="Property in General Mariano Alvarez" 
                     class="property-image w-full">
                <div class="p-4">
                    <div class="flex justify-between items-start mb-2">
                        <span class="bg-green-100 text-green-800 text-xs font-medium px-2 py-0.5 rounded">For Sale</span>
                        <span class="text-gray-500 text-sm flex items-center">
                            <i class="fas fa-eye mr-1"></i> 0
                        </span>
                    </div>
                    <div class="h-px bg-gray-200 my-3"></div>
                    <div class="flex justify-between text-sm text-gray-600 mb-2">
                        <span>308 sqm</span>
                        <span>0</span>
                    </div>
                    <h3 class="text-lg font-semibold text-gray-800 mb-1">General Mariano Alvarez, Philippines</h3>
                    <button class="mt-4 w-full py-2 bg-blue-600 hover:bg-blue-700 text-white rounded-lg transition-colors">
                        View Details
                    </button>
                </div>
            </div>
        </div>

        <!-- Pagination -->
        <div class="flex justify-center mt-10">
            <nav class="inline-flex rounded-md shadow">
                <a href="#" class="px-3 py-2 rounded-l-md border border-gray-300 bg-white text-gray-500 hover:bg-gray-50">
                    <i class="fas fa-chevron-left"></i>
                </a>
                <a href="#" class="px-4 py-2 border-t border-b border-gray-300 bg-white text-blue-600 font-medium hover:bg-blue-50">1</a>
                <a href="#" class="px-4 py-2 border-t border-b border-gray-300 bg-white text-gray-500 hover:bg-gray-50">2</a>
                <a href="#" class="px-4 py-2 border-t border-b border-gray-300 bg-white text-gray-500 hover:bg-gray-50">3</a>
                <span class="px-4 py-2 border-t border-b border-gray-300 bg-white text-gray-500">...</span>
                <a href="#" class="px-4 py-2 border-t border-b border-gray-300 bg-white text-gray-500 hover:bg-gray-50">8</a>
                <a href="#" class="px-3 py-2 rounded-r-md border border-gray-300 bg-white text-gray-500 hover:bg-gray-50">
                    <i class="fas fa-chevron-right"></i>
                </a>
            </nav>
        </div>
        </div>
    </div>

    <script>
        // Add interactivity to property cards
        document.addEventListener('DOMContentLoaded', function() {
            const propertyCards = document.querySelectorAll('.property-card');
            
            propertyCards.forEach(card => {
                // Add click event to view details button
                const viewBtn = card.querySelector('button');
                viewBtn.addEventListener('click', function(e) {
                    e.stopPropagation();
                    alert('Viewing property details for: ' + card.querySelector('h3').textContent);
                });
                
                // Make entire card clickable
                card.addEventListener('click', function() {
                    window.location.href = '#';
                });
            });
            
            // Save filter button animation
            const saveFilterBtn = document.querySelector('.save-filter-btn');
            saveFilterBtn.addEventListener('click', function() {
                this.classList.add('animate-pulse');
                setTimeout(() => {
                    this.classList.remove('animate-pulse');
                }, 500);
                alert('Filter saved successfully!');
            });
        });
    </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=keexbuttowski/discovery" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>