Difference between revisions of "Team:Birkbeck/Cooperation"
Line 1: | Line 1: | ||
{{Birkbeck}} | {{Birkbeck}} | ||
+ | {{BirkbeckHeader}} | ||
+ | |||
+ | |||
<html> | <html> | ||
+ | <!-- Scripts for Masonry --> | ||
+ | <script src="https://cdnjs.cloudflare.com/ajax/libs/masonry/3.3.1/masonry.pkgd.min.js"></script> | ||
+ | <script> | ||
+ | window.onload = function() { | ||
+ | $('.grid').masonry({ | ||
+ | // options | ||
+ | itemSelector: '.grid-item', | ||
+ | columnWidth: 200 | ||
+ | }); | ||
+ | }; | ||
+ | </script> | ||
+ | |||
+ | |||
<h1>Cooperation</h1> | <h1>Cooperation</h1> | ||
<h2>Under Construction</h2> | <h2>Under Construction</h2> | ||
− | < | + | <div class="blockDiv"> |
− | + | <div class="grid"> | |
− | + | <div class="grid-item"> | |
− | </ | + | <div> |
+ | <a href="https://2015.igem.org/Team:Birkbeck/Collaborations"><li>Collaborations</li></a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="grid-item"><a href="https://2015.igem.org/Team:Birkbeck/InterLab Study"><li>InterLab Study</li></a></div> | ||
+ | <div class="grid-item"><a href="https://2015.igem.org/Team:Birkbeck/Attributions"><li>Attributions</li></a></div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | <style> | ||
+ | .blockDiv{ | ||
+ | width:90%; | ||
+ | margin:0 auto; | ||
+ | height:600px; | ||
+ | border: 1px solid black; | ||
+ | } | ||
+ | .grid-item { | ||
+ | width:199px; | ||
+ | height: 150px; | ||
+ | background-color:blue; | ||
+ | border: 1px solid black; | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | </style> | ||
</html> | </html> |
Revision as of 17:01, 24 August 2015