-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbottom.html
28 lines (25 loc) · 2.83 KB
/
bottom.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
<div id="footer">
<p><a class="github" href="https://github.com/CopticScriptorium" target="new"> Fork us on GitHub</a><br /></p>
<p><a class="twitter" href="https://twitter.com/copticscript" target="_blank" rel="noopener noreferrer"> Follow Coptic SCRIPTORIUM on Twitter</a></p>
<div id="lastupdate"></div>
<script>
$(function(){
var modiDate = new Date(document.lastModified);
var showAs = (modiDate.getMonth() + 1) + "-" + modiDate.getDate() + "-" + modiDate.getFullYear();
$("#lastupdate").html("Page last updated: " + showAs);
});
</script>
<p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />Unless otherwise indicated, <a xmlns:cc="http://creativecommons.org/ns#" href="http://www.copticscriptorium.org" property="cc:attributionName" rel="cc:attributionURL"><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Coptic SCRIPTORIUM</span></a> website and content<br/>is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p>
<p>Coptic SCRIPTORIUM is supported by <br/><a href="http://www.neh.gov" target="_blank" rel="noopener noreferrer">the National Endowment for the Humanities</a> <a href="http://www.neh.gov/divisions/odh" target="_blank" rel="noopener noreferrer">Office of Digital Humanities</a> and <a href="http://www.neh.gov/divisions/preservation" target="_blank" rel="noopener noreferrer">Division of Preservation and Access</a>,<br/>
<a href="www.pacific.edu" target="blank">the University of the Pacific</a>, <a href="http://www.georgetown.edu" target="_blank" rel="noopener noreferrer">Georgetown University</a>, and <a href="http://www.canisius.edu" target="_blank" rel="noopener noreferrer">Canisius College</a>.</p>
<img id="img5" alt="Seal of the University of the Pacific" src="img/Seal_White_RGB.png" height="62px" longdesc="http://www.pacific.edu"/> <img id="img6" src="img/georgetown-seal-white.png" height="62px" alt="GeorgetownUniversitySeal" longdesc="http://www.georgetown.edu"/> <img id="img8" src="img/CC_logo_white+109U.png" height="40px" alt="CanisiusCollegeLogo" longdesc="http://www.canisius.edu"/> <img id="img7" src="img/neh_logo_horizontal_4cprev_u-0.png" width="252" height="62" alt="neh logo" longdesc="http://www.neh.gov"/>
<br />
</div>
<script>
if($(document).find("title").text().toLowerCase().indexOf("workshop")>=0){
$("#img5").attr("src", "../img/Seal_White_RGB.png");
$("#img6").attr("src", "../img/georgetown-seal-white.png");
$("#img7").attr("src", "../img/neh_logo_horizontal_4cprev_u-0.png");
$("#img8").attr("src", "../img/canisius003.jpg");
}
</script>