-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathform-in-template.html
53 lines (52 loc) · 2.96 KB
/
form-in-template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<footer class="footer wrapper">
<div class="footer__inner clearfix">
<article class="block block--col-1">
<h2 class="as-h5">Facilities</h2>
<ul class="footer__list list-unstyled">
<li class="footer__item"><a href="http://www.ucl.ac.uk/departments/faculties">Faculties and departments</a></li>
<li class="footer__item"><a href="http://www.ucl.ac.uk/library/">Library</a></li>
<li class="footer__item"><a href="http://www.ucl.ac.uk/museums">Museums and Collections</a></li>
<li class="footer__item"><a href="http://www.thebloomsbury.com/">UCL Bloomsbury Theatre</a></li>
<li class="footer__item"><a href="http://www.ucl.ac.uk/maps">Maps and buildings</a></li>
</ul>
</article>
<article class="block block--col-2">
<h2 class="as-h5">Locations</h2>
<ul class="footer__list list-unstyled">
<li class="footer__item"><a href="http://www.ucl.ac.uk/london">UCL and London</a></li>
<li class="footer__item"><a href="http://www.ucl.ac.uk/australia">UCL Australia</a></li>
<li class="footer__item"><a href="http://www.ucl.ac.uk/qatar">UCL Qatar</a></li>
<li class="footer__item"><a href="http://www.ucl.ac.uk/global">UCL Global</a></li>
</ul>
</article>
<article class="block block--col-3">
<h2 class="as-h5">Connect with us</h2>
<ul class="footer__list list-unstyled">
<li class="footer__item"><a href="http://www.ucl.ac.uk/alumni">Alumni</a></li>
<li class="footer__item"><a href="http://www.ucl.ac.uk/enterprise">Businesses</a></li>
<li class="footer__item"><a href="http://www.ucl.ac.uk/media">Media Relations</a></li>
<li class="footer__item"><a href="http://www.ucl.ac.uk/hr/jobs/">Jobs</a></li>
<li class="footer__item"><a href="http://www.ucl.ac.uk/makeyourmark">Give to UCL</a></li>
</ul>
</article>
<hr class="clear">
<ul class="footer__list list-unstyled zero-bottom">
<li class="footer__item text-muted small">University College London, Gower Street, London, WC1E 6BT Tel: +44 (0) 20 7679 2000</li>
</ul>
<ul class="list-inline footer__list list-unstyled list-inline--divided">
<li class="text-muted small">Copyright © 2015 UCL</li>
<li class="text-muted small"><a href="#">Disclaimer</a>
</li>
<li class="text-muted small"><a href="#">Freedom of Information</a>
</li>
<li class="text-muted small"><a href="#">Accessibility</a>
</li>
<li class="text-muted small"><a href="#">Privacy</a>
</li>
<li class="text-muted small"><a href="#">Cookies</a>
</li>
<li class="text-muted small"><a href="#">Contact Us</a>
</li>
</ul>
</div>
</footer>