This repo can be used as a source for the NIST headers and footers that are required for use on public-facing sites. It is recommended that you DO NOT copy these files into your repo, but rather link to them in-place so that you will automatically receive any changes or updates.
To use this repo you do NOT have to copy any files; just insert the following into your pages' HEAD section:
<link rel="stylesheet" href="/browse?url=https%3A%2F%2Fpages.nist.gov%2Fnist-header-footer%2Fcss%2Fnist-combined.css">
<script src="/asset?url=https%3A%2F%2Fpages.nist.gov%2Fnist-header-footer%2Fjs%2Fjquery-1.9.0.min.js" type="text/javascript" defer="defer"></script>
<script src="/asset?url=https%3A%2F%2Fpages.nist.gov%2Fnist-header-footer%2Fjs%2Fnist-header-footer.js" type="text/javascript" defer="defer"></script>
- Compatible with jQuery 1.7+ (1.9 is included)
If you would like the footer to be pushed to the bottom of the browser window on short pages, add the nist-footer-bottom class to the top level html element.
<html class="nist-footer-bottom">