Team:Aix-Marseille

From 2014.igem.org

(Difference between revisions)
 
(One intermediate revision not shown)
Line 41: Line 41:
             $('head').append("<meta name='google-site-verification' content='Y5vk2QszQFy38BWiB7l7Nz_CdHwl5Rm94TGVPA0h-NM' />");});
             $('head').append("<meta name='google-site-verification' content='Y5vk2QszQFy38BWiB7l7Nz_CdHwl5Rm94TGVPA0h-NM' />");});
         </script>
         </script>
 +
<script>
 +
  $(document).ready(function () {
 +
    var title = $("#btn-title");
 +
    var i = 1;
 +
   
 +
    function colorChange() {
 +
        if (i>0) {
 +
            title.removeClass('btn-danger');
 +
            title.addClass('btn-success');
 +
        }
 +
        else {
 +
            title.removeClass('btn-success');
 +
            title.addClass('btn-danger');
 +
        }
 +
        i = i*(-1);
 +
    }
 +
    setInterval(colorChange, 1500);
 +
 +
  });
 +
</script>
<!-- HTML CONTENT -->
<!-- HTML CONTENT -->
Line 56: Line 76:
           <div class="inner cover">
           <div class="inner cover">
             <h1 class="cover-heading">Welcome to our wiki.</h1>
             <h1 class="cover-heading">Welcome to our wiki.</h1>
-
             <p class="lead">We'll present you here our project and the progress of our work</p>
+
             <p class="lead">We are glad to present you our project:</p>
             <br><br>
             <br><br>
             <p class="lead">
             <p class="lead">
-
               <a href="/Team:Aix-Marseille/Home" class="btn btn-lg btn-success" id="btn">Let's go !</a>
+
               <a href="/Team:Aix-Marseille/Home" class="btn btn-lg btn-danger" id="btn-title">S.E.colization : Green light, GO!</a>
             </p>
             </p>
           </div>
           </div>

Latest revision as of 15:14, 11 October 2014

Aix - Marseille University
iGEM Team

Welcome to our wiki.

We are glad to present you our project:



S.E.colization : Green light, GO!

Website for the iGEM 2014 Competition.