<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="https://www.jqueryscript.net/demo/One-Page-Scroll-Nav-Button-jQuery-Section-Scroller/sectionScroller.min.js"></script>
<div class="container">
<div class="row">
<div class="full-height section-scroll" id="section-1">
<div class="content-wrapper">
<h1 class="display-2">Section Scroller</h1>
<h2 class="fw-400" style="margin-bottom: 54px;">A jQuery plugin for One Page Scroll Nav Button.</h2></div>
</div>
<div class="full-height section-scroll" id="section-2">
<div class="content-wrapper">
<h2 class="display-2" style="margin-bottom: 48px;">Second Section</h2>
</div>
</div>
<div class="full-height section-scroll" id="section-3">
<div class="content-wrapper">
<h2 class="display-4" style="margin-bottom: 48px;">Third Section</h2>
</div>
</div>
<div class="full-height section-scroll" id="section-4">
<div class="content-wrapper">
<h2 class="display-2" style="margin-bottom: 36px;">Last Section</h2>
</div>
</div>
<div class="tooltip"> Click for scrolling to next section </div>
<div id="section-scroller-button"> <i class="caret"></i> </div>
</div>
</div>