Spaces:
Running
Running
Commit
·
93cb3c0
1
Parent(s):
bc65668
update
Browse files- index.html +26 -28
index.html
CHANGED
@@ -209,26 +209,23 @@ https://chatgpt.com/c/67efa5ae-ab80-8005-a7d4-de3ced6ccec4
|
|
209 |
|
210 |
<!-- /* --- Admin Edit Button - Uncomment if needed --- */ -->
|
211 |
<button id="editJsonBtn" class="px-5 py-2 rounded-xl bg-gradient-to-l from-pink-500 to-purple-600 text-white shadow-md hover:shadow-lg hover:from-pink-600 hover:to-purple-700 transition-all duration-300 relative">
|
212 |
-
|
213 |
-
|
214 |
-
</button>
|
215 |
-
|
216 |
</div>
|
217 |
</div>
|
218 |
|
219 |
<!-- /* --- Mobile menu --- */ -->
|
220 |
<div id="mobileMenu" class="mobile-menu md:hidden mt-4">
|
221 |
<div class="flex flex-col space-y-2 py-2">
|
222 |
-
<button id="
|
223 |
-
|
224 |
-
</button>
|
225 |
-
|
226 |
<!-- /* --- Admin Edit Button (Mobile) - Uncomment if needed --- */ -->
|
227 |
<button id="editJsonBtn" class="px-5 py-2 rounded-xl bg-gradient-to-l from-pink-500 to-purple-600 text-white shadow-md hover:shadow-lg hover:from-pink-600 hover:to-purple-700 transition-all duration-300 relative">
|
228 |
-
|
229 |
-
|
230 |
-
</button>
|
231 |
-
|
232 |
</div>
|
233 |
</div>
|
234 |
</div>
|
@@ -406,22 +403,23 @@ https://chatgpt.com/c/67efa5ae-ab80-8005-a7d4-de3ced6ccec4
|
|
406 |
|
407 |
<!-- /* --- Footer --- */ -->
|
408 |
<footer class="fixed bottom-0 left-0 w-full z-50 backdrop-blur-md bg-white/80 shadow-xl border-t border-gray-200">
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
</
|
|
|
425 |
|
426 |
|
427 |
<!-- /* --- Load Tailwind CSS via CDN --- */ -->
|
|
|
209 |
|
210 |
<!-- /* --- Admin Edit Button - Uncomment if needed --- */ -->
|
211 |
<button id="editJsonBtn" class="px-5 py-2 rounded-xl bg-gradient-to-l from-pink-500 to-purple-600 text-white shadow-md hover:shadow-lg hover:from-pink-600 hover:to-purple-700 transition-all duration-300 relative">
|
212 |
+
<i class="fas fa-edit ml-2"></i> הציעו כלי חדש
|
213 |
+
<span class="admin-badge">N</span>
|
214 |
+
</button>
|
|
|
215 |
</div>
|
216 |
</div>
|
217 |
|
218 |
<!-- /* --- Mobile menu --- */ -->
|
219 |
<div id="mobileMenu" class="mobile-menu md:hidden mt-4">
|
220 |
<div class="flex flex-col space-y-2 py-2">
|
221 |
+
<button id="refreshBtnMobile" class="px-5 py-2 rounded-xl bg-gradient-to-l from-blue-600 to-indigo-500 text-white shadow-md hover:shadow-lg hover:from-blue-700 hover:to-indigo-600 transition-all duration-300">
|
222 |
+
<i class="fas fa-sync-alt ml-2"></i> אפס תצוגה
|
223 |
+
</button>
|
|
|
224 |
<!-- /* --- Admin Edit Button (Mobile) - Uncomment if needed --- */ -->
|
225 |
<button id="editJsonBtn" class="px-5 py-2 rounded-xl bg-gradient-to-l from-pink-500 to-purple-600 text-white shadow-md hover:shadow-lg hover:from-pink-600 hover:to-purple-700 transition-all duration-300 relative">
|
226 |
+
<i class="fas fa-edit ml-2"></i> הציעו כלי חדש
|
227 |
+
<span class="admin-badge">N</span>
|
228 |
+
</button>
|
|
|
229 |
</div>
|
230 |
</div>
|
231 |
</div>
|
|
|
403 |
|
404 |
<!-- /* --- Footer --- */ -->
|
405 |
<footer class="fixed bottom-0 left-0 w-full z-50 backdrop-blur-md bg-white/80 shadow-xl border-t border-gray-200">
|
406 |
+
<!-- <span>© 2025 כל הזכויות שמורות לשגיא בר און.</span> -->
|
407 |
+
<div class="container mx-auto px-4 py-3 text-center space-y-2">
|
408 |
+
<div class="flex justify-center gap-4">
|
409 |
+
<!-- אייקונים -->
|
410 |
+
<a href="https://chat.whatsapp.com/GPFASYBEA9CFGUMCVZ5RXP" target="_blank" class="w-9 h-9 rounded-full bg-white shadow flex items-center justify-center text-green-500 hover:bg-green-500 hover:text-white transition"><i class="fab fa-whatsapp"></i></a>
|
411 |
+
<a href="http://www.linkedin.com/in/sagi-bar-on" target="_blank" class="w-9 h-9 rounded-full bg-white shadow flex items-center justify-center text-blue-500 hover:bg-blue-700 hover:text-white transition"><i class="fab fa-linkedin-in"></i></a>
|
412 |
+
<a href="https://www.facebook.com/SAGI.BARON" target="_blank" class="w-9 h-9 rounded-full bg-white shadow flex items-center justify-center text-blue-600 hover:bg-blue-800 hover:text-white transition"><i class="fab fa-facebook-f"></i></a>
|
413 |
+
<a href="https://www.youtube.com/@SAGIBARON" target="_blank" class="w-9 h-9 rounded-full bg-white shadow flex items-center justify-center text-red-500 hover:bg-red-700 hover:text-white transition"><i class="fab fa-youtube"></i></a>
|
414 |
+
</div>
|
415 |
+
<button id="editJsonBtnFooter"
|
416 |
+
class="px-4 py-2 rounded-xl bg-gradient-to-br from-pink-500 to-purple-600 text-white font-bold shadow hover:scale-105 transition">
|
417 |
+
<i class="fas fa-pen-to-square ml-2"></i> הציעו כלי חדש
|
418 |
+
</button>
|
419 |
+
<p class="text-gray-500 text-xs">© 2025 כל הזכויות שמורות לשגיא בר און</p>
|
420 |
+
</div>
|
421 |
+
</div>
|
422 |
+
</footer>
|
423 |
|
424 |
|
425 |
<!-- /* --- Load Tailwind CSS via CDN --- */ -->
|