Difference between revisions of "Team:Bordeaux/Team"

Line 1: Line 1:
 
{{:Team:Bordeaux/Template/Navbar}}
 
{{:Team:Bordeaux/Template/Navbar}}
 
<html>
 
<html>
    <head>
 
        <meta charset="utf-8">
 
        <meta name="viewport" content="width=device-width, initial-scale=1">
 
        <link rel="stylesheet" href="https://2018.igem.org/Team:Bordeaux/Template/bootstrapcss?action=raw&ctype=text/css">
 
        <link rel="stylesheet" href="https://2018.igem.org/Team:Bordeaux/Template/css?action=raw&ctype=text/css">
 
  
<style>
+
<head>
            /* Main page background */
+
    <meta charset="utf-8">
            #bodyContent{
+
    <meta name="viewport" content="width=device-width, initial-scale=1">
                background-color: #efefef;
+
    <link rel="stylesheet" href="https://2018.igem.org/Team:Bordeaux/Template/bootstrapcss?action=raw&ctype=text/css">
 +
    <link rel="stylesheet" href="https://2018.igem.org/Team:Bordeaux/Template/css?action=raw&ctype=text/css">
 +
    <style>
 +
        /* Main page background */
 +
 
 +
        #bodyContent {
 +
            background-color: #efefef;
 +
        }
 +
 
 +
        /* Top Banner */
 +
 
 +
        .team_banner {
 +
            width: 100%;
 +
        }
 +
 
 +
        .text_title {
 +
            font-size: 4vw;
 +
            position: relative;
 +
            left: 2vw;
 +
            bottom: 8vw;
 +
            color: #ffffff;
 +
            text-shadow: 2px 2px 5px;
 +
        }
 +
 
 +
        /* Presentation text*/
 +
 
 +
        .text_intro {
 +
            background-color: #ffffff !important;
 +
            padding: 4% 4% 4% 4%;
 +
        }
 +
 
 +
        .popup {
 +
            z-index: 99999;
 +
        }
 +
 
 +
        /* Card management */
 +
 
 +
        .card-memb {
 +
            margin-top: 50px;
 +
            margin-bottom: 20px;
 +
            z-index: 0;
 +
        }
 +
 
 +
        .card {
 +
            margin: 0;
 +
            background-color: transparent;
 +
            border: transparent;
 +
            text-align: center;
 +
            margin-bottom: 50px;
 +
            overflow: hidden;
 +
        }
 +
 
 +
        .card .img-profile {
 +
            z-index: 1;
 +
            display: block;
 +
            min-width: 350px;
 +
            min-height: 350px;
 +
            width: auto;
 +
            height: auto;
 +
            margin-bottom: 25%;
 +
        }
 +
 
 +
        .card-text {
 +
            font-size: 14px;
 +
        }
 +
 
 +
        .rectangle {
 +
            background-color: #ffffff;
 +
            position: absolute;
 +
            z-index: 3;
 +
            top: 86%;
 +
            width: 100%;
 +
            height: 100%;
 +
            color: black;
 +
            -webkit-transition: all .3s ease-out;
 +
            -moz-transition: all .3s ease-out;
 +
            -o-transition: all .3s ease-out;
 +
            transition: all 0.3s ease-out;
 +
        }
 +
 
 +
        .card:hover>.rectangle {
 +
            top: 80%;
 +
        }
 +
 
 +
        .hidden-text {
 +
            display: none;
 +
            margin-bottom: 20px;
 +
        }
 +
 
 +
        @media screen and (max-width: 1200px) and (min-width: 768px) {
 +
            .card .img-profile {
 +
                min-width: 300px;
 +
                min-height: 300px;
 
             }
 
             }
            /* Top Banner */
+
             .rectangle {
             .team_banner{
+
                 top: 84%;
                 width: 100%;
+
 
             }
 
             }
             .text_title{
+
             .card:hover>.rectangle {
                 font-size: 4vw;
+
                 top: 78%;
                position: relative;
+
                left: 2vw;
+
                bottom: 8vw;
+
                color: #ffffff;
+
                text-shadow: 2px 2px 5px;
+
 
             }
 
             }
             /* Presentation text*/
+
             .hidden-text {
            .text_intro{
+
                 font-size: 14px !important;
                 background-color: #ffffff !important;
+
                padding: 4% 4% 4% 4%;
+
 
             }
 
             }
.popup{
+
        }
z-index: 99999;
+
 
}
+
        @media screen and (max-width: 768px) and (min-width: 574px) {
            /* Card management */
+
             .text_intro {
             .card-memb {
+
                 font-size: 14px !important;
                 margin-top: 50px;
+
                margin-bottom: 20px;
+
                z-index:0;
+
 
             }
 
             }
             .card{
+
             .card .img-profile {
                 margin:0;
+
                 min-width: 250px;
                background-color: transparent;
+
                 min-height: 250px;
                 border: transparent;
+
                text-align: center;
+
                margin-bottom: 50px;
+
                overflow:hidden;  
+
 
             }
 
             }
             .card .img-profile{
+
             .rectangle {
                 z-index:1;
+
                 top: 84%;
                display: block;
+
                min-width:350px;
+
                min-height:350px;
+
                width: auto;
+
                height: auto;
+
                margin-bottom:25%;
+
 
             }
 
             }
             .card-text {
+
             .card:hover>.rectangle {
                 font-size : 14px;
+
                 top: 74%;
 
             }
 
             }
             .rectangle{
+
             .hidden-text {
                 background-color:#ffffff;
+
                 font-size: 12px !important;
                position:absolute;
+
                z-index:3;
+
                top:86%;
+
                width:100%;
+
                height:100%;
+
                color:black;
+
                -webkit-transition: all .3s ease-out;
+
                -moz-transition: all .3s ease-out;
+
                -o-transition: all .3s ease-out;
+
                transition: all 0.3s ease-out;
+
 
             }
 
             }
            .card:hover > .rectangle{
+
        }
                 top:80%;
+
 
 +
        @media screen and (max-width: 574px) and (min-width: 374px) {
 +
            .text_intro {
 +
                 font-size: 14px !important;
 
             }
 
             }
             .hidden-text{
+
             .card .img-profile {
                 display:none;
+
                 min-width: 350px;
                 margin-bottom: 20px;
+
                min-height: 350px;
 +
                 margin-bottom: 18%;
 
             }
 
             }
              
+
             .rectangle {
            @media screen and (max-width: 1200px) and (min-width : 768px) {
+
                 top: 88%;
                .card .img-profile{
+
                    min-width:300px;
+
                    min-height:300px;
+
                }
+
                .rectangle {
+
                    top:84%;
+
                 }
+
                .card:hover > .rectangle{
+
                    top:78%;
+
                }
+
                .hidden-text{
+
                    font-size: 14px !important;
+
                }
+
 
             }
 
             }
             @media screen and (max-width: 768px) and (min-width : 574px) {
+
             .card:hover>.rectangle {
                .text_intro{
+
                top: 80%;
                    font-size: 14px !important;
+
                }
+
                .card .img-profile{
+
                    min-width:250px;
+
                    min-height:250px;
+
                }
+
                .rectangle {
+
                    top:84%;
+
                }
+
                .card:hover > .rectangle{
+
                    top:74%;
+
                }
+
                .hidden-text{
+
                    font-size: 12px !important;
+
                }
+
 
             }
 
             }
            @media screen and (max-width : 574px) and (min-width: 374px) {
+
        }
                .text_intro{
+
 
                    font-size: 14px !important;
+
        @media screen and (max-width: 374px) {
                }
+
            .text_intro {
                .card .img-profile{
+
                font-size: 12px !important;
                    min-width:350px;
+
                    min-height:350px;
+
                    margin-bottom: 18%;
+
                }
+
                .rectangle {
+
                    top:88%;
+
                }
+
                .card:hover > .rectangle{
+
                    top:80%;
+
                }
+
 
             }
 
             }
             @media screen and (max-width: 374px) {
+
             .card .img-profile {
                .text_intro{
+
                min-width: 250px;
                    font-size: 12px !important;
+
                min-height: 250px;
                }
+
                margin-bottom: 25%;
                .card .img-profile{
+
                    min-width:250px;
+
                    min-height:250px;
+
                    margin-bottom: 25%;
+
                }
+
                .rectangle {
+
                    top:84%;
+
                }
+
                .card:hover > .rectangle{
+
                    top:72%;
+
                }
+
                .hidden-text{
+
                    font-size: 12px !important;
+
                }
+
 
             }
 
             }
        </style>     
+
            .rectangle {
    </head>
+
                top: 84%;
    <body>
+
            }
        <!-- Presentation banner -->
+
            .card:hover>.rectangle {
        <img class="team_banner" src="https://static.igem.org/mediawiki/2018/9/96/T--Bordeaux--cardbgteam.jpg" alt="Team Bordeaux">
+
                top: 72%;
         <h1 class="text_title"> We are IGEM Bordeaux 2018 </h1>
+
            }
 +
            .hidden-text {
 +
                font-size: 12px !important;
 +
            }
 +
         }
  
    <!-- Main Content-->
