(59 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | <script type="text/javascript"> | ||
+ | $( document ).ready( function() { | ||
+ | $( '.mToTop' ).click( function() { | ||
+ | $( 'html, body' ).animate( { scrollTop : 0 }, 400 ); | ||
+ | return false; | ||
+ | } ); | ||
+ | } ); | ||
+ | </script> | ||
<style> | <style> | ||
.mFooter{ | .mFooter{ | ||
width: auto; | width: auto; | ||
− | + | min-width: 540px; | |
− | + | margin-top: 100px; | |
− | + | background-color: #F4F5F9; | |
− | margin | + | } |
+ | |||
+ | div{ | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
} | } | ||
.sssbox{ | .sssbox{ | ||
height: 250px; | height: 250px; | ||
+ | width: 540px; | ||
+ | float: left; | ||
+ | position: relative; | ||
+ | background-color: #F4F5F9; | ||
+ | margin-bottom: 30px; | ||
+ | } | ||
+ | |||
+ | .bBox{ | ||
+ | max-width: 1080px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | padding-top: 50px; | ||
} | } | ||
Line 16: | Line 40: | ||
.bBox{ | .bBox{ | ||
width: 100%; | width: 100%; | ||
− | height: | + | height: 560px; |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
} | } | ||
Line 26: | Line 47: | ||
.bBox{ | .bBox{ | ||
width: 100%; | width: 100%; | ||
− | height: | + | height: 280px; |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.spimg{ | .spimg{ | ||
− | |||
width: auto; | width: auto; | ||
− | + | height: 100%; | |
margin: 8px; | margin: 8px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
} | } | ||
Line 90: | Line 94: | ||
color: white; | color: white; | ||
padding-top: 5px; | padding-top: 5px; | ||
+ | } | ||
+ | .mToTop{ | ||
+ | display: block; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | color: #203864; | ||
+ | text-align: center; | ||
+ | margin-top: 30px; | ||
} | } | ||
</style> | </style> | ||
<body> | <body> | ||
+ | <div id="mSection"> | ||
+ | <a class="mToTop" href="#" style="color: #203864;">▲ top</a> | ||
+ | </div> | ||
<div class="mFooter"> | <div class="mFooter"> | ||
<div class="bBox"> | <div class="bBox"> | ||
− | <div class="sssBox" | + | <div class="sssBox" style="height: 250px; width: 480px; margin-bottom: 30px; margin-left: 20px; float: left;"> |
− | + | <img class="spimg" src="https://static.igem.org/mediawiki/2018/c/cf/T--Biomarvel--Logos.png"> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | <img class="spimg" src="https://static.igem.org/mediawiki/2018/ | + | |
− | + | ||
</div> | </div> | ||
− | <div class="sssBox" | + | <div class="sssBox" style="height: 250px; width: 480px; margin-left: 60px; float: left;"> |
− | + | ||
<div><img class="footLogo" src="https://static.igem.org/mediawiki/2018/a/a9/T--Biomarvel--footlogo.png"> </div> | <div><img class="footLogo" src="https://static.igem.org/mediawiki/2018/a/a9/T--Biomarvel--footlogo.png"> </div> | ||
<div class="snBox"> | <div class="snBox"> | ||
<div> | <div> | ||
− | <a><img class="snLogo" src="https://static.igem.org/mediawiki/2018/b/b1/T--Biomarvel--fblogo.png"></a> | + | <a href="https://www.facebook.com/biomarvel.igem.9" target="_blank" style="margin: 0; padding: 0;"><img class="snLogo" src="https://static.igem.org/mediawiki/2018/b/b1/T--Biomarvel--fblogo.png"></a> |
− | <a><img class="snLogo" src="https://static.igem.org/mediawiki/2018/7/72/T--Biomarvel--twlogo.png"></a> | + | <a href="https://twitter.com/MarvelBio" target="_blank" style="margin: 0; padding: 0;"><img class="snLogo" src="https://static.igem.org/mediawiki/2018/7/72/T--Biomarvel--twlogo.png"></a> |
<a><img class="snLogo" src="https://static.igem.org/mediawiki/2018/9/9b/T--Biomarvel--gglogo.png"></a> | <a><img class="snLogo" src="https://static.igem.org/mediawiki/2018/9/9b/T--Biomarvel--gglogo.png"></a> | ||
</div> | </div> | ||
<div> | <div> | ||
− | <p># | + | <p style="text-align: center;">#iGEM #2018 #BioMarvel #Heart #Biochip #Diagnosis</p> |
</div> | </div> | ||
+ | <section style="clear: both;"><h3>Contact Us ! </h3><a href="mailto:IGEM2018BioMarvel@gmail.com" style="color: black;">IGEM2018BioMarvel@gmail.com</a></section> | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div> | ||
<div class="cpBox"> | <div class="cpBox"> | ||
− | <p>Copyright © 2018 By BioMarvel. All right reserved.</p> | + | <p style="text-align: center;">Copyright © 2018 By BioMarvel. All right reserved.</p> |
</div> | </div> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 03:09, 8 December 2018