Sspy public landing page

  1. How to Create a Scrollspy Navigation With UIkit
  2. Script to protect a landing page from spy tools


Download: Sspy public landing page
Size: 80.2 MB

How to Create a Scrollspy Navigation With UIkit

There are different ways to apply scrolling animations in a project. In the past, we’ve covered many of them. For example, we’ve built a Note: similarly to another recent Our Scroll Effect Here’s what we're going to create: For a better experience, be sure to • How the image captions smoothly appear when they come into view. • How the active menu item of the side navigation changes depending on the scroll position. UIKit Templates on Envato Elements Before we start, don’t forget to check out the various HTML templates built with UIKit on Envato Elements, like And now, on with our own UIkit tutorial! 1. Begin With the Required Assets To make the layout a bit more unique, beyond the • An SVG that will replace the typical bullets of the menu items: • An SVG that will denote the active menu item on scroll: • An SVG for styling the image captions that comes from a 2. Define the HTML Markup Our page will consist of the following elements: • Five sections with beautiful Icelandic images taken from uk-scrollspy attribute. This attribute can receive different parameters for customizing the animation. For example, we’re able to pass parameters for deciding if the animation should run every time the element is in view, or if there will be any delay until it appears. • The side navigation menu. On this element, we’ll use the uk-scrollspy-nav attribute for updating the active menu item depending on the scroll position of our page. To relate a section with a menu item, each menu item sh...

Script to protect a landing page from spy tools

In a typical scenario, your landing page is available for anyone that has a link to it. This means that it can be viewed by someone who didn't go through your campaign URL and may have other intent than taking your offer. Without right protection, it can get ripped at an insane speed and keep popping up on • Lander Protection Script. • It blocks access to your landing page from visitors or programs that didn't come through a campaign URL. • What they will see instead is a blank page. How does it work? 1. You get a script that needs to be implemented on your landing page. 2. A special parameter called the lptoken that is automatically added to your lander URL. Voluum then adds a unique value to this URL using this parameter and the script checks for that value. Every visit that didn't go through Voluum and doesn't have the landing page token value will be blocked. For every visit coming through a campaign URL, the landing page will be displayed and available for 30 minutes. How