(77 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<style> | <style> | ||
+ | |||
+ | .container { | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | .pt-3, .py-3 { | ||
+ | background-color: #001438; | ||
+ | } | ||
+ | |||
+ | footer.page-footer.font-small.pt-4 { | ||
+ | width: 100%; | ||
+ | background-color: #B3B9DC; | ||
+ | } | ||
+ | |||
+ | |||
+ | img.icon { | ||
+ | width: 50%; | ||
+ | height: auto; | ||
+ | margin-top: 10px; | ||
+ | padding-bottom: 40px; | ||
+ | } | ||
+ | |||
+ | li.list-inline-item { | ||
+ | display: inline; | ||
+ | } | ||
+ | |||
+ | ul.list-unstyled list-inline text-center { | ||
+ | |||
+ | } | ||
+ | |||
+ | .footer-copyright { | ||
+ | font-family:Montserrat, Ariel, sans-serif; | ||
+ | } | ||
+ | |||
+ | .rowfooter { | ||
+ | padding-bottom: 0px; | ||
+ | } | ||
footer.page-footer { | footer.page-footer { | ||
+ | margin-bottom: -30px; | ||
+ | margin-top: 15px; | ||
+ | } | ||
+ | |||
+ | .footer-copyright { | ||
} | } | ||
Line 9: | Line 51: | ||
</style> | </style> | ||
− | <footer class="page-footer font-small | + | |
+ | <div class="rowfooter"> | ||
+ | <footer class="page-footer font-small pt-4"> | ||
<!-- Footer Elements --> | <!-- Footer Elements --> | ||
Line 16: | Line 60: | ||
<!-- Social buttons --> | <!-- Social buttons --> | ||
<ul class="list-unstyled list-inline text-center"> | <ul class="list-unstyled list-inline text-center"> | ||
+ | |||
+ | <div class="row"> | ||
+ | <div class="col-sm-1"></div> | ||
+ | <div class="col-sm-2"> | ||
<li class="list-inline-item"> | <li class="list-inline-item"> | ||
− | <a class="btn-floating btn- | + | <a class="btn-floating btn-gplus mx-1" href="https://twitter.com/iGEMLabPats"> |
− | < | + | <img class="icon" src="https://static.igem.org/mediawiki/2018/8/8f/T--US_AFRL_CarrollHS--TwitterLogo.png"> |
</a> | </a> | ||
</li> | </li> | ||
+ | </div> | ||
+ | |||
+ | <div class="col-sm-2"> | ||
<li class="list-inline-item"> | <li class="list-inline-item"> | ||
− | <a class="btn-floating btn- | + | <a class="btn-floating btn-gplus mx-1" href="https://www.facebook.com/iGEMLabPats/"> |
− | < | + | <img class="icon" src="https://static.igem.org/mediawiki/2018/3/38/T--US_AFRL_CarrollHS--FacebookLogo.png"> |
</a> | </a> | ||
</li> | </li> | ||
+ | </div> | ||
+ | |||
+ | <div class="col-sm-2"> | ||
<li class="list-inline-item"> | <li class="list-inline-item"> | ||
− | <a class="btn-floating btn-gplus mx-1"> | + | <a class="btn-floating btn-gplus mx-1" href="https://www.instagram.com/igemlabpats/"> |
− | < | + | <img class="icon" src="https://static.igem.org/mediawiki/2018/7/7b/T--US_AFRL_CarrollHS--InstagramLogo.png"> |
</a> | </a> | ||
</li> | </li> | ||
+ | </div> | ||
+ | |||
+ | <div class="col-sm-2"> | ||
<li class="list-inline-item"> | <li class="list-inline-item"> | ||
− | <a class="btn-floating btn- | + | <a class="btn-floating btn-gplus mx-1" href="https://www.youtube.com/channel/UC8LLN6O9jiJSXgKqraj_8Xw"> |
− | < | + | <img class="icon" src="https://static.igem.org/mediawiki/2018/d/df/T--US_AFRL_CarrollHS--YoutubeLogo.png"> |
</a> | </a> | ||
</li> | </li> | ||
+ | </div> | ||
+ | |||
+ | <div class="col-sm-2"> | ||
<li class="list-inline-item"> | <li class="list-inline-item"> | ||
− | <a class="btn-floating btn- | + | <a class="btn-floating btn-gplus mx-1" href="mailto:igem@carrollhs.org" target="_blank"> |
− | < | + | <img class="icon" src="https://static.igem.org/mediawiki/2018/8/88/T--US_AFRL_CarrollHS--GoogleLogo.png"> |
</a> | </a> | ||
</li> | </li> | ||
</ul> | </ul> | ||
− | + | <div class="col-sm-1"></div> | |
+ | </div> | ||
− | + | <div class="footer-copyright text-center py-3"><font color="#B3B9DC">Contact us @iGEMLabPats or iGEM@carrollhs.org</font></div> | |
− | + | ||
− | + | ||
− | + | ||
− | <div class="footer-copyright text-center py-3"> | + | |
− | + | ||
</footer> | </footer> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
</html> | </html> |
Latest revision as of 02:44, 18 October 2018