This is a older version. Check out the latest version of the design system.
Footer
The footer provides copyright information and links for privacy statements, cookie policy and accessibility statements.
When to use this component
Use the footer at the bottom of every page of your service.
How it works
You can add links to:
- your department’s page
- privacy statement
- cookie policy
- accessibility statements.
Default footer
Example (in English)
Example (in Greek)
Sample HTML Code
<div class="govcy-container-fluid govcy-br-top-8 govcy-br-top-primary govcy-p-3 govcy-bg-light govcy-d-print-none">
<div class="govcy-container">
<div class="row">
<footer class="govcy-footer">
<span class="govcy-d-inline-block govcy-valign-top govcy-pb-2"><img alt="govcy-logo"></span>
<ul class="govcy-d-inline-block govcy-m-0 govcy-pl-3 govcy-efs-medium">
<li><a href="#">Privacy statement</a></li>
<li><a href="#">Cookie policy</a></li>
<li><a href="#">Accessibility statement</a></li>
<li class="govcy-d-block govcy-text-dark">© Republic of Cyprus, 2021</li>
</ul>
</footer>
</div>
</div>
</div>