Inner Radiance

Daily Hikes Experience Telluride

Address:
2239 Longview Avenue, Bronx NY, New York 10458
Date:
March 17, 2019
Time:
8:00 am – 9:00 pm
Phone:
718-562-3534
Fax:
281-290-4755
Email:
betop@stylemix.net

Agenda

  • 8:00 pm: Welcome!
  • 8:10 pm: Openning event
  • 8:25 pm: Training
  • 8:55 pm: Coffee break
  • 9:00 pm: Closing Event

Event Registration

// When the user scrolls the page, execute myFunction window.onscroll = function() {myFunction()}; // Get the header var header = document.getElementById("myHeader"); // Get the offset position of the navbar var sticky = header.offsetTop; // Add the sticky class to the header when you reach its scroll position. Remove "sticky" when you leave the scroll position function myFunction() { if (window.pageYOffset > sticky) { header.classList.add("sticky"); } else { header.classList.remove("sticky"); } }