Line 1: | Line 1: | ||
<html> | <html> | ||
+ | <div> | ||
<footer class="footer-layout"> | <footer class="footer-layout"> | ||
− | <div class=" | + | <div class="container-fluid"> |
− | <div class="row | + | <div class="row"> |
− | + | <div class="col-sm-2"> | |
− | + | <img src="https://static.igem.org/mediawiki/2018/2/2a/T--Aachen--navbar_logo.jpg" alt="MELASENS" style="height:25px; width=auto; margin-top: 60px;"></div> | |
− | + | <div class="col-sm-3"></div> | |
− | + | <div class="col-sm-2"> | |
− | </ | + | <p style="margin-top: 10px">CONTACT US: </br> |
+ | <a href="https://2018.igem.org/Team:Aachen/impressum">impressum</a></p> | ||
+ | <a href="https://de-de.facebook.com/iGEMAachen/"><img src="https://static.igem.org/mediawiki/2018/a/a0/T--Aachen--fb.png" style="height: 35px; width=auto; padding-top: 8px; padding-right: 20px;"></a> | ||
+ | <a href="https://twitter.com/iGEMAachen"><img src="https://static.igem.org/mediawiki/2018/6/69/T--Aachen--twitter.png" style="height: 35px; width=auto; padding-top: 8px; padding-right: 20px;"></a> | ||
+ | <a href="https://www.instagram.com/igem.Aachen/"><img src="https://static.igem.org/mediawiki/2018/6/61/T--Aachen--insta.png" style="height: 35px; width=auto; padding-top: 8px; padding-right: 20px;"></a> | ||
+ | </div> | ||
+ | <div class="col-sm-5"></div> | ||
</div> | </div> | ||
</div> | </div> | ||
</footer> | </footer> | ||
− | </script> | + | </div> |
− | </ | + | |
+ | <script type="text/javascript"> | ||
+ | <!-- | ||
+ | function toggle_visibility(id) { | ||
+ | var e = document.getElementById(id); | ||
+ | if(e.style.display == 'block') | ||
+ | e.style.display = 'none'; | ||
+ | else | ||
+ | e.style.display = 'block'; | ||
+ | } | ||
+ | //--> | ||
+ | </script> | ||
+ | |||
+ | <script> | ||
+ | window.onscroll = function() {scrollFunction()}; | ||
+ | function scrollFunction() { | ||
+ | if (document.body.scrollTop > 40 || document.documentElement.scrollTop > 40) { | ||
+ | document.getElementById("back-to-top-Btn").style.display = "block"; | ||
+ | } else { | ||
+ | document.getElementById("back-to-top-Btn").style.display = "none"; | ||
+ | } | ||
+ | } | ||
+ | </script> | ||
+ | |||
+ | |||
+ | </html> | ||
<html> | <html> |
Revision as of 00:33, 17 October 2018