Team:TU Eindhoven/Template:Footer
From 2014.igem.org
(Difference between revisions)
Rafiqlubken (Talk | contribs) |
Rafiqlubken (Talk | contribs) |
||
Line 3: | Line 3: | ||
<head> | <head> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
- | < | + | <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600' rel='stylesheet' type='text/css'> |
- | <link | + | <link href="https://2014.igem.org/Team:TU_Eindhoven/Style:Footer?action=raw&ctype=text/css" rel="stylesheet" type="text/css" media="all" /> |
- | + | ||
</head> | </head> | ||
- | <div id=" | + | <!-- start footer --> |
- | <p class=" | + | <div class="footer_bg1"> |
+ | <div class="wrap"> | ||
+ | <div class="footer1"> | ||
+ | <!-- scroll_top_btn --> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() { | ||
+ | |||
+ | var defaults = { | ||
+ | containerID: 'toTop', // fading element id | ||
+ | containerHoverID: 'toTopHover', // fading element hover id | ||
+ | scrollSpeed: 1200, | ||
+ | easingType: 'linear' | ||
+ | }; | ||
+ | |||
+ | |||
+ | $().UItoTop({ easingType: 'easeOutQuart' }); | ||
+ | |||
+ | }); | ||
+ | </script> | ||
+ | <a href="#" id="toTop" style="display: block;"><span id="toTopHover" style="opacity: 1;"></span></a> | ||
+ | <!--end scroll_top_btn --> | ||
+ | |||
+ | <div class="copy"> | ||
+ | <p class="link"><span>Created by <a href="http://www.facebook.com/pages/TU-Eindhoven-iGEM-2014/662813310447348?fref=ts">iGEM Team TU Eindhoven 2014</a></span></p> | ||
+ | </div> | ||
+ | <div class="copyright"> | ||
+ | <p><span>Adapted from <a href="http://w3layouts.com/">W3Layouts</a></span></p> | ||
+ | </div> | ||
+ | <div class="clear"></div> | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
+ | </html> |
Revision as of 18:43, 13 July 2014