Welcome

You may achieve this effect by first adding this line to your Header Code

<link rel=”stylesheet” type=”text/css” href=”https://cdn.rawgit.com/alvarotrigo/fullPage.js/master/jquery.fullPage.css” />

And in the Footer Code, add this

<script type= “text/javascript” src=”https://cdn.rawgit.com/alvarotrigo/fullPage.js/master/jquery.fullPage.js”></script>
<script> $(document).ready(function() { $(’#fullpage’).fullpage(); });</script>

Put a containing Div with an ID of 

fullpage

And within that div, add another div with a class of 

Section

Your structure should look like this:

Div id: fullpage
Div Class: Section
Div Class: Section
Div Class: Section