+
        .jumbotron-img {
 +
            background-image: url("https://static.igem.org/mediawiki/2018/9/96/T--Bordeaux--cardbgteam.jpg");
 +
            height: 60vh;
 +
            background-position: 50% 50%;
 +
            background-repeat: no-repeat;
 +
            background-size: cover;
 +
        }
 +
    </style>
 +
</head>
  
        <!-- Intro Team IGEM-->
+
<body>
        <div class="container text_intro">
+
    <!-- Presentation banner -->
            <p>
+
    <div class="col-12 jumbotron-img"></div>
                Among the 56000 student-trees of the University of Bordeaux was living 17 motivated and ambitious young-trees. All scattered into the green mass, they reunited on this day of November 2017 to learn more about the iGEM competition. Their wise predecessors told them the adventure they lived last year. Envious and dreamers, they decided to take up the challenge too. Our 17 trees come from different horizons, with different backgrounds and future perspectives but they are all reunited by the desire to expand their branches of knowledge. As the time passed, only the trees with very resistant roots survived to the “let it go” storm. After that our 17 young little trees were reunited to form a stronger gathering ready to start the competition.
+
    <!-- <img class="team_banner" src="https://static.igem.org/mediawiki/2018/9/96/T--Bordeaux--cardbgteam.jpg" alt="Team Bordeaux"> -->
             </p>
+
    <h1 class="text_title"> We are IGEM Bordeaux 2018 </h1>
 +
    <!-- Main Content-->
 +
    <!-- Intro Team IGEM-->
 +
    <div class="container text_intro">
 +
        <p>
 +
            Among the 56000 student-trees of the University of Bordeaux was living 17 motivated and ambitious young-trees. All scattered
 +
            into the green mass, they reunited on this day of November 2017 to learn more about the iGEM competition. Their
 +
            wise predecessors told them the adventure they lived last year. Envious and dreamers, they decided to take up
 +
            the challenge too. Our 17 trees come from different horizons, with different backgrounds and future perspectives
 +
            but they are all reunited by the desire to expand their branches of knowledge. As the time passed, only the trees
 +
            with very resistant roots survived to the “let it go” storm. After that our 17 young little trees were reunited
 +
            to form a stronger gathering ready to start the competition.
 +
        </p>
 +
    </div>
 +
    <!-- Cards Members -->
 +
    <div class="container card-memb">
 +
        <div class="row">
 +
             <div id="Denis" class="card mx-auto">
 +
                <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2016/5/55/T--Bordeaux--Dupuy.png'); background-size:cover; background-position:center;"></div>
 +
                <div class="card-body rectangle">
 +
                    <h5 class="card-title memb-name">
 +
                        <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                        Denis
 +
                    </h5>
 +
                    <i class="card-text">
 +
                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                        The bonsai
 +
                    </i>
 +
                    <p class="hidden-text">
 +
                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                        He is in some sort the founder father of the forest. He is nothing less than a researcher officer at the National Institute
 +
                        of Health and Medical Research (INSEREM). It is him who sowed the seeds since 6 years now, and watch
 +
                        them to grow until the Jamboree.
 +
                    </p>
 +
                </div>
 +
            </div>
 
         </div>
 
         </div>
 
+
         <div class="row">
        <!-- Cards Members -->
+
            <div class="col-xs-12 col-sm-6 col-lg-4">
         <div class="container card-memb">
+
                 <div id="Marguerite" class="card">
          <div class="row">
+
                     <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/1/19/T--Bordeaux--margueritte.png'); background-size:cover; background-position:center;"></div>
                 <div id="Denis" class="card mx-auto">
+
                     <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2016/5/55/T--Bordeaux--Dupuy.png'); background-size:cover; background-position:center;"></div>
+
 
                     <div class="card-body rectangle">
 
                     <div class="card-body rectangle">
 
                         <h5 class="card-title memb-name">
 
                         <h5 class="card-title memb-name">
 
                             <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 
                             <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
                             Denis
+
                             Marguerite
 
                         </h5>
 
                         </h5>
 
                         <i class="card-text">
 
                         <i class="card-text">
 
                             <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 
                             <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                             The bonsai
+
                             The ginkgo
 
                         </i>
 
                         </i>
 
                         <p class="hidden-text">
 
                         <p class="hidden-text">
 
                             <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 
                             <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                             He is in some sort the founder father of the forest.  
+
                             She is a first year Plant Biotechnology Masters student. This ancestral tree is very powerful. Indeed, she is both president
                            He is nothing less than a researcher officer at the National Institute of Health and Medical Research (INSEREM).
