שיתוף
  • Facebook
  • Google
ראשי » גלריה » בר מצווה לעדי

בר מצווה לעדי

שיתוף
  • Facebook
  • Google
« הקודם

מלאו את הטופס ונחזור אליך בהקדם

יצירת קשר

  • 054-4540046 972+
  • avi@studio-sparkle.com​
  • הפטיש 2, טירת כרמל​

שעות פעילות

SUN - TUE 09:00 - 18:00 | FRA 09:00 - 12:00
Facebook-f Linkedin Youtube

Company

  • Design
  • Prototype
  • Collaborate
  • Sketch
  • Photoshop

get started

  • Tutorials
  • Resources
  • Guides
  • Example
  • Docs
גלילה לראש העמוד

תודה על הרשמתך, ניצור קשר בקרוב

להזמנת סדנא או סתם ליצירת קשר

document.addEventListener("wheel", function(event) { if (event.deltaY > 0) { scrollToNextSection(); } else { scrollToPrevSection(); } });let sections = document.querySelectorAll("section"); let currentSection = 0;function scrollToNextSection() { if (currentSection < sections.length - 1) { currentSection++; sections[currentSection].scrollIntoView({ behavior: "smooth" }); } }function scrollToPrevSection() { if (currentSection > 0) { currentSection--; sections[currentSection].scrollIntoView({ behavior: "smooth" }); } }