Make it stand out.

Whatever it is, the way you tell your story online can make all the difference.

Make It
Hover to Play Video
Hover to Play
Hover to Play
document.querySelectorAll('.video-container video').forEach(video => {
  video.addEventListener('mouseenter', () => {
    video.play();
  });

  video.addEventListener('mouseleave', () => {
    video.pause();
    video.currentTime = 0; // Reset the video when hover ends
  });
});
Make It

“It all begins with an idea. Maybe you want to launch a business. Maybe you want to turn a hobby into something more. Or maybe you have a creative project to share with the world. Whatever it is, the way you tell your story online can make all the difference.”

— Squarespace