Difference between revisions of "Template:Aachen/footer"

 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
<div>
 
<div>
 
<footer class="footer-layout">
 
<footer class="footer-layout">
<div class="container-fluid">
+
    <div class="container-fluid">
<div class="row">
+
        <div class="row">
<div class="col-sm-2">
+
            <div class="col-sm-5">
<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>
+
                <img src="https://static.igem.org/mediawiki/2018/2/2a/T--Aachen--navbar_logo.jpg" alt="MELASENS" style="height:45px; width=auto; margin-top: 30px; margin-bottom: 30px;"></div>
<div class="col-sm-3"></div>
+
            <!--<div class="col-sm-3"></div>-->
<div class="col-sm-2">
+
            <div class="col-sm-3">
<p style="margin-top: 10px">CONTACT US: </br>
+
                <a href="https://de-de.facebook.com/iGEMAachen/"><img src="https://static.igem.org/mediawiki/2018/a/a0/T--Aachen--fb.png" style="height: 45px; width=auto; padding-right: 10px; padding-left: 10px; margin-top: 30px;"></a>
<a href="https://2018.igem.org/Team:Aachen/impressum">impressum</a></p>
+
                <a href="https://twitter.com/iGEMAachen"><img src="https://static.igem.org/mediawiki/2018/6/69/T--Aachen--twitter.png" style="height: 45px; width=auto; padding-right: 10px; padding-left: 10px; margin-top: 30px;"></a>
<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://www.instagram.com/igem.Aachen/"><img src="https://static.igem.org/mediawiki/2018/6/61/T--Aachen--insta.png" style="height: 45px; width=auto; padding-right: 10px; padding-left: 10px; margin-top: 30px;"></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>
+
            </div>
<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 class="col-sm-2"></div>
</div>
+
            <div class="col-sm-2">
<div class="col-sm-5"></div>
+
                <p style="margin-top: 18px; letter-spacing:1.5px;"><b>CONTACT US:</b> </br>
</div>
+
                <a href="https://2018.igem.org/Team:Aachen/impressum">impressum</a></p>
</div>
+
                </div>
 +
            <!--<div class="col-sm-5"></div>-->
 +
        </div>
 +
    </div>
 
</footer>
 
</footer>
 
</div>
 
</div>
+
           
<script type="text/javascript">
+
    <script type="text/javascript">
<!--
+
            <!--
    function toggle_visibility(id) {
+
                function toggle_visibility(id) {
      var e = document.getElementById(id);
+
                  var e = document.getElementById(id);
      if(e.style.display == 'block')
+
                  if(e.style.display == 'block')
          e.style.display = 'none';
+
                      e.style.display = 'none';
      else
+
                  else
          e.style.display = 'block';
+
                      e.style.display = 'block';
    }
+
                }
//-->
+
            //-->
</script>
+
        </script>
+
       
<script>
+
        <script>
window.onscroll = function() {scrollFunction()};
+
                window.onscroll = function() {scrollFunction()};
  
function scrollFunction() {
+
                function scrollFunction() {
if (document.body.scrollTop > 40 || document.documentElement.scrollTop > 40) {
+
                    if (document.body.scrollTop > 60 || document.documentElement.scrollTop > 60) {
document.getElementById("back-to-top-Btn").style.display = "block";
+
                    document.getElementById("back-to-top-Btn").style.display = "block";
} else {
+
                } else {
document.getElementById("back-to-top-Btn").style.display = "none";
+
                    document.getElementById("back-to-top-Btn").style.display = "none";
}
+
                }
}
+
            }
</script>
+
            </script>
  
+
   
 
</html>
 
</html>
 
 
<html>
 
<html>
  
Line 70: Line 72:
  
 
</html>
 
</html>
 +
{{Aachen/footer2}}

Latest revision as of 03:50, 18 October 2018