- Components
- Example Component
- Themes
- Example Theme
- Layouts
- Example Layout
- Atoms
- Buttons
- Colors
- Fonts
- Forms
- Images
- Tables
- Typography
- Molecules
- Alerts
- Badges
- Breadcrumbs
- Cards
- Carousel
- Pagination
- Panels
- Progress Bars
- Search
- Tabs
- Tooltips
- Organisms
- Footer
- Header
Footer
Placed at the bottom of the page, the footer holds copyright information, useful links and/or disclaimers.
Footer
© 2008 EverFi. All rights reserved.
<!-- Footer --> <div class="container footer"> <div class="row"> <p class="copyright"> 2008<script>new Date().getFullYear()>2010&&document.write("-"+new Date().getFullYear());</script> EverFi. All rights reserved. </p> </div> </div>