+
                             of the team, and in charge of the Human practice pole. It is good to have a ginkgo around it
                             It is him who sowed the seeds since 6 years now, and watch them to grow until the Jamboree.
+
                            brings many health benefits.
 
                         </p>
 
                         </p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
 
             </div>
 
             </div>
             <div class="row">
+
             <div class="col-xs-12 col-sm-6 col-lg-4">
 
+
                <div id="Yasmine" class="card">
                <div class="col-xs-12 col-sm-6 col-lg-4" >
+
                    <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/2/29/T--Bordeaux--yasmine1.png'); background-size:cover; background-position:center;"></div>
                    <div id="Marguerite" class="card">
+
                    <div class="card-body rectangle">
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/1/19/T--Bordeaux--margueritte.png'); background-size:cover; background-position:center;"></div>
+
                        <h5 class="card-title memb-name">
                        <div class="card-body rectangle">
+
                            <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
                            <h5 class="card-title memb-name">
+
                             Yasmine
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                        </h5>
                                Marguerite
+
                        <i class="card-text">
                             </h5>
+
                            <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <i class="card-text">
+
                            The fir
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                        </i>
                                The ginkgo
+
                        <p class="hidden-text">
                            </i>
+
                            <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                            <p class="hidden-text">
+
                            She graduated this year with a Bachelor in Molecular and Cellular Biology. She is our team leader and has to coordinate all
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                            the progresses from the different poles. In addition she is at the head of the thorny Scientific
                                She is a first year Plant Biotechnology Masters student.  
+
                            pole to organize and motivate the lab work. Her needles shelter someone who loves to escape the
                                This ancestral tree is very powerful.
+
                             everyday grind by traveling or having deep readings.
                                Indeed, she is both president of the team, and in charge of the Human practice pole.
+
                         </p>
                                It is good to have a ginkgo around it brings many health benefits.
+
                             </p>
+
                         </div>
+
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
                <div class="col-xs-12 col-sm-6 col-lg-4" >
+
            </div>
                    <div id="Yasmine" class="card">
+
            <div class="col-xs-12 col-sm-6 col-lg-4">
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/2/29/T--Bordeaux--yasmine1.png'); background-size:cover; background-position:center;"></div>
+
                <div id="Ines" class="card">
                        <div class="card-body rectangle">
+
                    <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/b/bb/T--Bordeaux--ines.jpg'); background-size:cover; background-position:center"
                            <h5 class="card-title memb-name">
+
                        ;></div>
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                    <div class="card-body rectangle">
                                Yasmine
+
                        <h5 class="card-title memb-name">
                             </h5>
+
                            <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
                            <i class="card-text">
+
                             Ines
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                        </h5>
                                The fir
+
                        <i class="card-text">
                            </i>
+
                            <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <p class="hidden-text">
+
                            The cherry tree
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                        </i>
                                She graduated this year with a Bachelor in Molecular and Cellular Biology. She is our team leader and has to coordinate all the progresses from the different poles. In addition she is at the head of the thorny Scientific pole to organize and motivate the lab work. Her needles shelter someone who loves to escape the everyday grind by traveling or having deep readings.
+
                        <p class="hidden-text">
                             </p>
+
                            <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                         </div>
+
                            She is a first year bioinformatics Master student. In charge of the Communication pole, her aim is to make shining the team
 +
                             as much as her flowers in lovely day of spring.
 +
                         </p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
                <div class="col-xs-12 col-sm-6 col-lg-4" >
+
            </div>
                    <div id="Ines" class="card">
+
            <div class="col-xs-12 col-sm-6 col-lg-4">
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/b/bb/T--Bordeaux--ines.jpg'); background-size:cover; background-position:center";></div>
+
                <div id="Pierre" class="card">
                        <div class="card-body rectangle">
+
                    <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/4/48/T--Bordeaux--pierre1.png'); background-size:cover; background-position:top center"
                            <h5 class="card-title memb-name">
+
                        ;></div>
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                    <div class="card-body rectangle">
                                Ines
+
                        <h5 class="card-title memb-name">
                             </h5>
+
                            <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
                            <i class="card-text">
+
                             Pierre
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                        </h5>
                                The cherry tree
+
                        <i class="card-text">
                            </i>
+
                            <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <p class="hidden-text">
+
                            The stick insect
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                        </i>
                                She is a first year bioinformatics Master student.  
+
                        <p class="hidden-text">
                                In charge of the Communication pole, her aim is to make shining the team as much as her flowers in lovely day of spring.
+
                            <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                            </p>
+
                            He is a first year Bioinformatics Masters student. Passionate about computing, he delved the topic until to perfectly match
                        </div>
+
                            to it. Most of the time he hides behind a screen to code and build the wiki.
 +
                        </p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
                <div class="col-xs-12 col-sm-6 col-lg-4" >
+
            </div>
                    <div id="Pierre" class="card">
+
            <div class="col-xs-12 col-sm-6 col-lg-4">
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/4/48/T--Bordeaux--pierre1.png'); background-size:cover; background-position:top center";></div>
+
                <div id="Lorine" class="card">
                        <div class="card-body rectangle">
+
                    <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/thumb/f/f4/T--Bordeaux--lorine2.jpg/600px-T--Bordeaux--lorine2.jpg'); background-size:cover; background-position:center;"></div>
                            <h5 class="card-title memb-name">
+
                    <div class="card-body rectangle">
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                        <h5 class="card-title memb-name">
                                Pierre
+
                            <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
                             </h5>
+
                             Lorine
                            <i class="card-text">
+
                        </h5>
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                        <i class="card-text">
                                The stick insect
+
                            <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            </i>
+
                            The eucalyptus
                            <p class="hidden-text">
+
                        </i>
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                        <p class="hidden-text">
                                He is a first year Bioinformatics Masters student.  
+
                            <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                Passionate about computing, he delved the topic until to perfectly match to it.  
+
                            She graduated this year with a Bachelor in Molecular and Cellular Biology. She is not from Australia but her determination
                                Most of the time he hides behind a screen to code and build the wiki.
+
                            is from the same size. She leads the wiki construction, et make sure everything is written on
                            </p>
+
                            time. This tree needs a minimum of sun each day.
                         </div>
+
                         </p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
 
+
            </div>
                <div class="col-xs-12 col-sm-6 col-lg-4" >
+
            <div class="col-xs-12 col-sm-6 col-lg-4">
                    <div id="Lorine" class="card">
+
                <div id="David" class="card">
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/thumb/f/f4/T--Bordeaux--lorine2.jpg/600px-T--Bordeaux--lorine2.jpg'); background-size:cover; background-position:center;"></div>
+
                    <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/1/1a/T--Bordeaux--david1.jpg'); background-size:cover; background-position:center"
                        <div class="card-body rectangle">
