Team:Aalto-Helsinki/footer
From 2014.igem.org
(Difference between revisions)
(9 intermediate revisions not shown) | |||
Line 19: | Line 19: | ||
<img src="https://static.igem.org/mediawiki/2014/0/0f/Aalto_Helsinki_Logoh_BCH.png" class="img-responsive footerimg on"> | <img src="https://static.igem.org/mediawiki/2014/0/0f/Aalto_Helsinki_Logoh_BCH.png" class="img-responsive footerimg on"> | ||
<img src="https://static.igem.org/mediawiki/2014/d/db/Aalto_Helsinki_Logo_BCH.png" class="img-responsive footerimg off"> | <img src="https://static.igem.org/mediawiki/2014/d/db/Aalto_Helsinki_Logo_BCH.png" class="img-responsive footerimg off"> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class="footerlogo"> | ||
+ | <a href="http://hyber.aalto.fi/en/"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/2/24/Aalto_Helsinki_Logoh_HYBER.png" class="img-responsive footerimg on"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/7/72/Aalto_Helsinki_Logo_HYBER.png" class="img-responsive footerimg off"> | ||
</a> | </a> | ||
</div> | </div> | ||
Line 55: | Line 61: | ||
<img src="https://static.igem.org/mediawiki/2014/f/f8/Aalto_Helsinki_Logoh_Bsum.png" class="img-responsive footerimg on"> | <img src="https://static.igem.org/mediawiki/2014/f/f8/Aalto_Helsinki_Logoh_Bsum.png" class="img-responsive footerimg on"> | ||
<img src="https://static.igem.org/mediawiki/2014/0/09/Aalto_Helsinki_Logo_Bsum.png" class="img-responsive footerimg off"> | <img src="https://static.igem.org/mediawiki/2014/0/09/Aalto_Helsinki_Logo_Bsum.png" class="img-responsive footerimg off"> | ||
+ | </a> | ||
+ | </div> | ||
+ | <div class ="footerlogo"> | ||
+ | <a href="http://www.businessprint.fi/"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/1/1f/Aalto_Helsinki_Logoh_BP.png" class="img-responsive footerimg on"> | ||
+ | <img src="https://static.igem.org/mediawiki/2014/6/64/Aalto_Helsinki_Logo_BP.png" class="img-responsive footerimg off"> | ||
</a> | </a> | ||
</div> | </div> | ||
Line 72: | Line 84: | ||
<div id="yhteystiedot"> | <div id="yhteystiedot"> | ||
<p> | <p> | ||
- | + | This wiki is designed and constructed by Aalto-Helsinki.<br> | |
- | + | <a href="https://static.igem.org/mediawiki/2014/7/73/Aalto_Helsinki_Wiki_Sitemap.png" target="_blank">Sitemap</a> | <a href="http://twitter.com/AaltoHelsinki">Twitter</a> | <a href="http://www.facebook.com/AaltoHelsinki">Facebook</a> | <a href="mailto:oskari.vinko@gmail.com" target="_top">Email</a> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</p> | </p> | ||
</div> | </div> | ||
Line 99: | Line 107: | ||
</script> | </script> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | $('.extrabar').affix({ | + | if($('.extrabar').affix != undefined){ |
- | + | $('.extrabar').affix({ | |
- | + | offset: { | |
- | + | top: $('.splash').height() * 1.115 | |
- | }); | + | } |
+ | } | ||
+ | )}; | ||
</script> | </script> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | $('.update').waypoint(function(direction) { | + | if($('.update').waypoint != undefined){ |
- | + | $('.update').waypoint(function(direction) { | |
- | + | var selector = "#" + ($(this)[0].classList[1]) + "-submenu"; | |
- | + | $('.extrabar a.active').removeClass("active"); | |
- | }); | + | $(selector).addClass("active"); |
+ | } | ||
+ | )}; | ||
</script> | </script> | ||
<script> | <script> |
Latest revision as of 10:14, 17 October 2014