Government logo | to homepage
Bootstrap Rijkhuisstijl Style Guide
  • Overview
  • 1 atoms
    • 1.1 Buttons
    • 1.2 Form elements
    • 1.3 Custom forms, Validation and Help text
    • 1.4 HTML5 Elements; Grouping content
    • 1.4.1 Body copy
    • 1.4.2 Block quotes
    • 1.4.3 Figures
    • 1.4.4 Horizontal rule
    • 1.4.5 Lists
    • 1.4.6 Preformatted text
    • 1.5 Icons
    • 1.6 Pagination
    • 1.7 Tables
  • 2 molecules
    • 2.1 Breadcrumb
    • 2.2 Cards
    • 2.2.1 Card horizontal image placement
    • 2.2.2 Text alignment
    • 2.2.3 Header and Footer
    • 2.3 Carousel
    • 2.4 Comments styling
    • 2.5 List group
    • 2.6 Branded tabs menu
    • 2.7 Vertical navigation
    • 2.8 Payoff
    • 2.9 Skipnav
  • 3 organisms
    • 3.1 Header
    • 3.1.1 Header with background image
    • 3.1.2 Header with background image & color
    • 3.2 Card Deck, vertical cards
    • 3.2.1 Card Deck, horizontal cards with image left
    • 3.2.2 Card Deck, horizontal cards with image right
    • 3.3 Footer

3.3 organisms.footer Footer

Toggle example guides Toggle HTML markup

Footer oragnism is added to every page. The payoff molecule is inlcuded on top.

Example
[content]
Markup: components/organisms/footer/footer.twig
<footer class="footer ">
  <div class="container">
    <div class="row">
              [content]
          </div>
  </div>
</footer>
Source: components/organisms/footer/_footer.scss, line 1