+
                        ;></div>
                            <h5 class="card-title memb-name">
+
                    <div class="card-body rectangle">
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                        <h5 class="card-title memb-name">
                                Lorine
+
                            <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
                             </h5>
+
                             David
                            <i class="card-text">
+
                        </h5>
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                        <i class="card-text">
                                The eucalyptus
+
                            <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            </i>
+
                            The oak
                            <p class="hidden-text">
+
                        </i>
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                        <p class="hidden-text">
                                She graduated this year with a Bachelor in Molecular and Cellular Biology.  
+
                            <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                She is not from Australia but her determination is from the same size.
+
                            He graduated this year with a Bachelor in Molecular and Cellular Biology. His branches are active in the scientific pole.
                                She leads the wiki construction, et make sure everything is written on time.  
+
                            Caution, this tree is robust and cannot be grown inside.
                                This tree needs a minimum of sun each day.
+
                        </p>
                            </p>
+
                        </div>
+
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
                <div class="col-xs-12 col-sm-6 col-lg-4" >
+
            </div>
                    <div id="David" class="card">
+
            <div class="col-xs-12 col-sm-6 col-lg-4">
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/1/1a/T--Bordeaux--david1.jpg'); background-size:cover; background-position:center";></div>
+
                <div id="Estelle" class="card">
                        <div class="card-body rectangle">
+
                    <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/a/a7/T--Bordeaux--estelle.jpg'); background-size:cover; background-position:center"
                            <h5 class="card-title memb-name">
+
                        ;></div>
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                    <div class="card-body rectangle">
                                David
+
                        <h5 class="card-title memb-name">
                             </h5>
+
                            <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
                            <i class="card-text">
+
                             Estelle
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                        </h5>
                                The oak
+
                        <i class="card-text">
                            </i>
+
                            <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <p class="hidden-text">
+
                            The olive tree
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                        </i>
                                He graduated this year with a Bachelor in Molecular and Cellular Biology.
+
                        <p class="hidden-text">
                                His branches are active in  the scientific pole.
+
                            <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                Caution, this tree is robust and cannot be grown inside.
+
                            She graduated of a Master in genetics. From the Southern of France, this mediterranean tree participates to the competition
                             </p>
+
                            for the second time. After squeezing her fruits you obtain an intersting oil rich in laugh, travel
                        </div>
+
                             and science fiction.</p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
<div class="col-xs-12 col-sm-6 col-lg-4" >
+
            </div>
                    <div id="Estelle" class="card">
+
            <div class="col-xs-12 col-sm-6 col-lg-4">
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/a/a7/T--Bordeaux--estelle.jpg'); background-size:cover; background-position:center";></div>
+
                <div id="Thomas" class="card">
                        <div class="card-body rectangle">
+
                    <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/f/fc/T--Bordeaux--thoams.jpg'); background-size:cover; background-position:center"
                            <h5 class="card-title memb-name">
+
                        ;></div>
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                    <div class="card-body rectangle">
                                Estelle
+
                        <h5 class="card-title memb-name">
                             </h5>
+
                            <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
                            <i class="card-text">
+
                             Thomas
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                        </h5>
                                The olive tree
+
                        <i class="card-text">
                            </i>
+
                            <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <p class="hidden-text">
+
                            The Japenese Maple
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                        </i>
                                She graduated of a Master in genetics. From the Southern of France, this mediterranean tree participates to the competition for the second time. After squeezing her fruits you obtain an intersting oil rich in laugh, travel and science fiction.</p>
+
                        <p class="hidden-text">
                         </div>
+
                            <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                            He graduated this year of a Biotechnology Engineering School. Symbol of ideas communication, he is at the head of the partnerships
 +
                            and funding pole. He participates to the competition for the second time, therefore this tree
 +
                            is always here to give an attentive leaf to the needs of the team.
 +
                         </p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
                <div class="col-xs-12 col-sm-6 col-lg-4" >
+
            </div>
                    <div id="Thomas" class="card">
+
            <div class="col-xs-12 col-sm-6 col-lg-4">
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/f/fc/T--Bordeaux--thoams.jpg'); background-size:cover; background-position:center";></div>
+
                <div id="François" class="card">
                        <div class="card-body rectangle">
+
                    <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/9/95/T--Bordeaux--francois.jpg'); background-size:cover; background-position:center"
                            <h5 class="card-title memb-name">
+
                        ;></div>
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                    <div class="card-body rectangle">
                                Thomas
+
                        <h5 class="card-title memb-name">
                             </h5>
+
                            <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
                            <i class="card-text">
+
                             François
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                        </h5>
                                The Japenese Maple
+
                        <i class="card-text">
                            </i>
+
                            <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <p class="hidden-text">
+
                            The poplar
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                        </i>
                                He graduated this year of a Biotechnology Engineering School.  
+
                        <p class="hidden-text">
                                Symbol of ideas communication, he is at the head of the partnerships and funding pole.
+
                            <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                He participates to the competition for the second time, therefore this tree is always here to give an attentive leaf to the needs of the team.
+
                            He graduated this year with a Bachelor degree in Molecular and Cellular Biology. This tree is tall such as his implication
                            </p>
+
                            in the work lab for iGEM. A healthy mind in a healthy trunk is his motto.
                        </div>
+
                        </p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
                <div class="col-xs-12 col-sm-6 col-lg-4" >
+
            </div>
                    <div id="François" class="card">
+
            <div class="col-xs-12 col-sm-6 col-lg-4">
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/9/95/T--Bordeaux--francois.jpg'); background-size:cover; background-position:center";></div>
+
                <div id="Maëlle" class="card">
                        <div class="card-body rectangle">
+
                    <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/5/5d/T--Bordeaux--maelle.jpg'); background-size:cover; background-position:center"
                            <h5 class="card-title memb-name">
+
                        ;></div>
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                    <div class="card-body rectangle">
                                François
+
                        <h5 class="card-title memb-name">
                             </h5>
+
                            <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
                            <i class="card-text">
+
                             Maëlle
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                        </h5>
                                The poplar
+
                        <i class="card-text">
                            </i>
+
                            <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <p class="hidden-text">
+
                            The maple
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                        </i>
                                He graduated this year with a Bachelor degree in Molecular and Cellular Biology.  
+
                        <p class="hidden-text">
                                This tree is tall such as his implication in the work lab for iGEM.  
+
                            <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                A healthy mind in a healthy trunk is his motto.
+
                            She is in third year of Biotech Engineering School. She takes part of the iGEM lab experiments. Some other trees reported
                            </p>
+
                            she regularly use 5mL propipette to share her mapple syrup.
                        </div>
+
                        </p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
                <div class="col-xs-12 col-sm-6 col-lg-4" >
+
            </div>
                    <div id="Maëlle" class="card">
