-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtop.html
20 lines (15 loc) · 875 Bytes
/
top.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div id="header">
<div id="copticlogo"><a href="index.html"><img id="img1" src="img/copticlogo.png" width="210" height="101" alt="Coptic SCRIPTORIUM"/></a></div>
<div id="unicorn"><a href="index.html"><img id="img2" src="img/unicorn.png" width="80" height="101" alt="Unicorn"/></a></div>
<div id="englishlogo"><a href="index.html"><img id="img3" src="img/englishlogo.png" width="199" height="101" alt="Coptic SCRIPTORIUM"/></a></div><img id="img4" src="img/ruleline.png" width="800px" height="14" alt=""/>
</br>
</br>
</div>
<script>
if($(document).find("title").text().toLowerCase().indexOf("workshop")>=0){
$("#img1").attr("src", "../img/copticlogo.png");
$("#img2").attr("src", "../img/unicorn.png");
$("#img3").attr("src", "../img/englishlogo.png");
$("#img4").attr("src", "../img/ruleline.png");
}
</script>