Team:Evry/Template:HomeFooter
From 2014.igem.org
(Difference between revisions)
(11 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<footer id="footer"> | <footer id="footer"> | ||
- | + | <script> | |
- | + | $(document).ready(function(){ | |
- | + | $("#footer").append($("#footer-box")); | |
- | </ | + | |
- | < | + | }); |
+ | |||
+ | </script> | ||
+ | <div class="row"> | ||
+ | <div class="logo-footer pull-right"></div> | ||
+ | </div> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-4 col-sm-4 col-xs-6"> | ||
+ | <ul class="social-links"> | ||
+ | <li> | ||
+ | <a href="http://twitter.com/iGEM_Evry" target="_blank"> | ||
+ | <i class="fa fa-twitter fa-2x icon icon-twitter"></i> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li> | ||
+ | <a href="http://www.facebook.com/evry.igem?fref=ts&ref=br_tf" target="_blank"> | ||
+ | <i class="fa fa-facebook fa-2x icon icon-facebook"></i> | ||
+ | </a> | ||
+ | </li> | ||
+ | </ul> | ||
</div> | </div> | ||
- | + | <div class="col-md-4 col-sm-4 col-xs-6"> | |
- | + | <h5>Contacts</h5> | |
- | + | <ul> | |
- | + | <li><a href="mailto:igemevry@gmail.com" target="_blank">igemevry@gmail.com</a> | |
- | + | </li> | |
- | + | </ul> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
+ | </div> | ||
+ | </div> | ||
</footer> | </footer> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
</html> | </html> |
Latest revision as of 02:16, 18 October 2014