Difference between revisions of "Template:York-Header"

Line 275: Line 275:
 
<div id="igemlogo" class="sidelogos">
 
<div id="igemlogo" class="sidelogos">
 
<a href="https://2015.igem.org/Main_Page" title="iGEM 2015" target="_blank">
 
<a href="https://2015.igem.org/Main_Page" title="iGEM 2015" target="_blank">
<img src="Images/iGEM_Logo_Dark.png" height="30px">
+
<img src="https://static.igem.org/mediawiki/2015/a/ae/TeamYork_IGEM_logo.png" height="30px">
 
</a>
 
</a>
 
</div>
 
</div>
Line 290: Line 290:
  
 
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
 
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
 
<script>
 
 
/*$(document).ready(function(){
 
$('div #twittericon').mouseover(function(){
 
div = $('#twitapp');
 
div.show();
 
}).mouseout(function(){
 
div.hide();
 
});
 
});*/
 
 
//On hover the twitter logo turns clear and the blue shows through
 
/*$(document).ready(function(){
 
    $('#twitterimg').hover(function () {
 
        this.src = "#";
 
    }, function () {
 
        this.src = "#";
 
    });
 
});*/
 
 
//On hover faceboook logo turns blue (changes images)
 
/*$(document).ready(function(){
 
    $('#fblogo').hover(function () {
 
        this.src = "#";
 
    }, function () {
 
        this.src = "#";
 
    });
 
});*/
 
</script>
 

Revision as of 09:57, 4 September 2015