Difference between revisions of "Team:Bordeaux/Team"

 
(20 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
         /* Main page background */
 
         /* Main page background */
  
         body {
+
         .bg-bgteam {
 
             background-image: url("https://static.igem.org/mediawiki/2018/9/96/T--Bordeaux--cardbgteam.jpg");
 
             background-image: url("https://static.igem.org/mediawiki/2018/9/96/T--Bordeaux--cardbgteam.jpg");
 
             background-position: 50% 50%;
 
             background-position: 50% 50%;
 
             background-repeat: no-repeat;
 
             background-repeat: no-repeat;
 
             background-size: cover;
 
             background-size: cover;
 +
            height: 100vh;
 +
            position: fixed;
 +
            width: 100%;
 
         }
 
         }
  
Line 28: Line 31:
  
 
         .text_title {
 
         .text_title {
             font-size: 4vw;
+
             font-size: 3vw;
             position: relative;
+
             position: absolute;
             left: 2vw;
+
             left: 4vw;
             bottom: 8vw;
+
             bottom: 50px;
 
             color: #ffffff;
 
             color: #ffffff;
 
             text-shadow: 2px 2px 5px #00000080;
 
             text-shadow: 2px 2px 5px #00000080;
            font-family: Arial !important;
 
 
             mix-blend-mode: hard-light;
 
             mix-blend-mode: hard-light;
 
             background-color: #36353599;
 
             background-color: #36353599;
 
             padding: 10px;
 
             padding: 10px;
 +
            width: 100%;
 
         }
 
         }
  
Line 45: Line 48:
 
             background-color: #ffffff !important;
 
             background-color: #ffffff !important;
 
             padding: 4% 4% 4% 4%;
 
             padding: 4% 4% 4% 4%;
 +
            position: relative;
 +
        }
 +
 +
        .bg-glass {
 +
            position: relative;
 +
            z-index: 1;
 +
            background-color: #ffffffe6;
 +
            padding-top: 50px;
 
         }
 
         }
  
Line 57: Line 68:
 
             margin-bottom: 20px;
 
             margin-bottom: 20px;
 
             z-index: 0;
 
             z-index: 0;
 +
            /* margin-right: 35px;
 +
            padding-left: 35px; */
 
         }
 
         }
  
