Footer
The footer is made up of the tagline, global footer and meta section.
Tagline
The tagline sits within the .o-layout-footer section of the grid system, as documented in the grid system section of the style guide.
<div class="c-footer-tagline">
<div class="c-footer-tagline__content">
<div class="c-footer-tagline__image">
<a href="//www.adelaide.edu.au/seek-light/" class="c-footer__link" title="seek LIGHT"><img src="/ua_theme/images/logos/seek-light-tagline.png" class="c-footer-tagline__image" alt="seek LIGHT"> </a>
</div>
</div>
</div>
Simple global footer
The simple footer is a simplified version of the global footer and uses JavaScript to dynamically load the global footer in its place.
The global footer is maintained in one location on the University of Adelaide web server. When you include the following JavaScript plugin from the University of Adelaide web server, the simple footer HTML will be dynamically replaced by the full global footer HTML.
In the case that the global footer cannot be inserted due to JavaScript errors, the simple footer will exist as a fall back basic footer.
In order for the global footer JavaScript plugin to work, you must include the ID ua-footer, as seen in the demo below.
<script src="//global.adelaide.edu.au/global/ua_theme/mmf/styleguide/footer-global.js"></script>.
This footer-global JavaScript plugin must be loaded after jQuery, which as described in the JavaScript section of the style guide, is included within production.min.js
<div class="c-footer-simple" id="ua-footer">
<section class="c-footer-simple__col-first">
<ul class="c-footer-simple__list">
<li class="c-footer-simple__list-item"><a href="//www.adelaide.edu.au/legals/disclaim.html" class="c-footer__link" title="Website Disclaimer">Disclaimer</a></li>
<li class="c-footer-simple__list-item"><a href="//www.adelaide.edu.au/legals/copyright.html" class="c-footer__link" title="Copyright Information">Copyright</a></li>
<li class="c-footer-simple__list-item"><a href="//www.adelaide.edu.au/legals/privacy.html" class="c-footer__link" title="Privacy Statement">Privacy Statement</a></li>
<li class="c-footer-simple__list-item"><a href="//www.adelaide.edu.au/feedback/" class="c-footer__link" title="Website Feedback">Feedback</a></li>
</ul>
CRICOS Provider Number 00123M
</section>
</div>
Meta
The meta sits within the .o-layout-footer section of the grid system, as documented in the grid system section of the style guide.
<div class="c-footer-meta">
<div class="c-footer-meta__page-info">
<div class="c-footer-meta__page-info-auth">Authorised by: <a href="mailto:mc@adelaide.edu.au" class="c-footer__link">Director, Marketing & Communications</a></div>
<div class="c-footer-meta__page-info-main">Maintained by: <a href="mailto:mc@adelaide.edu.au" class="c-footer__link">Marketing & Communications</a></div>
</div>
<div class="c-footer-meta__updated-time">Last updated: 18 May 2017</div>
</div>