2015-11-20 00:58:21 +03:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
2015-11-26 01:01:18 +03:00
< meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" >
2015-11-20 00:58:21 +03:00
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
< meta name = "description" content = "" >
< meta name = "author" content = "" >
< link rel = "icon" href = "../../favicon.ico" >
< title > Sticky Footer Navbar Template for Bootstrap< / title >
<!-- Bootstrap core CSS -->
< link href = "../../dist/css/bootstrap.min.css" rel = "stylesheet" >
<!-- Custom styles for this template -->
< link href = "sticky-footer-navbar.css" rel = "stylesheet" >
< / head >
< body >
<!-- Fixed navbar -->
2015-12-10 18:02:44 +03:00
< div class = "pos-f-t" >
< div class = "collapse" id = "navbar-header" >
< div class = "container bg-inverse p-a-1" >
< h3 > Collapsed content< / h3 >
< p > Toggleable via the navbar brand.< / p >
2015-11-20 00:58:21 +03:00
< / div >
< / div >
2015-12-10 18:02:44 +03:00
< nav class = "navbar navbar-light navbar-static-top bg-faded" >
< div class = "container" >
< button class = "navbar-toggler hidden-sm-up" type = "button" data-toggle = "collapse" data-target = "#exCollapsingNavbar2" >
☰
< / button >
< div class = "collapse navbar-toggleable-xs" id = "exCollapsingNavbar2" >
< a class = "navbar-brand" href = "#" > Sticky footer< / a >
< ul class = "nav navbar-nav" >
< li class = "nav-item active" >
< a class = "nav-link" href = "#" > Nav item < span class = "sr-only" > (current)< / span > < / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" href = "#" > Another nav item< / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" href = "#" > More nav< / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" href = "#" > Last link< / a >
< / li >
< / ul >
< / div >
< / div >
< / nav >
< / div >
2015-11-20 00:58:21 +03:00
<!-- Begin page content -->
< div class = "container" >
2015-12-10 18:02:44 +03:00
< div class = "page-header m-t-1" >
2015-11-20 00:58:21 +03:00
< h1 > Sticky footer with fixed navbar< / h1 >
< / div >
< p class = "lead" > Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with < code > padding-top: 60px;< / code > on the < code > body > .container< / code > .< / p >
< p > Back to < a href = "../sticky-footer" > the default sticky footer< / a > minus the navbar.< / p >
< / div >
< footer class = "footer" >
< div class = "container" >
2015-12-10 18:02:44 +03:00
< span class = "text-muted" > Place sticky footer content here.< / span >
2015-11-20 00:58:21 +03:00
< / div >
< / footer >
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
2015-11-26 01:01:18 +03:00
< script src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js" > < / script >
2015-11-20 00:58:21 +03:00
< script > window . jQuery || document . write ( '<script src="../../assets/js/vendor/jquery.min.js"><\/script>' ) < / script >
< script src = "../../dist/js/bootstrap.min.js" > < / script >
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
< script src = "../../assets/js/ie10-viewport-bug-workaround.js" > < / script >
< / body >
< / html >