+
            <div class="col-xs-12 col-sm-6 col-lg-4">
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/5/5d/T--Bordeaux--maelle.jpg'); background-size:cover; background-position:center";></div>
+
                <div id="Sandro" class="card">
                        <div class="card-body rectangle">
+
                    <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/d/da/T--Bordeaux--sandro1.jpg'); background-size:cover; background-position:center"
                            <h5 class="card-title memb-name">
+
                        ;></div>
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                    <div class="card-body rectangle">
                                Maëlle
+
                        <h5 class="card-title memb-name">
                             </h5>
+
                            <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
                            <i class="card-text">
+
                             Sandro
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                        </h5>
                                The maple
+
                        <i class="card-text">
                            </i>
+
                            <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <p class="hidden-text">
+
                            The weeping willow
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                        </i>
                                She is in third year of Biotech Engineering School.  
+
                        <p class="hidden-text">
                                She takes part of the iGEM lab experiments.  
+
                            <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                Some other trees reported she regularly use 5mL propipette to share her mapple syrup.
+
                            He graduated this year with a Bachelor in Cells and Organisms Biology. Apparently he did not whimper to participate to the
                            </p>
+
                            iGEM lab work, and he is not wailing neither during his working time.
                        </div>
+
                        </p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
                <div class="col-xs-12 col-sm-6 col-lg-4" >
+
            </div>
                    <div id="Sandro" class="card">
+
            <div class="col-xs-12 col-sm-6 col-lg-4">
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/d/da/T--Bordeaux--sandro1.jpg'); background-size:cover; background-position:center";></div>
+
                <div id="Jean-Clément" class="card">
                        <div class="card-body rectangle">
+
                    <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/4/40/T--Bordeaux--jean_clement.jpg'); background-size:cover; background-position:center"
                            <h5 class="card-title memb-name">
+
                        ;></div>
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                    <div class="card-body rectangle">
                                Sandro
+
                        <h5 class="card-title memb-name">
                             </h5>
+
                            <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
                            <i class="card-text">
+
                             Jean Clément
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                        </h5>
                                The weeping willow
+
                        <i class="card-text">
                            </i>
+
                            <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <p class="hidden-text">
+
                            The pine
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                        </i>
                                He graduated this year with a Bachelor in Cells and Organisms Biology.  
+
                        <p class="hidden-text">
                                Apparently he did not whimper to participate to the iGEM lab work, and he is not wailing neither during his working time.
+
                            <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                             </p>
+
                            He graduated this year in Biology of Cells and Organisms. He grows straight up, like a rocket that wants to discover the
                         </div>
+
                             world.
 +
                         </p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
                <div class="col-xs-12 col-sm-6 col-lg-4" >
+
            </div>
                    <div id="Jean-Clément" class="card">
+
            <div class="col-xs-12 col-sm-6 col-lg-4">
                     <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/4/40/T--Bordeaux--jean_clement.jpg'); background-size:cover; background-position:center";></div>
+
                <div id="Frederic" class="card">
                        <div class="card-body rectangle">
+
                     <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/a/a0/T--Bordeaux--frederic.jpg'); background-size:cover; background-position:center"
                            <h5 class="card-title memb-name">
+
                        ;></div>
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                    <div class="card-body rectangle">
                                Jean Clément
+
                        <h5 class="card-title memb-name">
                             </h5>
+
                            <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
                            <i class="card-text">
+
                             Frederic
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                        </h5>
                                The pine
+
                        <i class="card-text">
                            </i>
+
                            <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <p class="hidden-text">
+
                            The linden
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                        </i>
                                He graduated this year in Biology of Cells and Organisms.  
+
                        <p class="hidden-text">
                                He grows straight up, like a rocket that wants to discover the world.
+
                            <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                            </p>
+
                            He is a first year Bioinformatics Masters student. Curious about new technology he planned to build an algorithm to calculate
                        </div>
+
                            the exact time needed for a perfect infusion.
 +
                        </p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
                <div class="col-xs-12 col-sm-6 col-lg-4" >
+
            </div>
                    <div id="Frederic" class="card">
+
            <div class="col-xs-12 col-sm-6 col-lg-4">
                     <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/a/a0/T--Bordeaux--frederic.jpg'); background-size:cover; background-position:center";></div>
+
                <div id="Anaïs" class="card">
                        <div class="card-body rectangle">
+
                     <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/d/d8/T--Bordeaux--anais.jpg'); background-size:cover; background-position:center"
                            <h5 class="card-title memb-name">
+
                        ;></div>
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                    <div class="card-body rectangle">
                                Frederic
+
                        <h5 class="card-title memb-name">
                             </h5>
+
                            <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
                            <i class="card-text">
+
                             Anaïs
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                        </h5>
                                The linden
+
                        <i class="card-text">
                            </i>
+
                            <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <p class="hidden-text">
+
                            The cocoa tree
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                        </i>
                                He is a first year Bioinformatics Masters student.  
+
                        <p class="hidden-text">
                                Curious about new technology he planned to build an algorithm to calculate the exact time needed for a perfect infusion.
+
                            <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                             </p>
+
                            She graduated with a Bachelor in Cells and Organisms Biology. Very coveted for her fruits. Well managed and processed you
                         </div>
+
                             can extract from her a piece of heaven
 +
                         </p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
                <div class="col-xs-12 col-sm-6 col-lg-4" >
+
            </div>
                    <div id="Anaïs" class="card">
+
            <div class="col-xs-12 col-sm-6 col-lg-4">
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/d/d8/T--Bordeaux--anais.jpg'); background-size:cover; background-position:center";></div>
+
                <div id="Arthur" class="card">
                        <div class="card-body rectangle">
+
                    <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/0/05/T--Bordeaux--arthur.jpg'); background-size:cover; background-position:center"
                            <h5 class="card-title memb-name">
+
                        ;></div>
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                    <div class="card-body rectangle">
                                Anaïs
+
                        <h5 class="card-title memb-name">
                             </h5>
+
                            <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
                            <i class="card-text">
+
                             Arthur
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                        </h5>
                                The cocoa tree
+
                        <i class="card-text">
                            </i>
+
                            <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <p class="hidden-text">
+
                            The pistachio
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                        </i>
                                She graduated with a Bachelor in Cells and Organisms Biology.  
+
                        <p class="hidden-text">
                                Very coveted for her fruits.
+
                            <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                Well managed and processed you can extract from her a piece of heaven
+
                            He graduated this year with a Bachelor in Molecular and Cellular Biology. His green ideas intermingle music, DIY, and computer
                             </p>
+
                             science. All in one shell.
                         </div>
+
                         </p>
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
                <div class="col-xs-12 col-sm-6 col-lg-4" >
+
            </div>
                    <div id="Arthur" class="card">
+
            <div class="col-xs-12 col-sm-6 col-lg-4">
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/0/05/T--Bordeaux--arthur.jpg'); background-size:cover; background-position:center";></div>
+
                <div id="Sebastien" class="card">
                        <div class="card-body rectangle">
+
                    <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/9/9b/T--Bordeaux--seb.jpg'); background-size:cover; background-position:center"
                            <h5 class="card-title memb-name">
+
                        ;></div>
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                    <div class="card-body rectangle">
                                Arthur
+
                        <h5 class="card-title memb-name">
                            </h5>
+
                            <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
                            <i class="card-text">
+
                            Sebastien
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                        </h5>
                                The pistachio
+
                        <i class="card-text">
                            </i>
+
                            <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <p class="hidden-text">
+
                            The catalpa
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                        </i>
                                He graduated this year with a Bachelor in Molecular and Cellular Biology.
+
                        <p class="hidden-text">
                                His green ideas intermingle music, DIY, and computer science.
+
                            <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                All in one shell.
+
                            He is a first year Bioinformatics Master student. Hiding in the shadow, he is here to support the Bioinformatic team of Bordeaux.
                            </p>
+
                            Ready to respond for any computing matters, his mind will always respond to the call of programming.
                        </div>
+
                        </p>
                    </div>
+
                </div>
+
                <div class="col-xs-12 col-sm-6 col-lg-4" >
+
                    <div id="Sebastien" class="card">
+
                        <div class="img-profile" style="background-image:url('https://static.igem.org/mediawiki/2018/9/9b/T--Bordeaux--seb.jpg'); background-size:cover; background-position:center";></div>
+
                        <div class="card-body rectangle">
+
                            <h5 class="card-title memb-name">
+
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                                Sebastien
+
                            </h5>
+
                            <i class="card-text">
+
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                The catalpa
+
                            </i>
+
                            <p class="hidden-text">
+
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                He is a first year Bioinformatics Master student.  
+
                                Hiding in the shadow, he is here to support the Bioinformatic team of Bordeaux.  
+
                                Ready to respond for any computing matters, his mind will always respond to the call of programming.
+
                            </p>
+
                        </div>
+
 
                     </div>
 
                     </div>
 
                 </div>
 
                 </div>
 
             </div>
 
             </div>
 
         </div>
 
         </div>
              <!-- <div class="sponso separator">
+
    </div>
 +
    <!-- <div class="sponso separator">
 
             <a href="https://www.u-bordeaux.fr/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/8/80/T--Bordeaux--sponsobordeaux.png"></a>
 
             <a href="https://www.u-bordeaux.fr/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/8/80/T--Bordeaux--sponsobordeaux.png"></a>
 
             <a href="https://www.france-science.org/-Homepage-English-.html" target="_blank"><img src="https://static.igem.org/mediawiki/2018/2/2e/T--Bordeaux--sponsoembassade.jpg"></a>
 
             <a href="https://www.france-science.org/-Homepage-English-.html" target="_blank"><img src="https://static.igem.org/mediawiki/2018/2/2e/T--Bordeaux--sponsoembassade.jpg"></a>
Line 530: Line 568:
 
             <a href="https://international.neb.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/c/c2/T--Bordeaux--sponsoneb.jpg"></a>
 
             <a href="https://international.neb.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/c/c2/T--Bordeaux--sponsoneb.jpg"></a>
 
         </div>-->
 
         </div>-->
        <script href="https://2018.igem.org/Team:Bordeaux/Template/bootstrapjs?action=raw"></script>
+
    <script href="https://2018.igem.org/Team:Bordeaux/Template/bootstrapjs?action=raw"></script>
        <script>
+
    <script>
            // Preload image
+
        // Preload image
            $(function() {
+
        $(function () {
                $.preloadImages = function(data) {
+
            $.preloadImages = function (data) {
                    for (var key in data) {
+
                for (var key in data) {
                      $("<div class='img-profile';>").css("background-image",`url(${data[key]})`);
+
                    $("<div class='img-profile';>").css("background-image", `url(${data[key]})`);
                    }
+
 
                 }
 
                 }
                // Animation on mouseover : change color of cards
+
            }
                function color_change(event) {
+
            // Animation on mouseover : change color of cards
                    var img_trees = event.data.param1;
+
            function color_change(event) {
                    if($(this).find(".hidden-text").hasClass("team-toggled")) return;
+
                var img_trees = event.data.param1;
                    else {
+
                if ($(this).find(".hidden-text").hasClass("team-toggled")) return;
 +
                else {
  
                        var color_list = ["#8A2BE2"," #A52A2A","#D2691E"," #6495ED","#FF1493","#228B22","#FF69B4"];
+
                    var color_list = ["#8A2BE2", " #A52A2A", "#D2691E", " #6495ED", "#FF1493", "#228B22", "#FF69B4"];
                        var random_color = color_list[Math.floor(Math.random()*color_list.length)];
+
                    var random_color = color_list[Math.floor(Math.random() * color_list.length)];
                        var img_url = $(this).find(".img-profile")
+
                    var img_url = $(this).find(".img-profile")
                            .css("background-image"); // on hover change picture with corresponding tree
+
                        .css("background-image"); // on hover change picture with corresponding tree
                        var card_id = $(this).attr("id");
+
                    var card_id = $(this).attr("id");
                        $(this).data("profile_img",img_url);
+
                    $(this).data("profile_img", img_url);
                        $(this).find(".rectangle")
+
                    $(this).find(".rectangle")
                            .css({
+
                        .css({
                                backgroundColor: random_color,
+
                            backgroundColor: random_color,
                                color: "#ffffff"});
+
                            color: "#ffffff"
                        $(this).find(".img-profile").css("background-image",`url(${img_trees[card_id]})`)
+
                        });
                    }
+
                    $(this).find(".img-profile").css("background-image", `url(${img_trees[card_id]})`)
 
                 }
 
                 }
                function color_default() {
+
            }
                    if($(this).find(".hidden-text").hasClass("team-toggled")) return;
+
            function color_default() {
 +
                if ($(this).find(".hidden-text").hasClass("team-toggled")) return;
 +
                $(this).find(".rectangle")
 +
                    .css({
 +
                        backgroundColor: "#ffffff",
 +
                        color: "#000000"
 +
                    });
 +
                $(this).find(".img-profile")
 +
                    .css("background-image", $(this).data("profile_img"));
 +
            }
 +
 
 +
            //Animation on click card
 +
            function banner_on() {
 +
                if ($(this).find(".hidden-text").hasClass("team-toggled")) {
 +
                    var actual_background = $(this).find(".rectangle").css("background-color");
 +
                    $(this).removeAttr("style")
 
                     $(this).find(".rectangle")
 
                     $(this).find(".rectangle")
 +
                        .removeAttr("style")
 
                         .css({
 
                         .css({
                             backgroundColor: "#ffffff",
+
                             backgroundColor: actual_background,
                             color: "#000000"});
+
                             color: "#ffffff"
                     $(this).find(".img-profile")
+
                        });
                         .css("background-image",$(this).data("profile_img"));
+
                     $(this).find(".hidden-text").removeClass("team-toggled")
 +
                         .fadeToggle();
 +
                } else {
 +
                    var color_list = ["#8A2BE2", " #A52A2A", "#D2691E", " #6495ED", "#FF1493", "#228B22", "#FF69B4"];
 +
                    var random_color = color_list[Math.floor(Math.random() * color_list.length)];
 +
                    //var bg_color = $(this).find(".rectangle").css("background-color");
 +
                    var rectangle_height = $(this).find(".rectangle").css("height");
 +
                    var card_height = $(this).css("height");
 +
                    $(this).find(".rectangle")
 +
                        .css({
 +
                            top: `0%`,
 +
                            backgroundColor: random_color,
 +
                            color: "#ffffff"
 +
                        });
 +
                    $(this).find(".hidden-text").fadeToggle(1000)
 +
                        .addClass("team-toggled");
 
                 }
 
                 }
               
+
            }
                //Animation on click card
+
            // Main program
                function banner_on() {
+
            var img_trees = {
                    if($(this).find(".hidden-text").hasClass("team-toggled")) {
+
                "Denis": "https://static.igem.org/mediawiki/2018/thumb/3/35/T--Bordeaux--bonsai.jpg/800px-T--Bordeaux--bonsai.jpg",
                        var actual_background = $(this).find(".rectangle").css("background-color");
+
                "Marguerite": "https://static.igem.org/mediawiki/2018/thumb/3/38/T--Bordeaux--ginkgo.jpg/483px-T--Bordeaux--ginkgo.jpg",
                        $(this).removeAttr("style")
+
                "Estelle": "https://static.igem.org/mediawiki/2018/thumb/d/d4/T--Bordeaux--olive_tree.jpeg/800px-T--Bordeaux--olive_tree.jpeg",
                        $(this).find(".rectangle")
+
                "Thomas": "https://static.igem.org/mediawiki/2018/thumb/5/5b/T--Bordeaux--japanese_maple.jpg/800px-T--Bordeaux--japanese_maple.jpg",
                            .removeAttr("style")
+
                "Yasmine": "https://static.igem.org/mediawiki/2018/thumb/8/8b/T--Bordeaux--fir.jpg/400px-T--Bordeaux--fir.jpg",
                            .css({
+
                "Ines": "https://static.igem.org/mediawiki/2018/thumb/b/be/T--Bordeaux--cherry_tree.jpg/800px-T--Bordeaux--cherry_tree.jpg",
                                backgroundColor: actual_background,
+
                "Pierre": "https://static.igem.org/mediawiki/2018/thumb/5/56/T--Bordeaux--stick_insect.jpeg/800px-T--Bordeaux--stick_insect.jpeg",
                                color: "#ffffff"
+
                "Lorine": "https://static.igem.org/mediawiki/2018/thumb/0/05/T--Bordeaux--eucalyptus.jpg/800px-T--Bordeaux--eucalyptus.jpg",
                                });   
+
                "David": "https://static.igem.org/mediawiki/2018/thumb/5/55/T--Bordeaux--oak.jpg/800px-T--Bordeaux--oak.jpg",
                        $(this).find(".hidden-text").removeClass("team-toggled")
+
                "François": "https://static.igem.org/mediawiki/2018/thumb/4/48/T--Bordeaux--poplar.jpg/600px-T--Bordeaux--poplar.jpg",
                            .fadeToggle();
+
                "Maëlle": "https://static.igem.org/mediawiki/2018/thumb/3/38/T--Bordeaux--maple.jpeg/800px-T--Bordeaux--maple.jpeg",
                    }else{
+
                "Sandro": "https://static.igem.org/mediawiki/2018/thumb/2/24/T--Bordeaux--weeping_willow.jpg/800px-T--Bordeaux--weeping_willow.jpg",
                        var color_list = ["#8A2BE2"," #A52A2A","#D2691E"," #6495ED","#FF1493","#228B22","#FF69B4"];
+
                "Jean-Clément": "https://static.igem.org/mediawiki/2018/thumb/9/9e/T--Bordeaux--pine.jpg/436px-T--Bordeaux--pine.jpg",
                        var random_color = color_list[Math.floor(Math.random()*color_list.length)];
+
                "Frederic": "https://static.igem.org/mediawiki/2018/thumb/8/8e/T--Bordeaux--linden.jpg/800px-T--Bordeaux--linden.jpg",
                        //var bg_color = $(this).find(".rectangle").css("background-color");
+
                "Anaïs": "https://static.igem.org/mediawiki/2018/thumb/9/98/T--Bordeaux--cocoa_tree.jpg/800px-T--Bordeaux--cocoa_tree.jpg",
                        var rectangle_height = $(this).find(".rectangle").css("height");
+
                "Arthur": "https://static.igem.org/mediawiki/2018/thumb/2/22/T--Bordeaux--pistachio.jpeg/800px-T--Bordeaux--pistachio.jpeg",
                        var card_height = $(this).css("height");
+
                "Sebastien": "https://static.igem.org/mediawiki/2018/thumb/d/dc/T--Bordeaux--catalpa.jpg/400px-T--Bordeaux--catalpa.jpg"
                        $(this).find(".rectangle")
+
            };
                            .css({
+
            $.preloadImages(img_trees);
                                top: `0%`,
+
            $(document).on("click", ".card", banner_on);
                                backgroundColor: random_color,
+
            $(document).on("mouseenter", ".card", { param1: img_trees }, color_change);
                                color: "#ffffff"
+
            $(document).on("mouseleave", ".card", color_default);
                                });
+
        });
                        $(this).find(".hidden-text").fadeToggle(1000)
+
    </script>
                            .addClass("team-toggled");
+
</body>
                    }
+
                }
+
                // Main program
+
                        var img_trees = {
+
                            "Denis" : "https://static.igem.org/mediawiki/2018/thumb/3/35/T--Bordeaux--bonsai.jpg/800px-T--Bordeaux--bonsai.jpg",
+
                            "Marguerite" : "https://static.igem.org/mediawiki/2018/thumb/3/38/T--Bordeaux--ginkgo.jpg/483px-T--Bordeaux--ginkgo.jpg",
+
                            "Estelle" : "https://static.igem.org/mediawiki/2018/thumb/d/d4/T--Bordeaux--olive_tree.jpeg/800px-T--Bordeaux--olive_tree.jpeg",
+
                            "Thomas" : "https://static.igem.org/mediawiki/2018/thumb/5/5b/T--Bordeaux--japanese_maple.jpg/800px-T--Bordeaux--japanese_maple.jpg",
+
                            "Yasmine" : "https://static.igem.org/mediawiki/2018/thumb/8/8b/T--Bordeaux--fir.jpg/400px-T--Bordeaux--fir.jpg",
+
                            "Ines" : "https://static.igem.org/mediawiki/2018/thumb/b/be/T--Bordeaux--cherry_tree.jpg/800px-T--Bordeaux--cherry_tree.jpg",
+
                            "Pierre" : "https://static.igem.org/mediawiki/2018/thumb/5/56/T--Bordeaux--stick_insect.jpeg/800px-T--Bordeaux--stick_insect.jpeg",
+
                            "Lorine" : "https://static.igem.org/mediawiki/2018/thumb/0/05/T--Bordeaux--eucalyptus.jpg/800px-T--Bordeaux--eucalyptus.jpg",
+
                            "David" : "https://static.igem.org/mediawiki/2018/thumb/5/55/T--Bordeaux--oak.jpg/800px-T--Bordeaux--oak.jpg",
+
                            "François" : "https://static.igem.org/mediawiki/2018/thumb/4/48/T--Bordeaux--poplar.jpg/600px-T--Bordeaux--poplar.jpg",
+
                            "Maëlle" : "https://static.igem.org/mediawiki/2018/thumb/3/38/T--Bordeaux--maple.jpeg/800px-T--Bordeaux--maple.jpeg",
+
                            "Sandro" : "https://static.igem.org/mediawiki/2018/thumb/2/24/T--Bordeaux--weeping_willow.jpg/800px-T--Bordeaux--weeping_willow.jpg",
+
                            "Jean-Clément" : "https://static.igem.org/mediawiki/2018/thumb/9/9e/T--Bordeaux--pine.jpg/436px-T--Bordeaux--pine.jpg",
+
                            "Frederic" : "https://static.igem.org/mediawiki/2018/thumb/8/8e/T--Bordeaux--linden.jpg/800px-T--Bordeaux--linden.jpg",
+
                            "Anaïs" : "https://static.igem.org/mediawiki/2018/thumb/9/98/T--Bordeaux--cocoa_tree.jpg/800px-T--Bordeaux--cocoa_tree.jpg",
+
                            "Arthur" : "https://static.igem.org/mediawiki/2018/thumb/2/22/T--Bordeaux--pistachio.jpeg/800px-T--Bordeaux--pistachio.jpeg",
+
                            "Sebastien" : "https://static.igem.org/mediawiki/2018/thumb/d/dc/T--Bordeaux--catalpa.jpg/400px-T--Bordeaux--catalpa.jpg"
+
                        };  
+
                $.preloadImages(img_trees);
+
                $(document).on("click", ".card", banner_on);
+
                $(document).on("mouseenter", ".card", {param1: img_trees},color_change);
+
                $(document).on("mouseleave", ".card", color_default);
+
            });
+
        </script>
+
    </body>
+

Revision as of 08:49, 13 October 2018

Loading...

We are IGEM Bordeaux 2018

Among the 56000 student-trees of the University of Bordeaux was living 17 motivated and ambitious young-trees. All scattered into the green mass, they reunited on this day of November 2017 to learn more about the iGEM competition. Their wise predecessors told them the adventure they lived last year. Envious and dreamers, they decided to take up the challenge too. Our 17 trees come from different horizons, with different backgrounds and future perspectives but they are all reunited by the desire to expand their branches of knowledge. As the time passed, only the trees with very resistant roots survived to the “let it go” storm. After that our 17 young little trees were reunited to form a stronger gathering ready to start the competition.

Denis
The bonsai

He is in some sort the founder father of the forest. He is nothing less than a researcher officer at the National Institute of Health and Medical Research (INSEREM). It is him who sowed the seeds since 6 years now, and watch them to grow until the Jamboree.

Marguerite
The ginkgo

She is a first year Plant Biotechnology Masters student. This ancestral tree is very powerful. Indeed, she is both president of the team, and in charge of the Human practice pole. It is good to have a ginkgo around it brings many health benefits.

Yasmine
The fir

She graduated this year with a Bachelor in Molecular and Cellular Biology. She is our team leader and has to coordinate all the progresses from the different poles. In addition she is at the head of the thorny Scientific pole to organize and motivate the lab work. Her needles shelter someone who loves to escape the everyday grind by traveling or having deep readings.

Ines
The cherry tree

She is a first year bioinformatics Master student. In charge of the Communication pole, her aim is to make shining the team as much as her flowers in lovely day of spring.

Pierre
The stick insect

He is a first year Bioinformatics Masters student. Passionate about computing, he delved the topic until to perfectly match to it. Most of the time he hides behind a screen to code and build the wiki.

Lorine
The eucalyptus

She graduated this year with a Bachelor in Molecular and Cellular Biology. She is not from Australia but her determination is from the same size. She leads the wiki construction, et make sure everything is written on time. This tree needs a minimum of sun each day.

David
The oak

He graduated this year with a Bachelor in Molecular and Cellular Biology. His branches are active in the scientific pole. Caution, this tree is robust and cannot be grown inside.

Estelle
The olive tree

She graduated of a Master in genetics. From the Southern of France, this mediterranean tree participates to the competition for the second time. After squeezing her fruits you obtain an intersting oil rich in laugh, travel and science fiction.

Thomas
The Japenese Maple

He graduated this year of a Biotechnology Engineering School. Symbol of ideas communication, he is at the head of the partnerships and funding pole. He participates to the competition for the second time, therefore this tree is always here to give an attentive leaf to the needs of the team.

François
The poplar

He graduated this year with a Bachelor degree in Molecular and Cellular Biology. This tree is tall such as his implication in the work lab for iGEM. A healthy mind in a healthy trunk is his motto.

Maëlle
The maple

She is in third year of Biotech Engineering School. She takes part of the iGEM lab experiments. Some other trees reported she regularly use 5mL propipette to share her mapple syrup.

Sandro
The weeping willow

He graduated this year with a Bachelor in Cells and Organisms Biology. Apparently he did not whimper to participate to the iGEM lab work, and he is not wailing neither during his working time.

Jean Clément
The pine

He graduated this year in Biology of Cells and Organisms. He grows straight up, like a rocket that wants to discover the world.

Frederic
The linden

He is a first year Bioinformatics Masters student. Curious about new technology he planned to build an algorithm to calculate the exact time needed for a perfect infusion.

Anaïs
The cocoa tree

She graduated with a Bachelor in Cells and Organisms Biology. Very coveted for her fruits. Well managed and processed you can extract from her a piece of heaven

Arthur
The pistachio

He graduated this year with a Bachelor in Molecular and Cellular Biology. His green ideas intermingle music, DIY, and computer science. All in one shell.

Sebastien
The catalpa

He is a first year Bioinformatics Master student. Hiding in the shadow, he is here to support the Bioinformatic team of Bordeaux. Ready to respond for any computing matters, his mind will always respond to the call of programming.