CHBINHAYDDE commited on
Commit
6a84253
verified
1 Parent(s): 0fa39a3

Add 2 files

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +426 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Duigitale
3
- emoji: 馃悽
4
- colorFrom: purple
5
- colorTo: indigo
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: duigitale
3
+ emoji: 馃惓
4
+ colorFrom: yellow
5
+ colorTo: purple
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,426 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="he" dir="rtl">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>讻诇讬诐 谞驻讜爪讬诐 | 驻诇讟驻讜专诪转 讻诇讬诐 转讜专谞讬讬诐</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <link href="https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&family=Noto+Sans+Hebrew:wght@400;500;700&display=swap" rel="stylesheet">
10
+ <style>
11
+ :root {
12
+ --primary-color: #6C63FF;
13
+ --secondary-color: #00BFA6;
14
+ --text-primary: #2D3748;
15
+ --text-secondary: #4A5568;
16
+ --bg-primary: #FFFFFF;
17
+ --bg-secondary: #F8F9FC;
18
+ --bg-tertiary: #F0F2F8;
19
+ }
20
+
21
+ body {
22
+ font-family: 'Rubik', 'Noto Sans Hebrew', sans-serif;
23
+ direction: rtl;
24
+ background-color: var(--bg-secondary);
25
+ color: var(--text-primary);
26
+ line-height: 1.8;
27
+ }
28
+
29
+ .glass-card {
30
+ background: rgba(255, 255, 255, 0.1);
31
+ backdrop-filter: blur(10px);
32
+ -webkit-backdrop-filter: blur(10px);
33
+ border-radius: 8px;
34
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
35
+ transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
36
+ }
37
+
38
+ .glass-card:hover {
39
+ transform: scale(1.02);
40
+ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
41
+ }
42
+
43
+ .tool-icon {
44
+ font-size: 2.5rem;
45
+ color: var(--primary-color);
46
+ margin-bottom: 1rem;
47
+ }
48
+
49
+ .tool-card {
50
+ height: 100%;
51
+ display: flex;
52
+ flex-direction: column;
53
+ }
54
+
55
+ .tool-card .btn {
56
+ margin-top: auto;
57
+ align-self: flex-start;
58
+ }
59
+
60
+ .balloon-animation {
61
+ position: fixed;
62
+ top: 0;
63
+ left: 0;
64
+ width: 100%;
65
+ height: 100%;
66
+ background-color: rgba(0, 0, 0, 0.7);
67
+ display: flex;
68
+ justify-content: center;
69
+ align-items: center;
70
+ z-index: 1000;
71
+ opacity: 0;
72
+ pointer-events: none;
73
+ transition: opacity 0.3s ease;
74
+ }
75
+
76
+ .balloon-animation.show {
77
+ opacity: 1;
78
+ pointer-events: all;
79
+ }
80
+
81
+ .balloon {
82
+ position: absolute;
83
+ width: 100px;
84
+ height: 120px;
85
+ background-color: var(--primary-color);
86
+ border-radius: 50%;
87
+ animation: float 6s ease-in-out infinite;
88
+ }
89
+
90
+ .balloon::before {
91
+ content: '';
92
+ position: absolute;
93
+ bottom: -10px;
94
+ left: 50%;
95
+ transform: translateX(-50%);
96
+ width: 0;
97
+ height: 0;
98
+ border-left: 10px solid transparent;
99
+ border-right: 10px solid transparent;
100
+ border-top: 20px solid var(--primary-color);
101
+ }
102
+
103
+ .balloon:nth-child(2) {
104
+ background-color: var(--secondary-color);
105
+ left: 20%;
106
+ top: 20%;
107
+ animation-delay: 0.5s;
108
+ }
109
+
110
+ .balloon:nth-child(2)::before {
111
+ border-top-color: var(--secondary-color);
112
+ }
113
+
114
+ .balloon:nth-child(3) {
115
+ background-color: #FF6B6B;
116
+ left: 70%;
117
+ top: 30%;
118
+ animation-delay: 1s;
119
+ }
120
+
121
+ .balloon:nth-child(3)::before {
122
+ border-top-color: #FF6B6B;
123
+ }
124
+
125
+ .balloon:nth-child(4) {
126
+ background-color: #FFD166;
127
+ left: 40%;
128
+ top: 10%;
129
+ animation-delay: 1.5s;
130
+ }
131
+
132
+ .balloon:nth-child(4)::before {
133
+ border-top-color: #FFD166;
134
+ }
135
+
136
+ .balloon:nth-child(5) {
137
+ background-color: #06D6A0;
138
+ left: 60%;
139
+ top: 25%;
140
+ animation-delay: 2s;
141
+ }
142
+
143
+ .balloon:nth-child(5)::before {
144
+ border-top-color: #06D6A0;
145
+ }
146
+
147
+ @keyframes float {
148
+ 0%, 100% {
149
+ transform: translateY(0);
150
+ }
151
+ 50% {
152
+ transform: translateY(-50px);
153
+ }
154
+ }
155
+
156
+ .success-message {
157
+ position: relative;
158
+ z-index: 2;
159
+ background-color: white;
160
+ padding: 2rem;
161
+ border-radius: 8px;
162
+ text-align: center;
163
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
164
+ }
165
+
166
+ @media (prefers-color-scheme: dark) {
167
+ :root {
168
+ --primary-color: #8A7CFF;
169
+ --secondary-color: #00DFC0;
170
+ --text-primary: #F7FAFC;
171
+ --text-secondary: #E2E8F0;
172
+ --bg-primary: #1A202C;
173
+ --bg-secondary: #2D3748;
174
+ --bg-tertiary: #4A5568;
175
+ }
176
+
177
+ .glass-card {
178
+ background: rgba(26, 32, 44, 0.5);
179
+ }
180
+
181
+ .success-message {
182
+ background-color: var(--bg-tertiary);
183
+ color: var(--text-primary);
184
+ }
185
+ }
186
+ </style>
187
+ </head>
188
+ <body class="min-h-screen">
189
+ <!-- Navigation -->
190
+ <nav class="bg-white dark:bg-gray-900 sticky top-0 z-50 shadow-sm">
191
+ <div class="container mx-auto px-4 py-3 flex justify-between items-center">
192
+ <a href="#" class="text-2xl font-bold text-primary dark:text-white">
193
+ <span class="text-purple-600">讻诇讬诐</span>
194
+ <span class="text-teal-500">转讜专谞讬讬诐</span>
195
+ </a>
196
+ <div class="hidden md:flex space-x-6 space-x-reverse">
197
+ <a href="#" class="text-gray-700 dark:text-gray-300 hover:text-purple-600 dark:hover:text-purple-400">讘讬转</a>
198
+ <a href="#" class="text-purple-600 dark:text-purple-400 font-medium">讻诇讬诐 谞驻讜爪讬诐</a>
199
+ <a href="#" class="text-gray-700 dark:text-gray-300 hover:text-purple-600 dark:hover:text-purple-400">讗讜讚讜转</a>
200
+ <a href="#" class="text-gray-700 dark:text-gray-300 hover:text-purple-600 dark:hover:text-purple-400">爪讜专 拽砖专</a>
201
+ </div>
202
+ <button class="md:hidden text-gray-700 dark:text-gray-300">
203
+ <i class="fas fa-bars text-2xl"></i>
204
+ </button>
205
+ </div>
206
+ </nav>
207
+
208
+ <!-- Main Content -->
209
+ <main class="container mx-auto px-4 py-8">
210
+ <div class="text-center mb-12">
211
+ <h1 class="text-4xl md:text-5xl font-bold text-gray-800 dark:text-white mb-4">讻诇讬诐 谞驻讜爪讬诐 诇砖讬诪讜砖 讬讜诪讬讜诪讬</h1>
212
+ <p class="text-xl text-gray-600 dark:text-gray-300 max-w-3xl mx-auto">
213
+ 讗讜住祝 讛讻诇讬诐 讛诪讜注讬诇讬诐 讘讬讜转专 诇砖讬诪讜砖 讬讜诪讬讜诪讬 讘讞讬讬 讛转讜专讛 讜讛诪爪讜讜转. 讘讞专讜 讗转 讛讻诇讬 讛诪转讗讬诐 诇爪专讻讬诐 砖诇讻诐.
214
+ </p>
215
+ </div>
216
+
217
+ <!-- Tools Grid -->
218
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
219
+ <!-- Tool 1: Shabbat Prep List -->
220
+ <div class="glass-card bg-white dark:bg-gray-800 p-6 rounded-lg shadow-md tool-card">
221
+ <div class="text-center mb-4">
222
+ <i class="fas fa-calendar-check tool-icon"></i>
223
+ <h3 class="text-2xl font-bold text-gray-800 dark:text-white mb-2">专砖讬诪转 讛讻谞讜转 诇砖讘转</h3>
224
+ <p class="text-gray-600 dark:text-gray-300">
225
+ 驻诇讟驻讜专诪讛 谞讜讞讛 诇专讬砖讜诐 讛讛讻谞讜转 讛讚专讜砖讜转 诇驻谞讬 砖讘转, 注诐 讗驻砖专讜转 诇住讬诪讜谉 诪砖讬诪讜转 砖讛讜砖诇诪讜.
226
+ </p>
227
+ </div>
228
+ <button onclick="showBalloons()" class="mt-4 px-6 py-2 bg-purple-600 hover:bg-purple-700 text-white rounded-lg transition duration-300">
229
+ 诇驻转讬讞转 讛讻诇讬
230
+ </button>
231
+ </div>
232
+
233
+ <!-- Tool 2: Prayer Quiz -->
234
+ <div class="glass-card bg-white dark:bg-gray-800 p-6 rounded-lg shadow-md tool-card">
235
+ <div class="text-center mb-4">
236
+ <i class="fas fa-praying-hands tool-icon"></i>
237
+ <h3 class="text-2xl font-bold text-gray-800 dark:text-white mb-2">讘讜讞谉 转驻讬诇讛</h3>
238
+ <p class="text-gray-600 dark:text-gray-300">
239
+ 讘讚讬拽转 讚讬讜拽 讛转驻讬诇讛 讘讗诪爪注讜转 AI, 注诐 转讬拽讜谉 讟注讜讬讜转 讜讛砖诇诪转 拽讟注讬诐 砖讚讬诇讙转诐 注诇讬讛诐.
240
+ </p>
241
+ </div>
242
+ <button class="mt-4 px-6 py-2 bg-teal-500 hover:bg-teal-600 text-white rounded-lg transition duration-300">
243
+ 诇驻转讬讞转 讛讻诇讬
244
+ </button>
245
+ </div>
246
+
247
+ <!-- Tool 3: Torah Measurements -->
248
+ <div class="glass-card bg-white dark:bg-gray-800 p-6 rounded-lg shadow-md tool-card">
249
+ <div class="text-center mb-4">
250
+ <i class="fas fa-ruler-combined tool-icon"></i>
251
+ <h3 class="text-2xl font-bold text-gray-800 dark:text-white mb-2">讞讬砖讜讘 诪讬讚讜转 讜砖讬注讜专讬 转讜专讛</h3>
252
+ <p class="text-gray-600 dark:text-gray-300">
253
+ 讛诪专转 诪讬讚讜转 转讜专谞讬讜转 讻诪讜 讻讝讬转, 讻讘讬爪讛, 讗诪讛 讜驻专住讛 诇诪讬讚讜转 诪讜讚专谞讬讜转.
254
+ </p>
255
+ </div>
256
+ <button class="mt-4 px-6 py-2 bg-blue-500 hover:bg-blue-600 text-white rounded-lg transition duration-300">
257
+ 诇驻转讬讞转 讛讻诇讬
258
+ </button>
259
+ </div>
260
+
261
+ <!-- Tool 4: Maaser Calculator -->
262
+ <div class="glass-card bg-white dark:bg-gray-800 p-6 rounded-lg shadow-md tool-card">
263
+ <div class="text-center mb-4">
264
+ <i class="fas fa-calculator tool-icon"></i>
265
+ <h3 class="text-2xl font-bold text-gray-800 dark:text-white mb-2">诪讞砖讘讜谉 诪注砖专讜转</h3>
266
+ <p class="text-gray-600 dark:text-gray-300">
267
+ 讞讬砖讜讘 住讻讜诐 讛诪注砖专讜转 诪讛讛讻谞住讜转 砖诇讻诐, 注诐 讛诪诇爪讜转 注诇 诪拽讜诪讜转 专讗讜讬讬诐 诇转专讜诪讛.
268
+ </p>
269
+ </div>
270
+ <button class="mt-4 px-6 py-2 bg-green-500 hover:bg-green-600 text-white rounded-lg transition duration-300">
271
+ 诇驻转讬讞转 讛讻诇讬
272
+ </button>
273
+ </div>
274
+
275
+ <!-- Tool 5: Gmach Recommender -->
276
+ <div class="glass-card bg-white dark:bg-gray-800 p-6 rounded-lg shadow-md tool-card">
277
+ <div class="text-center mb-4">
278
+ <i class="fas fa-hands-helping tool-icon"></i>
279
+ <h3 class="text-2xl font-bold text-gray-800 dark:text-white mb-2">诪诪诇讬抓 讙诪讞讬"诐</h3>
280
+ <p class="text-gray-600 dark:text-gray-300">
281
+ 讛诪诇爪讜转 诪讜转讗诪讜转 讗讬砖讬转 诇讗诇讜 讛诪注讜谞讬讬谞讬诐 诇讛拽讬诐 讙诪"讞 诇驻讬 诪讬拽讜诪诐 讜讬讻讜诇讜转讬讛诐.
282
+ </p>
283
+ </div>
284
+ <button class="mt-4 px-6 py-2 bg-orange-500 hover:bg-orange-600 text-white rounded-lg transition duration-300">
285
+ 诇驻转讬讞转 讛讻诇讬
286
+ </button>
287
+ </div>
288
+
289
+ <!-- Tool 6: Yichud Guide -->
290
+ <div class="glass-card bg-white dark:bg-gray-800 p-6 rounded-lg shadow-md tool-card">
291
+ <div class="text-center mb-4">
292
+ <i class="fas fa-user-friends tool-icon"></i>
293
+ <h3 class="text-2xl font-bold text-gray-800 dark:text-white mb-2">诪讞砖讘讜谉 讬讬讞讜讚</h3>
294
+ <p class="text-gray-600 dark:text-gray-300">
295
+ 诪讚专讬讱 讛诇讻转讬 讗讬谞讟专讗拽讟讬讘讬 诇讚讬谞讬 讬讬讞讜讚 诇驻讬 住讬讟讜讗爪讬讜转 砖讜谞讜转.
296
+ </p>
297
+ </div>
298
+ <button class="mt-4 px-6 py-2 bg-pink-500 hover:bg-pink-600 text-white rounded-lg transition duration-300">
299
+ 诇驻转讬讞转 讛讻诇讬
300
+ </button>
301
+ </div>
302
+
303
+ <!-- Tool 7: Educational Assistant -->
304
+ <div class="glass-card bg-white dark:bg-gray-800 p-6 rounded-lg shadow-md tool-card">
305
+ <div class="text-center mb-4">
306
+ <i class="fas fa-child tool-icon"></i>
307
+ <h3 class="text-2xl font-bold text-gray-800 dark:text-white mb-2">诪住讬讬注 讞讬谞讜讻讬</h3>
308
+ <p class="text-gray-600 dark:text-gray-300">
309
+ 讛诪诇爪讜转 讞讬谞讜讻讬讜转 诪讜转讗诪讜转 讙讬诇 诇讬诇讚讬诐, 诇驻讬转讜讞 讜拽讬讚讜诐 讗讬砖讬 讜专讜讞谞讬.
310
+ </p>
311
+ </div>
312
+ <button class="mt-4 px-6 py-2 bg-indigo-500 hover:bg-indigo-600 text-white rounded-lg transition duration-300">
313
+ 诇驻转讬讞转 讛讻诇讬
314
+ </button>
315
+ </div>
316
+
317
+ <!-- Tool 8: Coming Soon -->
318
+ <div class="glass-card bg-white dark:bg-gray-800 p-6 rounded-lg shadow-md tool-card">
319
+ <div class="text-center mb-4">
320
+ <i class="fas fa-lightbulb tool-icon"></i>
321
+ <h3 class="text-2xl font-bold text-gray-800 dark:text-white mb-2">讻诇讬诐 谞讜住驻讬诐 讘拽专讜讘</h3>
322
+ <p class="text-gray-600 dark:text-gray-300">
323
+ 讗谞讜 诪驻转讞讬诐 讻诇讬诐 谞讜住驻讬诐 砖讬住讬讬注讜 诇讻诐 讘讞讬讬 讛讬讜诐 讬讜诐. 讛爪讬注讜 诇谞讜 专注讬讜谞讜转!
324
+ </p>
325
+ </div>
326
+ <button class="mt-4 px-6 py-2 bg-gray-500 hover:bg-gray-600 text-white rounded-lg transition duration-300">
327
+ 讛爪讬注讜 讻诇讬
328
+ </button>
329
+ </div>
330
+ </div>
331
+ </main>
332
+
333
+ <!-- Balloon Animation -->
334
+ <div id="balloonAnimation" class="balloon-animation">
335
+ <div class="balloon"></div>
336
+ <div class="balloon"></div>
337
+ <div class="balloon"></div>
338
+ <div class="balloon"></div>
339
+ <div class="balloon"></div>
340
+
341
+ <div class="success-message">
342
+ <h2 class="text-3xl font-bold text-purple-600 mb-4">讻诇 讛讻讘讜讚!</h2>
343
+ <p class="text-xl mb-6">讛砖诇诪转 讗转 讻诇 讛诪砖讬诪讜转 讘讛讻锟斤拷讜转 诇砖讘转!</p>
344
+ <div class="flex justify-center space-x-4 space-x-reverse">
345
+ <button onclick="hideBalloons()" class="px-6 py-2 bg-purple-600 hover:bg-purple-700 text-white rounded-lg transition duration-300">
346
+ 住讙讜专
347
+ </button>
348
+ <button class="px-6 py-2 bg-gray-200 hover:bg-gray-300 text-gray-800 rounded-lg transition duration-300">
349
+ 砖转祝
350
+ </button>
351
+ </div>
352
+ </div>
353
+ </div>
354
+
355
+ <!-- Footer -->
356
+ <footer class="bg-gray-100 dark:bg-gray-800 text-gray-700 dark:text-gray-300 py-8 mt-12">
357
+ <div class="container mx-auto px-4">
358
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
359
+ <div>
360
+ <h3 class="text-xl font-bold mb-4">讻诇讬诐 转讜专谞讬讬诐</h3>
361
+ <p>驻诇讟驻讜专诪讛 讚讬讙讬讟诇讬转 讛诪住驻拽转 讻诇讬诐 砖讬诪讜砖讬讬诐 诇讞讬讬 转讜专讛 讜诪爪讜讜转 讘注讬讚谉 讛诪讜讚专谞讬.</p>
362
+ </div>
363
+ <div>
364
+ <h3 class="text-xl font-bold mb-4">拽讬砖讜专讬诐 诪讛讬专讬诐</h3>
365
+ <ul class="space-y-2">
366
+ <li><a href="#" class="hover:text-purple-600 dark:hover:text-purple-400">讘讬转</a></li>
367
+ <li><a href="#" class="hover:text-purple-600 dark:hover:text-purple-400">讻诇讬诐 谞驻讜爪讬诐</a></li>
368
+ <li><a href="#" class="hover:text-purple-600 dark:hover:text-purple-400">讗讜讚讜转 讛驻专讜讬拽讟</a></li>
369
+ <li><a href="#" class="hover:text-purple-600 dark:hover:text-purple-400">爪讜专 拽砖专</a></li>
370
+ </ul>
371
+ </div>
372
+ <div>
373
+ <h3 class="text-xl font-bold mb-4">讬爪讬专转 拽砖专</h3>
374
+ <p><i class="fas fa-envelope mr-2"></i> [email protected]</p>
375
+ <p class="mt-2"><i class="fas fa-phone mr-2"></i> 050-1234567</p>
376
+ <div class="flex space-x-4 space-x-reverse mt-4">
377
+ <a href="#" class="text-gray-600 dark:text-gray-400 hover:text-purple-600 dark:hover:text-purple-400"><i class="fab fa-facebook-f"></i></a>
378
+ <a href="#" class="text-gray-600 dark:text-gray-400 hover:text-purple-600 dark:hover:text-purple-400"><i class="fab fa-twitter"></i></a>
379
+ <a href="#" class="text-gray-600 dark:text-gray-400 hover:text-purple-600 dark:hover:text-purple-400"><i class="fab fa-instagram"></i></a>
380
+ <a href="#" class="text-gray-600 dark:text-gray-400 hover:text-purple-600 dark:hover:text-purple-400"><i class="fab fa-whatsapp"></i></a>
381
+ </div>
382
+ </div>
383
+ </div>
384
+ <div class="border-t border-gray-200 dark:border-gray-700 mt-8 pt-6 text-center">
385
+ <p>漏 2023 讻诇讬诐 转讜专谞讬讬诐. 讻诇 讛讝讻讜讬讜转 砖诪讜专讜转.</p>
386
+ </div>
387
+ </div>
388
+ </footer>
389
+
390
+ <script>
391
+ // Balloon animation functions
392
+ function showBalloons() {
393
+ const animation = document.getElementById('balloonAnimation');
394
+ animation.classList.add('show');
395
+ document.body.style.overflow = 'hidden';
396
+ }
397
+
398
+ function hideBalloons() {
399
+ const animation = document.getElementById('balloonAnimation');
400
+ animation.classList.remove('show');
401
+ document.body.style.overflow = 'auto';
402
+ }
403
+
404
+ // Close animation when clicking outside
405
+ document.getElementById('balloonAnimation').addEventListener('click', function(e) {
406
+ if (e.target === this) {
407
+ hideBalloons();
408
+ }
409
+ });
410
+
411
+ // Dark mode toggle (example - could be implemented with a button)
412
+ // This is just a placeholder - actual implementation would need a toggle button
413
+ function toggleDarkMode() {
414
+ document.documentElement.classList.toggle('dark');
415
+ localStorage.setItem('darkMode', document.documentElement.classList.contains('dark'));
416
+ }
417
+
418
+ // Check for saved dark mode preference
419
+ if (localStorage.getItem('darkMode') === 'true') {
420
+ document.documentElement.classList.add('dark');
421
+ } else if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
422
+ document.documentElement.classList.add('dark');
423
+ }
424
+ </script>
425
+ <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=CHBINHAYDDE/duigitale" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
426
+ </html>