Line 9: | Line 9: | ||
<style> | <style> | ||
+ | |||
+ | .sponsor_icons { | ||
+ | height: 20px; | ||
+ | } | ||
+ | |||
+ | .sponsors { | ||
+ | display: flex; | ||
+ | align-items: center; | ||
+ | justify-content: center; | ||
+ | flex-direction: column; | ||
+ | } | ||
+ | |||
footer { | footer { | ||
− | margin-top: | + | margin-top: 100px; |
} | } | ||
.p_footer | .p_footer | ||
{ | { | ||
+ | text-align: center !important; | ||
margin: none !important; | margin: none !important; | ||
padding: none !important; | padding: none !important; | ||
} | } | ||
− | . | + | .footer_sponsors |
{ | { | ||
border-top: solid 1px black; | border-top: solid 1px black; | ||
− | margin-top: 10px; | + | margin-top: 10px; |
padding-top: 20px; | padding-top: 20px; | ||
display: flex; | display: flex; | ||
justify-content: space-around; | justify-content: space-around; | ||
+ | align-items: stretch; | ||
+ | text-align: center; | ||
+ | width: 33% | ||
} | } | ||
− | #conteneur | + | #conteneur |
{ | { | ||
display: flex; | display: flex; | ||
Line 40: | Line 56: | ||
text-decoration: none !important; | text-decoration: none !important; | ||
} | } | ||
− | + | ||
.image_snetwork | .image_snetwork | ||
{ | { | ||
Line 157: | Line 173: | ||
/******************************FA_ICONS************************************************************************************************************************************************/ | /******************************FA_ICONS************************************************************************************************************************************************/ | ||
+ | |||
+ | #HQ_page .fab, .fab { | ||
+ | font-family: "Font Awesome 5 Brands"; | ||
+ | } | ||
+ | |||
+ | .fa, .far, .fas, #HQ_page .fa, #HQ_page .far, #HQ_page .fas { | ||
+ | font-family: "Font Awesome 5 Free"; | ||
+ | } | ||
.fab fa-facebook:before | .fab fa-facebook:before | ||
Line 191: | Line 215: | ||
{ | { | ||
content: "\f0e0"; | content: "\f0e0"; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 212: | Line 231: | ||
border-left: solid 1px black; | border-left: solid 1px black; | ||
width: 33.3%; | width: 33.3%; | ||
+ | display: flex; | ||
+ | justify-content: space-between; | ||
+ | flex-direction: column; | ||
} | } | ||
Line 225: | Line 247: | ||
width: 33.3%; | width: 33.3%; | ||
} | } | ||
+ | |||
+ | .footer_sponsors > div { | ||
+ | padding: 10px; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
Line 238: | Line 265: | ||
− | <div class=" | + | <div class="footer_sponsors"> |
− | + | <h3> Sponsors </h3> | |
− | + | <div class="sponsors"> | |
− | + | <div> | |
− | + | <img class="sponsor_icons" src="https://static.igem.org/mediawiki/2018/b/b8/T--Montpellier--logo_cbs_mtp.jpg"/> | |
− | + | <img class="sponsor_icons" src="https://static.igem.org/mediawiki/2018/1/16/T--Montpellier--Logo_UM.png"/> | |
− | + | <img class="sponsor_icons" src="https://static.igem.org/mediawiki/2018/3/32/T--Montpellier--Logo_r%C3%A9seaufigure.png"/> | |
+ | <img class="sponsor_icons" src="https://static.igem.org/mediawiki/2018/3/3e/T--Montpellier--Logo_MUSE.png"/> | ||
+ | <img class="sponsor_icons" src="https://static.igem.org/mediawiki/2018/2/2a/T--Montpellier--logo_sanofi_mtp.png"/> | ||
+ | </div> | ||
− | + | <div> | |
− | + | <img class="sponsor_icons" src="https://static.igem.org/mediawiki/2018/6/63/T--Pasteur_Paris--Logo-AmbassadeUSA.jpg"/> | |
− | + | <img class="sponsor_icons" src="https://static.igem.org/mediawiki/2018/5/57/T--Montpellier--logo_labex_epigenmed.png"/> | |
− | + | <img class="sponsor_icons" src="https://static.igem.org/mediawiki/2018/c/c5/T--Montpellier--logo_irn_mtp.png"/> | |
+ | <img class="sponsor_icons" src="https://static.igem.org/mediawiki/2018/8/8d/T--WashU_StLouis--idtlogo.jpeg"/> | ||
+ | <img class="sponsor_icons" src="https://static.igem.org/mediawiki/2018/9/9f/T--Leiden--NewEnglandBiolabs.png"/> | ||
+ | </div> | ||
− | + | </div> | |
<div class="follow_us"> | <div class="follow_us"> | ||
Line 294: | Line 327: | ||
</footer> | </footer> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 14:55, 12 October 2018