This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
63 lines (54 loc) · 2.85 KB
/
footer.php
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
54
55
56
57
58
59
60
61
62
63
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package FitzIntranet
*/
?>
</div><!-- #content -->
<div class="bg-white p-2">
<div class="row mx-auto">
<div class="mx-auto mt-3 " id="sponsors">
<a href="https://kettlesyard.org"><img class="img-responsive" alt="Kettle's Yard logo" src="/wp-content/themes/staff-pages-theme/images/ky.jpg"></a>
<a href="https://maa.cam.ac.uk"><img class="img-responsive" alt="Museum of Arch and Anth logo" src="/wp-content/themes/staff-pages-theme/images/maa.jpeg"></a>
<a href="https://botanic.cam.ac.uk"><img class="img-responsive" alt="Botanical Garden logo" src="/wp-content/themes/staff-pages-theme/images/cubg-logo.jpg"></a>
<a href="https://fitzmuseum.cam.ac.uk"><img class="img-responsive" alt="Fitzwilliam Museum logo" src="/wp-content/themes/staff-pages-theme/images/FitzwilliamLogo.png"></a>
<a href="https://sedgwickmuseum.org"><img class="img-responsive" alt="Sedgwick Museum logo" src="/wp-content/themes/staff-pages-theme/images/sedgwick.jpg"></a>
<a href="https://classics.cam.ac.uk"><img class="img-responsive" alt="Classical Archaeology Museum logo" src="/wp-content/themes/staff-pages-theme/images/classarch.png"></a>
<a href="https://www.spri.cam.ac.uk/museum/"><img class="img-responsive" alt="Polar Research Museum logo" src="/wp-content/themes/staff-pages-theme/images/polar.jpg"></a>
<a href="http://www.sites.hps.cam.ac.uk/whipple/"><img class="img-responsive" alt="Whipple Museum logo" src="/wp-content/themes/staff-pages-theme/images/whipple.jpg"></a>
<a href="https://www.museum.zoo.cam.ac.uk/"><img class="img-responsive" alt="Museum of Zoology logo" src="/wp-content/themes/staff-pages-theme/images/zoology.jpg"></a>
</div>
</div>
</div>
<footer class="text-white bg-black w-100">
<div class="row">
<div class="col-md-4 col-black">
<a href="https://museums.cam.ac.uk/"><img width="300" class="ml-4 pt-3 img-fluid" alt="UCM logo" src="https://research.museums.cam.ac.uk/images/ucm-logo.png"></a>
</div>
<div class="col col-yellow minimum">
<a href="https://museums.cam.ac.uk/"><img class="ml-3 img-fluid pt-3" alt="Arts Council logo" src="https://research.museums.cam.ac.uk/images/ace.png"></a>
</div>
</div>
<a href="#0" class="cd-top js-cd-top">Top</a>
</footer>
</div><!-- #page -->
<?php wp_footer(); ?>
<script src="https://intranet.fitzmuseum.cam.ac.uk/wp-content/themes/fitzmuseum/js/backtotop.js"></script>
<script src="https://helpdesk.fitzmuseum.cam.ac.uk/assets/chat/chat.min.js"></script>
<script>
$(function() {
new ZammadChat({
background: '#1a6e78',
fontSize: '12px',
flat: true,
chatId: 1
});
});
</script>
</body>
</html>