Note |
This page is archived under version 1.9 and is available for reference purposes only. The latest version of Pattern Library is 2.
CPS footer
The CPS version of the footer may only be used on the CPS website.
CPS Footer with links
Code
<footer class="cui coc-footer cps-footer">
<div class="footer-inner">
<div class="footer-links-vert footer-section row">
<div class="col-12">
<div class="row">
<div class="col-6 col-md-4">
<h2 class="h3">{{ Heading }}</h2>
<!--Add the class 'col-count-2' on the ul tag to make the links display as 2 columns-->
<ul class="{{ col-count-2 }}">
<li><a href="{{ URL }}">{{ Link text }}</a></li>
<li><a href="{{ URL }}">{{ Link text }}</a></li>
</ul>
</div>
<div class="col-6 col-md-3">
<h2 class="h3">{{ Heading }}</h2>
<ul class="{{ col-count-2 }}>
<li><a href="{{ URL }}">{{ Link text }}</a></li>
<li><a href="{{ URL }}">{{ Link text }}</a></li>
</ul>
</div>
<div class="col-6 col-md-5">
<h2 class="h3">{{ Heading }}</h2>
<ul class="{{ col-count-2 }}>
<li><a href="{{ URL }}">{{ Link text }}</a></li>
<li><a href="{{ URL }}">{{ Link text }}</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer-links-horz footer-section">
<ul>
<li><a href="{{ URL }}">{{ Link text }}</a></li>
<li><a href="{{ URL }}">{{ Link text }}</a></li>
</ul>
</div>
<div class="footer-copyright">
<p>© {{ Current year (e.g. 2019) }}. All rights reserved.</p>
</div>
</div>
</footer>