Line 22: | Line 22: | ||
} | } | ||
#topheader { | #topheader { | ||
− | + | width: 900px | |
− | + | position : relative ; | |
− | + | ||
− | + | ||
− | + | ||
− | width : | + | |
− | + | ||
− | + | ||
− | + | ||
} | } | ||
+ | |||
#subheader { | #subheader { | ||
position : relative ; | position : relative ; | ||
Line 40: | Line 34: | ||
text-align : center; | text-align : center; | ||
background-color : rgb(255,255,255); | background-color : rgb(255,255,255); | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.layout { | .layout { | ||
Line 97: | Line 54: | ||
} | } | ||
− | + | ||
− | + | .floating-box { | |
− | + | display: inline-block; | |
− | + | width: 350px; | |
+ | height: 205px; | ||
+ | margin: 40px; | ||
+ | } | ||
</style> | </style> | ||
<head> | <head> | ||
Line 106: | Line 66: | ||
</head> | </head> | ||
<body> | <body> | ||
− | <div id=topheader></div> | + | <div id=topheader> |
+ | <div class="floating-box"> <img id="imgSebas" src="https://static.igem.org/mediawiki/2016/f/fb/Paris_Bettencourt-sebasstatic.jpeg" alt=« Sebas gif" width="300px"/> </div> | ||
+ | |||
+ | <div class="floating-box"> <img id="imgTej" src="https://static.igem.org/mediawiki/2016/e/ee/Paris_Bettencourt-tejastatic.jpeg" alt=« Teja gif" width="300px"/> </div> | ||
+ | <div class="floating-box"><img id="imgSeb" src="https://static.igem.org/mediawiki/2016/d/de/Paris_Bettencourt-sebstatic.jpeg" alt=« Seb gif" width="300px"/> </div> | ||
+ | <div class="floating-box"><img id="imgAnp" src="https://static.igem.org/mediawiki/2016/6/6c/Paris_Bettencourt-Antoinepstatic.jpeg" alt=« AntP gif" width="300px"/> </div> | ||
+ | <div class="floating-box"><img id="imgAll" src="https://static.igem.org/mediawiki/2016/7/71/Paris_Bettencourt-Allisonstatic.jpeg" alt=« Allison gif" width="300px"/> </div> | ||
+ | <div class="floating-box"><img id="imgEl" src="https://static.igem.org/mediawiki/2016/7/75/Paris_Bettencourt-Elisastatic.jpeg" alt=« Elisa gif" width="300px"/> </div> | ||
+ | <div class="floating-box"><img id="imgMis" src="https://static.igem.org/mediawiki/2016/4/4e/Paris_Bettencourt-mislavstatic.jpeg | ||
+ | " alt=« Mislav gif" width="300px"/> </div> | ||
+ | <div class="floating-box"><img id="imgIb" src="https://static.igem.org/mediawiki/2016/b/b3/Paris_Bettencourt-Ibrastatic.jpeg" alt=« Ibra gif" width="300px"/> </div> | ||
+ | <div class="floating-box"><img id="imgAli" src="https://static.igem.org/mediawiki/2016/9/95/Paris_Bettencourt-Aliciastatic.jpeg" alt=« Alicia gif" width="300px"/> </div> | ||
+ | <div class="floating-box"><img id="imgTh" src="https://static.igem.org/mediawiki/2016/2/2f/Paris_Bettencourt-thomasstatic.jpeg" alt=« Thomas gif" width="300px"/> </div> | ||
+ | <div class="floating-box"><img id="imgAnv" src="https://static.igem.org/mediawiki/2016/f/f6/Paris_Bettencourt-AntoineVstatic.jpeg" alt=« Antoine gif" width="300px"/> </div> | ||
+ | <div class="floating-box"><img id="imgSh" src="https://static.igem.org/mediawiki/2016/b/bf/Paris_Bettencourt-shrutistatic.jpeg" alt=« Shruti gif" width="300px"/> </div> | ||
+ | </div> | ||
<div id=subheader> | <div id=subheader> | ||
Line 120: | Line 95: | ||
display: table-cell; | display: table-cell; | ||
text-align: center; | text-align: center; | ||
− | padding:35px;"> | + | padding:35px;"> |
<div> | <div> | ||
<h3>Team Members:</h3> | <h3>Team Members:</h3> | ||
Line 141: | Line 116: | ||
display: table-cell; | display: table-cell; | ||
text-align: center; | text-align: center; | ||
− | padding:35px;"> | + | padding:35px;"> |
<div> | <div> | ||
Line 157: | Line 132: | ||
display: table-cell; | display: table-cell; | ||
text-align: center; | text-align: center; | ||
− | padding:35px;"> | + | padding:35px;"> |
<div> | <div> | ||
Line 176: | Line 151: | ||
</div> | </div> | ||
</body> | </body> | ||
+ | <script> | ||
+ | $(document).ready(function() | ||
+ | { | ||
+ | $("#imgSebas").hover( | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/e/ee/Paris_Bettencourt-Sebas.gif"); | ||
+ | }, | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/f/fb/Paris_Bettencourt-sebasstatic.jpeg"); | ||
+ | } | ||
+ | ); | ||
+ | }); | ||
+ | $(document).ready(function() | ||
+ | { | ||
+ | $("#imgTej").hover( | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/8/8b/Paris_Bettencourt-Teja.gif"); | ||
+ | }, | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/e/ee/Paris_Bettencourt-tejastatic.jpeg"); | ||
+ | } | ||
+ | ); | ||
+ | }); | ||
+ | $(document).ready(function() | ||
+ | { | ||
+ | $("#imgSeb").hover( | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/b/b6/Paris_Bettencourt-Seb.gif"); | ||
+ | }, | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/d/de/Paris_Bettencourt-sebstatic.jpeg"); | ||
+ | } | ||
+ | ); | ||
+ | }); | ||
+ | |||
+ | $(document).ready(function() | ||
+ | { | ||
+ | $("#imgAnp").hover( | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/f/ff/Paris_Bettencourt-AntoineP.gif"); | ||
+ | }, | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/6/6c/Paris_Bettencourt-Antoinepstatic.jpeg"); | ||
+ | } | ||
+ | ); | ||
+ | }); | ||
+ | $(document).ready(function() | ||
+ | { | ||
+ | $("#imgAll").hover( | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/d/d6/Paris_Bettencourt-Allison.gif"); | ||
+ | }, | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/7/71/Paris_Bettencourt-Allisonstatic.jpeg"); | ||
+ | } | ||
+ | ); | ||
+ | }); | ||
+ | $(document).ready(function() | ||
+ | { | ||
+ | $("#imgEl").hover( | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/7/70/Paris_Bettencourt-Elisa.gif"); | ||
+ | }, | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/7/75/Paris_Bettencourt-Elisastatic.jpeg"); | ||
+ | } | ||
+ | ); | ||
+ | }); | ||
+ | $(document).ready(function() | ||
+ | { | ||
+ | $("#imgMis").hover( | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/3/36/Paris_Bettencourt-Mislav.gif"); | ||
+ | }, | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/4/4e/Paris_Bettencourt-mislavstatic.jpeg"); | ||
+ | } | ||
+ | ); | ||
+ | }); | ||
+ | $(document).ready(function() | ||
+ | { | ||
+ | $("#imgIb").hover( | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/d/d6/Paris_Bettencourt-Ibrahim.gif"); | ||
+ | }, | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/b/b3/Paris_Bettencourt-Ibrastatic.jpeg"); | ||
+ | } | ||
+ | ); | ||
+ | }); | ||
+ | $(document).ready(function() | ||
+ | { | ||
+ | $("#imgAli").hover( | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/1/1c/Paris_Bettencourt-Alicia.gif"); | ||
+ | }, | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/9/95/Paris_Bettencourt-Aliciastatic.jpeg"); | ||
+ | } | ||
+ | ); | ||
+ | }); | ||
+ | $(document).ready(function() | ||
+ | { | ||
+ | $("#imgTh").hover( | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/e/e4/Paris_Bettencourt-Thomas.gif"); | ||
+ | }, | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/2/2f/Paris_Bettencourt-thomasstatic.jpeg"); | ||
+ | } | ||
+ | ); | ||
+ | }); | ||
+ | $(document).ready(function() | ||
+ | { | ||
+ | $("#imgAnv").hover( | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/a/ab/Paris_Bettencourt-AntoineV.gif"); | ||
+ | }, | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/f/f6/Paris_Bettencourt-AntoineVstatic.jpeg"); | ||
+ | } | ||
+ | ); | ||
+ | }); | ||
+ | $(document).ready(function() | ||
+ | { | ||
+ | $("#imgSh").hover( | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/7/71/Paris_Bettencourt-Shruti.gif"); | ||
+ | }, | ||
+ | function() | ||
+ | { | ||
+ | $(this).attr("src", "https://static.igem.org/mediawiki/2016/b/bf/Paris_Bettencourt-shrutistatic.jpeg"); | ||
+ | } | ||
+ | ); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
<!-- | <!-- |
Revision as of 10:22, 4 October 2016
Our Team
Team Members:
Sebastián Sosa-CarrilloAllison Bricknell George
Elisa Hubert
Ibrahim Haouchine
Alicia Pereira y Calvo-Villamañán
Mislav Acman
Shruthi Narayanan
Antoine Villa
Sébastien Gaultier
Mani Sai Suryateja Jammalamadaka
Thomas Meiller-Legrand
Our Advisors:
Jason BlandEdwin (Jake) Wintermute
Nadine Bongaerts
Ariel Lindner
Our Collaborators:
Jean-Pierre SutraAntoine Poirot-Bourdain
Benjamin Filhol