The javascript console shows this error:
Uncaught TypeError: object # does not have the method 'easeInQuart'
This means that you are not importing the jQuery user interface library that the plugin needs, as indicated in the documentation .
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
In addition, you have problems with your HTML markup, as you can see in red here .
jquery , , fullPage.js, jquery.