Line 178: Line 191:
  
 
         .jumbotron-img {
 
         .jumbotron-img {
            background-image: url("https://static.igem.org/mediawiki/2018/9/96/T--Bordeaux--cardbgteam.jpg");
 
 
             height: 74vh;
 
             height: 74vh;
 
             background-position: 50% 50%;
 
             background-position: 50% 50%;
 
             background-repeat: no-repeat;
 
             background-repeat: no-repeat;
 
             background-size: cover;
 
             background-size: cover;
 +
        }
 +
 +
        .animdna ul {
 +
            overflow: hidden;
 +
            perspective: 900px;
 +
            list-style: none;
 +
            height: 100vh;
 +
            max-height: 100vh;
 +
            min-height: 100vh;
 +
            text-align: center;
 +
            letter-spacing: 4px;
 +
            width: 120%;
 +
            position: absolute;
 +
            z-index: 36;
 +
            white-space: nowrap;
 +
            margin-left: 0px !important;
 +
        }
 +
 +
        @keyframes width-sway {
 +
            0%,
 +
            100% {
 +
                width: 500px;
 +
            }
 +
            50% {
 +
                width: 100%;
 +
            }
 +
        }
 +
 +
        .animdna {
 +
            padding-left: 0px !important;
 +
            margin-left: 0px !important;
 +
        }
 +
 +
        .animdna li {
 +
            position: absolute;
 +
            top: 0;
 +
            width: 100%;
 +
            transform: translateY(100vh);
 +
            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>
 
     </style>
Line 189: Line 383:
 
<body>
 
<body>
 
     <!-- Presentation banner -->
 
     <!-- Presentation banner -->
     <div class="col-12 jumbotron-img"></div>
+
    <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"> -->
 
     <!-- <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>
 
 
     <!-- Main Content-->
 
     <!-- Main Content-->
 
     <!-- Intro Team IGEM-->
 
     <!-- Intro Team IGEM-->
Line 207: Line 403:
 
         </div>
 
         </div>
 
         <!-- Cards Members -->
 
         <!-- Cards Members -->
         <div class="container card-memb">
+
         <div class="card-memb">
             <div class="row">
+
            <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 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="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>
Line 229: Line 477:
 
                 </div>
 
                 </div>
 
             </div>
 
             </div>
             <div class="row">
+
             <div class="row" style="padding-left: 35px; padding-right: 35px;">
                 <div class="col-xs-12 col-sm-6 col-lg-4">
+
                 <div class="col-md-8 offset-md-4">
                    <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 class="col-xs-12 col-md-6 col-xl-4">
                        <div class="card-body rectangle">
+
                            <div id="Marguerite" class="card">
                            <h5 class="card-title memb-name">
+
                                <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>
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                                <div class="card-body rectangle">
                                Marguerite
+
                                    <h5 class="card-title memb-name">
                            </h5>
+
                                        <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
                            <i class="card-text">
+
                                        Marguerite
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                    </h5>
                                The ginkgo
+
                                    <i class="card-text">
                            </i>
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <p class="hidden-text">
+
                                        The ginkgo
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                    </i>
                                She is a first year Plant Biotechnology Masters student. This ancestral tree is very powerful. Indeed, she is both president
+
                                    <p class="hidden-text">
                                of the team, and in charge of the Human practice pole. It is good to have a ginkgo around
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                                it brings many health benefits.
+
                                        She is a first year Plant Biotechnology Masters student. This ancestral tree is very powerful. Indeed, she is both president
                            </p>
+
                                        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 class="col-xs-12 col-md-6 col-xl-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="Yasmine" class="card">
+
                                <div class="card-body rectangle">
                        <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>
+
                                    <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>
                                Yasmine
+
                                    <i class="card-text">
                            </h5>
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <i class="card-text">
+
                                        The fir
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                    </i>
                                The fir
+
                                    <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
                                She graduated this year with a Bachelor in Molecular and Cellular Biology. She is our team leader and has to coordinate all
+
                                        Scientific pole to organize and motivate the lab work. Her needles shelter someone
                                the progresses from the different poles. In addition she is at the head of the thorny Scientific
+
                                        who loves to escape the everyday grind by traveling or having deep readings.
                                pole to organize and motivate the lab work. Her needles shelter someone who loves to escape
+
                                    </p>
                                the everyday grind by traveling or having deep readings.
+
                                </div>
                            </p>
+
                            </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-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 id="Ines" class="card">
+
                                    ;></div>
                        <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="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">
+
                                        Ines
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                                    </h5>
                                Ines
+
                                    <i class="card-text">
                            </h5>
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <i class="card-text">
+
                                        The cherry tree
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                    </i>
                                The cherry tree
+
                                    <p class="hidden-text">
                            </i>
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                            <p class="hidden-text">
+
                                        She is a first year bioinformatics Master student. In charge of the Communication pole, her aim is to make shining the team
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        as much as her flowers in lovely day of spring.
                                She is a first year bioinformatics Master student. In charge of the Communication pole, her aim is to make shining the team
+
                                    </p>
                                as much as her flowers in lovely day of spring.
+
                                </div>
                            </p>
+
                            </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-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 id="Pierre" class="card">
+
                                    ;></div>
                        <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="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">
+
                                        Pierre
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                                    </h5>
                                Pierre
+
                                    <i class="card-text">
                            </h5>
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <i class="card-text">
+
                                        The stick insect
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                    </i>
                                The stick insect
+
                                    <p class="hidden-text">
                            </i>
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                            <p class="hidden-text">
+
                                        He is a first year Bioinformatics Masters student. Passionate about computing, he delved the topic until to perfectly match
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        to it. Most of the time he hides behind a screen to code and build the wiki.
                                He is a first year Bioinformatics Masters student. Passionate about computing, he delved the topic until to perfectly match
+
                                    </p>
                                to it. Most of the time he hides behind a screen to code and build the wiki.
+
                                </div>
                            </p>
+
                            </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-4">
                </div>
+
                            <div id="Lorine" 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/thumb/f/f4/T--Bordeaux--lorine2.jpg/600px-T--Bordeaux--lorine2.jpg'); background-size:cover; background-position: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">
+
                                        Lorine
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                                    </h5>
                                Lorine
+
                                    <i class="card-text">
                            </h5>
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <i class="card-text">
+
                                        The eucalyptus
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                    </i>
                                The eucalyptus
+
                                    <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 not from Australia but her determination
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        is from the same size. She leads the wiki construction, et make sure everything is
                                She graduated this year with a Bachelor in Molecular and Cellular Biology. She is not from Australia but her determination
+
                                        written on time. This tree needs a minimum of sun each day.
                                is from the same size. She leads the wiki construction, et make sure everything is written
+
                                    </p>
                                on time. This tree needs a minimum of sun each day.
+
                                </div>
                            </p>
+
                            </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-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 id="David" class="card">
+
                                    ;></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">
+
                                        David
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                                    </h5>
                                David
+
                                    <i class="card-text">
                            </h5>
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <i class="card-text">
+
                                        The oak
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                    </i>
                                The oak
+
                                    <p class="hidden-text">
                            </i>
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                            <p class="hidden-text">
+
                                        He graduated this year with a Bachelor in Molecular and Cellular Biology. His branches are active in the scientific pole.
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        Caution, this tree is robust and cannot be grown inside.
                                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.
+
                                </div>
                            </p>
+
                            </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-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 id="Estelle" class="card">
+
                                    ;></div>
                        <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="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">
+
                                        Estelle
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                                    </h5>
                                Estelle
+
                                    <i class="card-text">
                            </h5>
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <i class="card-text">
+
                                        The olive tree
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                    </i>
                                The olive tree
+
                                    <p class="hidden-text">
                            </i>
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                            <p class="hidden-text">
+
                                        She graduated of a Master in genetics. From the Southern of France, this mediterranean tree participates to the competition
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        for the second time. After squeezing her fruits you obtain an intersting oil rich
                                She graduated of a Master in genetics. From the Southern of France, this mediterranean tree participates to the competition
+
                                        in laugh, travel and science fiction.</p>
                                for the second time. After squeezing her fruits you obtain an intersting oil rich in laugh,
+
                                </div>
                                travel and science fiction.</p>
+
                            </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-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 id="Thomas" class="card">
+
                                    ;></div>
                        <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="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">
+
                                        Thomas
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                                    </h5>
                                Thomas
+
                                    <i class="card-text">
                            </h5>
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <i class="card-text">
+
                                        The Japenese Maple
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                    </i>
                                The Japenese Maple
+
                                    <p class="hidden-text">
                            </i>
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                            <p class="hidden-text">
+
                                        He graduated this year of a Biotechnology Engineering School. Symbol of ideas communication, he is at the head of the partnerships
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        and funding pole. He participates to the competition for the second time, therefore
                                He graduated this year of a Biotechnology Engineering School. Symbol of ideas communication, he is at the head of the partnerships
+
                                        this tree is always here to give an attentive leaf to the needs of the team.
                                and funding pole. He participates to the competition for the second time, therefore this
+
                                    </p>
                                tree is always here to give an attentive leaf to the needs of the team.
+
                                </div>
                            </p>
+
                            </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-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 id="François" class="card">
+
                                    ;></div>
                        <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="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">
+
                                        François
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                                    </h5>
                                François
+
                                    <i class="card-text">
                            </h5>
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <i class="card-text">
+
                                        The poplar
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                    </i>
                                The poplar
+
                                    <p class="hidden-text">
                            </i>
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                            <p class="hidden-text">
+
                                        He graduated this year with a Bachelor degree in Molecular and Cellular Biology. This tree is tall such as his implication
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        in the work lab for iGEM. A healthy mind in a healthy trunk is his motto.
                                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-md-6 col-xl-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 id="Maëlle" class="card">
+
                                    ;></div>
                        <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="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">
+
                                        Maëlle
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                                    </h5>
                                Maëlle
+
                                    <i class="card-text">
                            </h5>
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <i class="card-text">
+
                                        The maple
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                    </i>
                                The maple
+
                                    <p class="hidden-text">
                            </i>
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                            <p class="hidden-text">
+
                                        She is in third year of Biotech Engineering School. She takes part of the iGEM lab experiments. Some other trees reported
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        she regularly use 5mL propipette to share her mapple syrup.
                                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-md-6 col-xl-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 id="Sandro" class="card">
+
                                    ;></div>
                        <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="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">
+
                                        Sandro
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                                    </h5>
                                Sandro
+
                                    <i class="card-text">
                            </h5>
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <i class="card-text">
+
                                        The weeping willow
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                    </i>
                                The weeping willow
+
                                    <p class="hidden-text">
                            </i>
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                            <p class="hidden-text">
+
                                        He graduated this year with a Bachelor in Cells and Organisms Biology. Apparently he did not whimper to participate to the
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        iGEM lab work, and he is not wailing neither during his working time.
                                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-md-6 col-xl-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 id="Jean-Clément" class="card">
+
                                    ;></div>
                        <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="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">
+
                                        Jean Clément
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                                    </h5>
                                Jean Clément
+
                                    <i class="card-text">
                            </h5>
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <i class="card-text">
+
                                        The pine
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                    </i>
                                The pine
+
                                    <p class="hidden-text">
                            </i>
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                            <p class="hidden-text">
+
                                        He graduated this year in Biology of Cells and Organisms. He grows straight up, like a rocket that wants to discover the
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        world.
                                He graduated this year in Biology of Cells and Organisms. He grows straight up, like a rocket that wants to discover the
+
                                    </p>
                                world.
+
                                </div>
                            </p>
+
                            </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-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 id="Frederic" class="card">
+
                                    ;></div>
                        <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="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">
+
                                        Frederic
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                                    </h5>
                                Frederic
+
                                    <i class="card-text">
                            </h5>
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <i class="card-text">
+
                                        The linden
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                    </i>
                                The linden
+
                                    <p class="hidden-text">
                            </i>
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                            <p class="hidden-text">
+
                                        He is a first year Bioinformatics Masters student. Curious about new technology he planned to build an algorithm to calculate
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        the exact time needed for a perfect infusion.
                                He is a first year Bioinformatics Masters student. Curious about new technology he planned to build an algorithm to calculate
+
                                    </p>
                                the exact time needed for a perfect infusion.
+
                                </div>
                            </p>
+
                            </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-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 id="Anaïs" class="card">
+
                                    ;></div>
                        <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="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">
+
                                        Anaïs
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                                    </h5>
                                Anaïs
+
                                    <i class="card-text">
                            </h5>
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <i class="card-text">
+
                                        The cocoa tree
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                    </i>
                                The cocoa tree
+
                                    <p class="hidden-text">
                            </i>
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                            <p class="hidden-text">
+
                                        She graduated with a Bachelor in Cells and Organisms Biology. Very coveted for her fruits. Well managed and processed you
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        can extract from her a piece of heaven
                                She graduated with a Bachelor in Cells and Organisms Biology. Very coveted for her fruits. Well managed and processed you
+
                                    </p>
                                can extract from her a piece of heaven
+
                                </div>
                            </p>
+
                            </div>
 
                         </div>
 
                         </div>
                    </div>
+
                        <div class="col-xs-12 col-md-6 col-xl-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 id="Arthur" class="card">
+
                                    ;></div>
                        <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="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">
+
                                        Arthur
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                                    </h5>
                                Arthur
+
                                    <i class="card-text">
                            </h5>
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <i class="card-text">
+
                                        The pistachio
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                    </i>
                                The pistachio
+
                                    <p class="hidden-text">
                            </i>
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                            <p class="hidden-text">
+
                                        He graduated this year with a Bachelor in Molecular and Cellular Biology. His green ideas intermingle music, DIY, and computer
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        science. All in one shell.
                                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-md-6 col-xl-4">
                </div>
+
                            <div id="Sebastien" 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/9b/T--Bordeaux--seb.jpg'); background-size:cover; background-position:center"
                    <div id="Sebastien" class="card">
+
                                    ;></div>
                        <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="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">
+
                                        Sebastien
                                <!-- ##### ECRIRE LE NOM EN DESSOUS #####-->
+
                                    </h5>
                                Sebastien
+
                                    <i class="card-text">
                            </h5>
+
                                        <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
                            <i class="card-text">
+
                                        The catalpa
                                <!-- ##### ECRIRE L'ARBRE EN DESSOUS ###### -->
+
                                    </i>
                                The catalpa
+
                                    <p class="hidden-text">
                            </i>
+
                                        <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
                            <p class="hidden-text">
+
                                        He is a first year Bioinformatics Master student. Hiding in the shadow, he is here to support the Bioinformatic team of Bordeaux.
                                <!-- ##### ECRIRE LE TEXTE EN DESSOUS #####-->
+
                                        Ready to respond for any computing matters, his mind will always respond to the call
                                He is a first year Bioinformatics Master student. Hiding in the shadow, he is here to support the Bioinformatic team of Bordeaux.
+
                                        of programming.
                                Ready to respond for any computing matters, his mind will always respond to the call of programming.
+
                                    </p>
                            </p>
+
                                </div>
 +
                            </div>
 
                         </div>
 
                         </div>
 
                     </div>
 
                     </div>

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.