m |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
<html> | <html> | ||
<style> | <style> | ||
− | img{ | + | .content-wrap img{ |
width: 80%; height: auto; | width: 80%; height: auto; | ||
display: table; margin: 0 auto; | display: table; margin: 0 auto; | ||
− | top: | + | top: 90px; |
+ | } | ||
+ | |||
+ | #previous img{ | ||
+ | width: 100%; min-width: 100%; height: auto; | ||
+ | transition: all 1s ease; | ||
+ | } | ||
+ | #next img{ | ||
+ | width: 100%; min-width: 100%; height: auto; | ||
+ | transition: all 1s ease; | ||
} | } | ||
</style> | </style> | ||
Line 17: | Line 26: | ||
</div> | </div> | ||
</body> | </body> | ||
+ | |||
+ | <p id="read-more"><strong>Check out other parts of our project below!</strong></p> | ||
+ | <div id="up-next"> | ||
+ | <div class="row" style="max-width: 100%; margin: 0"> | ||
+ | <div class="col-sm-6" id="previous"> | ||
+ | <a href="https://2016.igem.org/Team:British_Columbia/Proof"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/9/9e/T--British_Columbia--header-frontpage.JPG"></a> | ||
+ | <a href="https://2016.igem.org/Team:British_Columbia/Proof"> | ||
+ | <strong><figcaption>Proof of Concept</figcaption></strong></a> | ||
+ | </div> | ||
+ | |||
+ | <div class="col-sm-6" id="next"> | ||
+ | <a href="https://2016.igem.org/Team:British Columbia/Human Practices/Interview"> | ||
+ | <img src="https://static.igem.org/mediawiki/2016/1/1d/T--British_Columbia--header-tree-again.JPG"></a> | ||
+ | <a href="https://2016.igem.org/Team:British Columbia/Human Practices/Interview"> | ||
+ | <strong><figcaption>Interviews</figcaption></strong></a></div> | ||
+ | |||
+ | </div> | ||
</html> | </html> |
Latest revision as of 03:27, 20 October 2016
Check out other parts of our project below!