Skip to content

Instantly share code, notes, and snippets.

@rayinla
Last active April 7, 2018 21:26
Show Gist options
  • Save rayinla/116a92a9eb91c5dd149a35c6a5045228 to your computer and use it in GitHub Desktop.
Save rayinla/116a92a9eb91c5dd149a35c6a5045228 to your computer and use it in GitHub Desktop.
<!--Load jQuery and fullpage tags -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://rawgit.com/alvarotrigo/fullPage.js/master/jquery.fullPage.js"></script>
<!--Custom script -->
<script src='fullpage.js'></script>
<!--We will overide some default styles here -->
<link rel="stylesheet" href='styles.css'>
<!-- Adding fullpage.css is essential-->
<link rel="stylesheet" type="text/css" href="https://rawgit.com/alvarotrigo/fullPage.js/master/jquery.fullPage.css" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment