Difference between revisions of "Team:Bordeaux/Team"

m
 
(45 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{: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 */
 +
 
 +
        .bg-bgteam {
 +
             background-image: url("https://static.igem.org/mediawiki/2018/9/96/T--Bordeaux--cardbgteam.jpg");
 +
            background-position: 50% 50%;
 +
            background-repeat: no-repeat;
 +
            background-size: cover;
 +
            height: 100vh;
 +
            position: fixed;
 +
            width: 100%;
 +
        }
 +
 
 +
        #bodyContent {
 +
            background-color: #efefef;
 +
        }
 +
 
 +
        /* Top Banner */
 +
 
 +
        .team_banner {
 +
            width: 100%;
 +
        }
 +
 
 +
        .text_title {
 +
            font-size: 3vw;
 +
            position: absolute;
 +
            left: 4vw;
 +
            bottom: 50px;
 +
            color: #ffffff;
 +
            text-shadow: 2px 2px 5px #00000080;
 +
            mix-blend-mode: hard-light;
 +
            background-color: #36353599;
 +
            padding: 10px;
 +
            width: 100%;
 +
        }
 +
 
 +
        /* Presentation text*/
 +
 
 +
        .text_intro {
 +
            background-color: #ffffff !important;
 +
            padding: 4% 4% 4% 4%;
 +
            position: relative;
 +
        }
 +
 
 +
        .bg-glass {
 +
            position: relative;
 +
            z-index: 1;
 +
            background-color: #ffffffe6;
 +
            padding-top: 50px;
 +
        }
 +
 
 +
        .popup {
 +
            z-index: 99999;
 +
        }
 +
 
 +
        /* Card management */
 +
 
 +
        .card-memb {
 +
            margin-top: 50px;
 +
            margin-bottom: 20px;
 +
            z-index: 0;
 +
            /* margin-right: 35px;
 +
            padding-left: 35px; */
 +
        }
 +
 
 +
        .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%;
+
 
             }
 
             }
            /* Card management */
+
        }
            .card-memb {
+
 
                margin-top: 50px;
+
        @media screen and (max-width: 768px) and (min-width: 574px) {
                 margin-bottom: 20px;
+
            .text_intro {
 +
                 font-size: 14px !important;
 
             }
 
             }
             .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:0;
+
                 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 : 576px) {
+
             .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 : 576px) 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 {
        <div class="container-fluid">
+
                top: 72%;
             <img class="team_banner" src="https://static.igem.org/mediawiki/2018/9/96/T--Bordeaux--cardbgteam.jpg" alt="Team Bordeaux">
+
            }
             <h1 class="text_title"> We are IGEM Bordeaux 2018 </h1>
+
             .hidden-text {
         </div>
+
                font-size: 12px !important;
 +
             }
 +
         }
  
         <!-- Main Content-->
+
         .jumbotron-img {
        <div id="main_content" class="container-fluid">
+
            height: 74vh;
 +
            background-position: 50% 50%;
 +
            background-repeat: no-repeat;
 +
            background-size: cover;
 +
        }
  
             <!-- Intro Team IGEM-->
+
        .animdna ul {
             <div class="container text_intro">
+
             overflow: hidden;
                <p>
+
            perspective: 900px;
                    Among the 56000 student-trees of the University of Bordeaux was living XX 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.
+
            list-style: none;
                    Their wise predecessors told them the adventure they lived last year. Envious and dreamers, they decided to take up the challenge too.
+
             height: 100vh;
                    Our XX 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.
+
            max-height: 100vh;
                    As the time passed, only the trees with very resistant roots survived to the “let it go” storm. After that our XX young little trees were reunited to form a stronger gathering ready to start the competition.
+
            min-height: 100vh;
                </p>
+
            text-align: center;
             </div>
+
            letter-spacing: 4px;
 +
            width: 120%;
 +
            position: absolute;
 +
            z-index: 36;
 +
             white-space: nowrap;
 +
            margin-left: 0px !important;
 +
        }
  
             <!-- Cards Members -->
+
        @keyframes width-sway {
            <div class="container card-memb">
+
             0%,
                <div class="row">
+
            100% {
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
+
                width: 500px;
                         <div id="Denis" class="card">
+
            }
                            <div class="img-profile" style="background-image:url(''); background-size:cover; background-position:center";></div>
+
            50% {
                            <div class="card-body rectangle">
+
                width: 100%;
                                <h5 class="card-title memb-name">
+
            }
                                    <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
        }
                                    Denis
+
 
                                </h5>
+
        .animdna {
                                <i class="card-text">
+
            padding-left: 0px !important;
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
            margin-left: 0px !important;
                                    The sequoia
+
        }
                                </i>
+
 
                                <p class="hidden-text">
+
        .animdna li {
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
            position: absolute;
                                    He is in some sort the founder father of the forest.  
+
            top: 0;
                                    He is nothing less than a researcher officer at the National Institute of Health and Medical Research (INSEREM).
+
            width: 100%;
                                    It is him who sowed the seeds since 6 years now, and watch them to grow until the Jamboree.
+
            transform: translateY(100vh);
                                 </p>
+
            font-size: 1.5rem;
 +
            font-family: sans-serif;
 +
            font-weight: bold;
 +
            animation: 16s spiral-staircase linear infinite;
 +
        }
 +
 
 +
        .animdna li:nth-child(1) {
 +
            animation-delay: 1s;
 +
        }
 +
 
 +
        .animdna li:nth-child(2) {
 +
            animation-delay: 2s;
 +
        }
 +
 
 +
        .animdna li:nth-child(3) {
 +
            animation-delay: 3s;
 +
        }
 +
 
 +
        .animdna li:nth-child(4) {
 +
            animation-delay: 4s;
 +
        }
 +
 
 +
        .animdna li:nth-child(5) {
 +
            animation-delay: 5s;
 +
        }
 +
 
 +
        .animdna li:nth-child(6) {
 +
            animation-delay: 6s;
 +
        }
 +
 
 +
        .animdna li:nth-child(7) {
 +
            animation-delay: 7s;
 +
        }
 +
 
 +
        .animdna li:nth-child(8) {
 +
            animation-delay: 8s;
 +
        }
 +
 
 +
        .animdna li:nth-child(9) {
 +
            animation-delay: 9s;
 +
        }
 +
 
 +
        .animdna li:nth-child(10) {
 +
            animation-delay: 10s;
 +
        }
 +
 
 +
        .animdna li:nth-child(11) {
 +
            animation-delay: 11s;
 +
        }
 +
 
 +
        .animdna li:nth-child(12) {
 +
            animation-delay: 12s;
 +
        }
 +
 
 +
        .animdna li:nth-child(13) {
 +
            animation-delay: 13s;
 +
        }
 +
 
 +
        .animdna li:nth-child(14) {
 +
            animation-delay: 14s;
 +
        }
 +
 
 +
        .animdna li:nth-child(15) {
 +
            animation-delay: 15s;
 +
        }
 +
 
 +
        .animdna li:nth-child(16) {
 +
            animation-delay: 16s;
 +
        }
 +
 
 +
        .animdna li:nth-child(1) {
 +
            right: 1rem;
 +
        }
 +
 
 +
        .animdna li:nth-last-child(1) {
 +
            right: 1rem;
 +
        }
 +
 
 +
        .animdna li:nth-child(2) {
 +
            right: 2rem;
 +
        }
 +
 
 +
        .animdna li:nth-last-child(2) {
 +
            right: 2rem;
 +
        }
 +
 
 +
        .animdna li:nth-child(3) {
 +
            right: 3rem;
 +
        }
 +
 
 +
        .animdna li:nth-last-child(3) {
 +
            right: 3rem;
 +
        }
 +
 
 +
        .animdna li:nth-child(4) {
 +
            right: 4rem;
 +
        }
 +
 
 +
        .animdna li:nth-last-child(4) {
 +
            right: 4rem;
 +
        }
 +
 
 +
        .animdna li:nth-child(5) {
 +
            right: 5rem;
 +
        }
 +
 
 +
        .animdna li:nth-last-child(5) {
 +
            right: 5rem;
 +
        }
 +
 
 +
        .animdna li:nth-child(6) {
 +
            right: 6rem;
 +
        }
 +
 
 +
        .animdna li:nth-last-child(6) {
 +
            right: 6rem;
 +
        }
 +
 
 +
        .animdna li:nth-child(7) {
 +
            right: 7rem;
 +
        }
 +
 
 +
        .animdna li:nth-last-child(7) {
 +
            right: 7rem;
 +
        }
 +
 
 +
        .animdna li:nth-child(8) {
 +
            right: 8rem;
 +
        }
 +
 
 +
        .animdna li:nth-last-child(8) {
 +
            right: 8rem;
 +
        }
 +
 
 +
        @keyframes spiral-staircase {
 +
            0% {
 +
                transform: rotateY(90deg) translateY(105vh) rotate(0deg);
 +
            }
 +
            50% {
 +
                transform: rotateY(0deg) translateY(50vh) rotate(0deg);
 +
            }
 +
            100% {
 +
                transform: rotateY(-90deg) translateY(-5vh) rotate(0deg);
 +
            }
 +
        }
 +
    </style>
 +
</head>
 +
 
 +
<body>
 +
    <!-- Presentation banner -->
 +
    <div class="bg-bgteam"></div>
 +
    <div class="col-12 jumbotron-img">
 +
        <h1 class="text_title"> We are IGEM Bordeaux 2018 </h1>
 +
    </div>
 +
    <!-- <img class="team_banner" src="https://static.igem.org/mediawiki/2018/9/96/T--Bordeaux--cardbgteam.jpg" alt="Team Bordeaux"> -->
 +
    <!-- Main Content-->
 +
    <!-- Intro Team IGEM-->
 +
    <div class="bg-glass">
 +
        <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="card-memb">
 +
            <div class="col-md-4 animdna" style="position: sticky;top: 0;">
 +
                <ul>
 +
                    <li>
 +
                         Our IGEM TEAM
 +
                    </li>
 +
                    <li>
 +
                        Marguerite Batsale
 +
                    </li>
 +
                    <li>
 +
                        Yasmine Amrani
 +
                    </li>
 +
                    <li>
 +
                        Arthur Grimaud
 +
                    </li>
 +
                    <li>
 +
                        Sandro Papaïs
 +
                    </li>
 +
                    <li>
 +
                        Sebastien Goncalves Claro
 +
                    </li>
 +
                    <li>
 +
                        Maëlle Allender
 +
                    </li>
 +
                    <li>
 +
                        David Mauboules
 +
                    </li>
 +
                    <li>
 +
                        Thomas Favraud
 +
                    </li>
 +
                    <li>
 +
                        Ines Baghou
 +
                    </li>
 +
                    <li>
 +
                        Lorine Debande
 +
                    </li>
 +
                    <li>
 +
                        Jean-Clément Gallardo
 +
                    </li>
 +
                    <li>
 +
                        Anaïs Labecot
 +
                    </li>
 +
                    <li>
 +
                        Estelle Lesbros
 +
                    </li>
 +
                    <li>
 +
                        François Hebrard
 +
                    </li>
 +
                    <li>
 +
                        Pierre Jacquet
 +
                    </li>
 +
                </ul>
 +
            </div>
 +
            <div class="row offset-md-4">
 +
                <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 class="row" style="padding-left: 35px; padding-right: 35px;">
 +
                <div class="col-md-8 offset-md-4">
 +
                    <div class="row">
 +
                        <div class="col-xs-12 col-md-6 col-xl-4">
 +
                            <div id="Marguerite" class="card">
 +
                                 <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 class="card-body rectangle">
 +
                                    <h5 class="card-title memb-name">
 +
                                        <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
 +
                                        Marguerite
 +
                                    </h5>
 +
                                    <i class="card-text">
 +
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
 +
                                        The ginkgo
 +
                                    </i>
 +
                                    <p class="hidden-text">
 +
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
 +
                                        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.
 +
                                    </p>
 +
                                </div>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-4">
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
+
                            <div id="Yasmine" class="card">
                        <div id="Margueritte" class="card">
+
                                <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 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 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 #####-->
+
                                        Yasmine
                                     Margueritte
+
                                     </h5>
                                </h5>
+
                                    <i class="card-text">
                                <i class="card-text">
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                        The fir
                                    The ginkgo
+
                                    </i>
                                </i>
+
                                    <p class="hidden-text">
                                <p class="hidden-text">
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        She graduated this year with a Bachelor in Molecular and Cellular Biology. She is our team leader and has to coordinate all
                                    She is a first year Plant Biotechnology Masters student.  
+
                                        the progresses from the different poles. In addition she is at the head of the thorny
                                    This ancestral tree is very powerful.
+
                                        Scientific pole to organize and motivate the lab work. Her needles shelter someone
                                    Indeed, she is both president of the team, and in charge of the Human practice pole.  
+
                                        who loves to escape the everyday grind by traveling or having deep readings.
                                    It is good to have a ginkgo around it brings many health benefits.
+
                                    </p>
                                </p>
+
                                </div>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-4">
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
+
                            <div id="Ines" class="card">
                        <div id="Thomas" class="card">
+
                                <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 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>
                            <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 #####-->
                                     Thomas
+
                                        Ines
                                </h5>
+
                                     </h5>
                                <i class="card-text">
+
                                    <i class="card-text">
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                                    The Japenese Maple
+
                                        The cherry tree
                                </i>
+
                                    </i>
                                <p class="hidden-text">
+
                                    <p class="hidden-text">
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                    He graduated this year of a Biotechnology Engineering School.  
+
                                        She is a first year bioinformatics Master student. In charge of the Communication pole, her aim is to make shining the team
                                    Symbol of ideas communication, he is at the head of the partnerships and funding pole.
+
                                        as much as her flowers in lovely day of spring.
                                    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>
                                 </p>
+
                                 </div>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-4">
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
+
                            <div id="Pierre" class="card">
                        <div id="Ines" class="card">
+
                                <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 class="img-profile" style="background-image:url(''); background-size:cover; background-position:center";></div>
+
                                    ;></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 #####-->
                                     Ines
+
                                        Pierre
                                </h5>
+
                                     </h5>
                                <i class="card-text">
+
                                    <i class="card-text">
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                                    The cherry tree
+
                                        The stick insect
                                </i>
+
                                    </i>
                                <p class="hidden-text">
+
                                    <p class="hidden-text">
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                    She is a first year bioinformatics Master student.  
+
                                        He is a first year Bioinformatics Masters student. Passionate about computing, he delved the topic until to perfectly match
                                    In charge of the Communication pole, her aim is to make shining the team as much as her flowers in lovely day of spring.
+
                                        to it. Most of the time he hides behind a screen to code and build the wiki.
                                </p>
+
                                    </p>
 +
                                </div>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-4">
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
+
                            <div id="Lorine" class="card">
                        <div id="Pierre" 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(''); 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 #####-->
+
                                        Lorine
                                     Pierre
+
                                     </h5>
                                </h5>
+
                                    <i class="card-text">
                                <i class="card-text">
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                        The eucalyptus
                                    The stick insect
+
                                    </i>
                                </i>
+
                                    <p class="hidden-text">
                                <p class="hidden-text">
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        She graduated this year with a Bachelor in Molecular and Cellular Biology. She is not from Australia but her determination
                                    He is a first year Bioinformatics Masters student.  
+
                                        is from the same size. She leads the wiki construction, et make sure everything is
                                    Passionate about computing, he delved the topic until to perfectly match to it.  
+
                                        written on time. This tree needs a minimum of sun each day.
                                    Most of the time he hides behind a screen to code and build the wiki.
+
                                    </p>
                                </p>
+
                                </div>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-4">
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
+
                            <div id="David" class="card">
                        <div id="Yasmine" class="card">
+
                                <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="img-profile" style="background-image:url(''); background-size:cover; background-position:center;"></div>
+
                                    ;></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 #####-->
                                     Yasmine
+
                                        David
                                </h5>
+
                                     </h5>
                                <i class="card-text">
+
                                    <i class="card-text">
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                                    The fir
+
                                        The oak
                                </i>
+
                                    </i>
                                <p class="hidden-text">
+
                                    <p class="hidden-text">
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                    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.
+
                                        He graduated this year with a Bachelor in Molecular and Cellular Biology. His branches are active in the scientific pole.
                                </p>
+
                                        Caution, this tree is robust and cannot be grown inside.
 +
                                    </p>
 +
                                </div>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-4">
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
+
                            <div id="Estelle" class="card">
                        <div id="Lorine" class="card">
+
                                <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 class="img-profile" style="background-image:url(''); background-size:cover; background-position:center";></div>
+
                                    ;></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 #####-->
                                     Lorine
+
                                        Estelle
                                </h5>
+
                                     </h5>
                                <i class="card-text">
+
                                    <i class="card-text">
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                                    The eucalyptus
+
                                        The olive tree
                                </i>
+
                                    </i>
                                <p class="hidden-text">
+
                                    <p class="hidden-text">
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                    She graduated this year with a Bachelor in Molecular and Cellular Biology.  
+
                                        She graduated of a Master in genetics. From the Southern of France, this mediterranean tree participates to the competition
                                    She is not from Australia but her determination is from the same size. 
+
                                        for the second time. After squeezing her fruits you obtain an intersting oil rich
                                    She leads the wiki construction, et make sure everything is written on time.  
+
                                        in laugh, travel and science fiction.</p>
                                    This tree needs a minimum of sun each day.
+
                                 </div>
                                 </p>
+
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-4">
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
+
                            <div id="Thomas" class="card">
                        <div id="David" class="card">
+
                                <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 class="img-profile" style="background-image:url(''); background-size:cover; background-position:center";></div>
+
                                    ;></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 #####-->
                                     David
+
                                        Thomas
                                </h5>
+
                                     </h5>
                                <i class="card-text">
+
                                    <i class="card-text">
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                                    The oak
+
                                        The Japenese Maple
                                </i>
+
                                    </i>
                                <p class="hidden-text">
+
                                    <p class="hidden-text">
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                    He graduated this year with a Bachelor in Molecular and Cellular Biology.
+
                                        He graduated this year of a Biotechnology Engineering School. Symbol of ideas communication, he is at the head of the partnerships
                                    His branches are active in  the scientific pole.  
+
                                        and funding pole. He participates to the competition for the second time, therefore
                                    Caution, this tree is robust and cannot be grown inside.
+
                                        this tree is always here to give an attentive leaf to the needs of the team.
                                </p>
+
                                    </p>
 +
                                </div>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-4">
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
+
                            <div id="François" class="card">
                        <div id="François" class="card">
+
                                <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 class="img-profile" style="background-image:url(''); background-size:cover; background-position:center";></div>
+
                                    ;></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 #####-->
                                    François
+
                                        François
                                </h5>
+
                                    </h5>
                                <i class="card-text">
+
                                    <i class="card-text">
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                                    The poplar
+
                                        The poplar
                                </i>
+
                                    </i>
                                <p class="hidden-text">
+
                                    <p class="hidden-text">
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                    He graduated this year with a Bachelor degree in Molecular and Cellular Biology.  
+
                                        He graduated this year with a Bachelor degree in Molecular and Cellular Biology. This tree is tall such as his implication
                                    This tree is tall such as his implication in the work lab for iGEM.  
+
                                        in the work lab for iGEM. A healthy mind in a healthy trunk is his motto.
                                    A healthy mind in a healthy trunk is his motto.
+
                                    </p>
                                </p>
+
                                </div>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-4">
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
+
                            <div id="Maëlle" class="card">
                        <div id="Maëlle" class="card">
+
                                <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 class="img-profile" style="background-image:url(''); background-size:cover; background-position:center";></div>
+
                                    ;></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 #####-->
                                    Maëlle
+
                                        Maëlle
                                </h5>
+
                                    </h5>
                                <i class="card-text">
+
                                    <i class="card-text">
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                                    The mapple
+
                                        The maple
                                </i>
+
                                    </i>
                                <p class="hidden-text">
+
                                    <p class="hidden-text">
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                    She is in third year of Biotech Engineering School.  
+
                                        She is in third year of Biotech Engineering School. She takes part of the iGEM lab experiments. Some other trees reported
                                    She takes part of the iGEM lab experiments.  
+
                                        she regularly use 5mL propipette to share her mapple syrup.
                                    Some other trees reported she regularly use 5mL propipette to share her mapple syrup.
+
                                    </p>
                                </p>
+
                                </div>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-4">
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
+
                            <div id="Sandro" class="card">
                        <div id="Sandro" class="card">
+
                                <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 class="img-profile" style="background-image:url(''); background-size:cover; background-position:center";></div>
+
                                    ;></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 #####-->
                                    Sandro
+
                                        Sandro
                                </h5>
+
                                    </h5>
                                <i class="card-text">
+
                                    <i class="card-text">
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                                    The weeping willow
+
                                        The weeping willow
                                </i>
+
                                    </i>
                                <p class="hidden-text">
+
                                    <p class="hidden-text">
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                    He graduated this year with a Bachelor in Cells and Organisms Biology.  
+
                                        He graduated this year with a Bachelor in Cells and Organisms Biology. Apparently he did not whimper to participate to the
                                    Apparently he did not whimper to participate to the iGEM lab work, and he is not wailing neither during his working time.
+
                                        iGEM lab work, and he is not wailing neither during his working time.
                                </p>
+
                                    </p>
 +
                                </div>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-4">
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
+
                            <div id="Jean-Clément" class="card">
                        <div id="Jean-Clément" class="card">
+
                                <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 class="img-profile" style="background-image:url(''); background-size:cover; background-position:center";></div>
+
                                    ;></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 #####-->
                                    Jean Clément
+
                                        Jean Clément
                                </h5>
+
                                    </h5>
                                <i class="card-text">
+
                                    <i class="card-text">
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                                    The pine
+
                                        The pine
                                </i>
+
                                    </i>
                                <p class="hidden-text">
+
                                    <p class="hidden-text">
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                    He graduated this year in Biology of Cells and Organisms.  
+
                                        He graduated this year in Biology of Cells and Organisms. He grows straight up, like a rocket that wants to discover the
                                    He grows straight up, like a rocket that wants to discover the world.
+
                                        world.
                                </p>
+
                                    </p>
 +
                                </div>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-4">
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
+
                            <div id="Frederic" class="card">
                        <div id="Frederic" class="card">
+
                                <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 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>
                            <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 #####-->
                                    Frederic
+
                                        Frederic
                                </h5>
+
                                    </h5>
                                <i class="card-text">
+
                                    <i class="card-text">
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                                    The linden
+
                                        The linden
                                </i>
+
                                    </i>
                                <p class="hidden-text">
+
                                    <p class="hidden-text">
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                    He is a first year Bioinformatics Masters student.  
+
                                        He is a first year Bioinformatics Masters student. Curious about new technology he planned to build an algorithm to calculate
                                    Curious about new technology he planned to build an algorithm to calculate the exact time needed for a perfect infusion.
+
                                        the exact time needed for a perfect infusion.
                                </p>
+
                                    </p>
 +
                                </div>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-4">
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
+
                            <div id="Anaïs" class="card">
                        <div id="Anaïs" class="card">
+
                                <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 class="img-profile" style="background-image:url(''); background-size:cover; background-position:center";></div>
+
                                    ;></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 #####-->
                                    Anaïs
+
                                        Anaïs
                                </h5>
+
                                    </h5>
                                <i class="card-text">
+
                                    <i class="card-text">
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                                    The cocoa tree
+
                                        The cocoa tree
                                </i>
+
                                    </i>
                                <p class="hidden-text">
+
                                    <p class="hidden-text">
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                    She graduated with a Bachelor in Cells and Organisms Biology.  
+
                                        She graduated with a Bachelor in Cells and Organisms Biology. Very coveted for her fruits. Well managed and processed you
                                    Very coveted for her fruits.  
+
                                        can extract from her a piece of heaven
                                    Well managed and processed you can extract from her a piece of heaven
+
                                    </p>
                                </p>
+
                                </div>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-4">
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
+
                            <div id="Arthur" class="card">
                        <div id="Arthur" class="card">
+
                                <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 class="img-profile" style="background-image:url(''); background-size:cover; background-position:center";></div>
+
                                    ;></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 #####-->
                                    Arthur
+
                                        Arthur
                                </h5>
+
                                    </h5>
                                <i class="card-text">
+
                                    <i class="card-text">
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                                    The pistachio
+
                                        The pistachio
                                </i>
+
                                    </i>
                                <p class="hidden-text">
+
                                    <p class="hidden-text">
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                    He graduated this year with a Bachelor in Molecular and Cellular Biology.  
+
                                        He graduated this year with a Bachelor in Molecular and Cellular Biology. His green ideas intermingle music, DIY, and computer
                                    His green ideas intermingle music, DIY, and computer science.  
+
                                        science. All in one shell.
                                    All in one shell.
+
                                    </p>
                                </p>
+
                                </div>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-4">
                    <div class="col-xs-12 col-sm-6 col-lg-4" >
+
                            <div id="Sebastien" class="card">
                        <div id="Seb" 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 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>
                            <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 #####-->
                                    Sebastien
+
                                        Sebastien
                                </h5>
+
                                    </h5>
                                <i class="card-text">
+
                                    <i class="card-text">
                                    <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                                    The catalpa
+
                                        The catalpa
                                </i>
+
                                    </i>
                                <p class="hidden-text">
+
                                    <p class="hidden-text">
                                    <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                    He if a first year Bioinformatics Master student.  
+
                                        He is a first year Bioinformatics Master student. Hiding in the shadow, he is here to support the Bioinformatic team of Bordeaux.
                                    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
                                    Ready to respond for any computing matters, his mind will always respond to the call of programming.
+
                                        of programming.
                                </p>
+
                                    </p>
 +
                                </div>
 
                             </div>
 
                             </div>
 
                         </div>
 
                         </div>
Line 502: Line 823:
 
             </div>
 
             </div>
 
         </div>
 
         </div>
        <script>
+
    </div>
             $(function() {
+
    <!-- <div class="sponso separator">
                // Animation on mouseover : change color of cards
+
             <a href="https://www.u-bordeaux.fr/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/8/80/T--Bordeaux--sponsobordeaux.png"></a>
                function color_change() {
+
            <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>
                    if($(this).find(".hidden-text").hasClass("team-toggled")) return;
+
            <a href="https://www.u-bordeaux.fr/projets-etudiants" target="_blank"><img src="https://static.igem.org/mediawiki/2018/e/e2/T--Bordeaux--sponsofsdie.png"></a>
                    else {
+
            <a href="https://idex.u-bordeaux.fr/fr/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/c/c6/T--Bordeaux--sponsoidex.png"></a>
                        var color_list = ["#8A2BE2"," #A52A2A","#D2691E"," #6495ED","#FF1493","#228B22","#FF69B4"];
+
            <a href="http://www.iecb.u-bordeaux.fr/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/7/7d/T--Bordeaux--sponsoiecb.jpg"></a>
                        var random_color = color_list[Math.floor(Math.random()*color_list.length)];
+
            <a href="https://eu.idtdna.com/pages" target="_blank"><img src="https://static.igem.org/mediawiki/2018/b/b1/T--Bordeaux--sponsoidt.svg"></a>
                        $(this).find(".rectangle")
+
            <a href="http://synthetic-biology-bordeaux.fr/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/2/28/T--Bordeaux--sponsosbi2.jpg"></a>
                            .css({
+
            <a href="https://international.neb.com/" target="_blank"><img src="https://static.igem.org/mediawiki/2018/c/c2/T--Bordeaux--sponsoneb.jpg"></a>
                                backgroundColor: random_color,
+
        </div>-->
                                color: "#ffffff"});
+
    <script href="https://2018.igem.org/Team:Bordeaux/Template/bootstrapjs?action=raw"></script>
                    }
+
    <script>
 +
        // Preload image
 +
        $(function () {
 +
            $.preloadImages = function (data) {
 +
                for (var key in data) {
 +
                    $("<div class='img-profile';>").css("background-image", `url(${data[key]})`);
 
                 }
 
                 }
                function color_default() {
+
            }
                    if($(this).find(".hidden-text").hasClass("team-toggled")) return;
+
            // Animation on mouseover : change color of cards
 +
            function color_change(event) {
 +
                var img_trees = event.data.param1;
 +
                if ($(this).find(".hidden-text").hasClass("team-toggled")) return;
 +
                else {
 +
 
 +
                    var color_list = ["#8A2BE2", " #A52A2A", "#D2691E", " #6495ED", "#FF1493", "#228B22", "#FF69B4"];
 +
                    var random_color = color_list[Math.floor(Math.random() * color_list.length)];
 +
                    var img_url = $(this).find(".img-profile")
 +
                        .css("background-image"); // on hover change picture with corresponding tree
 +
                    var card_id = $(this).attr("id");
 +
                    $(this).data("profile_img", img_url);
 
                     $(this).find(".rectangle")
 
                     $(this).find(".rectangle")
 
                         .css({
 
                         .css({
                             backgroundColor: "#ffffff",
+
                             backgroundColor: random_color,
                             color: "#000000"});
+
                             color: "#ffffff"
 +
                        });
 +
                    $(this).find(".img-profile").css("background-image", `url(${img_trees[card_id]})`)
 
                 }
 
                 }
               
+
            }
                //Animation on click card
+
            function color_default() {
                function banner_on() {
+
                if ($(this).find(".hidden-text").hasClass("team-toggled")) return;
                    if($(this).find(".hidden-text").hasClass("team-toggled")) {
+
                $(this).find(".rectangle")
                        var actual_background = $(this).find(".rectangle").css("background-color");
+
                    .css({
                        $(this).removeAttr("style")
+
                        backgroundColor: "#ffffff",
                        $(this).find(".rectangle")
+
                        color: "#000000"
                            .removeAttr("style")
+
                    });
                            .css({
+
                $(this).find(".img-profile")
                                backgroundColor: actual_background,
+
                     .css("background-image", $(this).data("profile_img"));
                                color: "#ffffff"
+
            }
                                });  
+
                        $(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");
+
                    }
+
                }
+
                // Main program
+
  
                 $(document).on("click", ".card", banner_on);
+
            //Animation on click card
                $(document).on("mouseenter", ".card", color_change);
+
            function banner_on() {
                $(document).on("mouseleave", ".card", color_default);
+
                 if ($(this).find(".hidden-text").hasClass("team-toggled")) {
            });
+
                    var actual_background = $(this).find(".rectangle").css("background-color");
        </script>
+
                    $(this).removeAttr("style")
<script href="https://2018.igem.org/Team:Bordeaux/Template/bootstrapjs?action=raw"></script>
+
                    $(this).find(".rectangle")
    </body>
+
                        .removeAttr("style")
 +
                        .css({
 +
                            backgroundColor: actual_background,
 +
                            color: "#ffffff"
 +
                        });
 +
                    $(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");
 +
                }
 +
            }
 +
            // 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>

Latest revision as of 15:00, 14 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.

  • Our IGEM TEAM
  • Marguerite Batsale
  • Yasmine Amrani
  • Arthur Grimaud
  • Sandro Papaïs
  • Sebastien Goncalves Claro
  • Maëlle Allender
  • David Mauboules
  • Thomas Favraud
  • Ines Baghou
  • Lorine Debande
  • Jean-Clément Gallardo
  • Anaïs Labecot
  • Estelle Lesbros
  • François Hebrard
  • Pierre Jacquet
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.