Difference between revisions of "Team:Dalhousie/test5"

Line 169: Line 169:
  
 
<!--------------------------------fade title---------------------------->
 
<!--------------------------------fade title---------------------------->
<style>body {
+
<style>
 +
.navbar #nav > .active > a {
 +
    color: red;
 +
}
 +
body {
 
   margin: 0;
 
   margin: 0;
 
   height: 10px;
 
   height: 10px;
Line 198: Line 202:
  
 
</style>
 
</style>
 +
<script>
 +
$(function() {
 +
        $('#nav li a').click(function() {
 +
          $('#nav li').removeClass();
 +
          $($(this).attr('href')).addClass('active');
 +
        });
 +
    });
 +
</script>
  
 
<!---------------------------------------------------------------------------------this------------------------------------------------------------------------------------------->
 
<!---------------------------------------------------------------------------------this------------------------------------------------------------------------------------------->

Revision as of 21:20, 9 October 2017

Dalhousie iGEM 2017
Start

When I orbited the Earth in a spaceship, I saw for the first time how beautiful our planet is. Mankind, let us preserve and increase this beauty, and not destroy it! 01

John Doe

When I orbited the Earth in a spaceship, I saw for the first time how beautiful our planet is. 02

John Doe
18 APR

When I orbited the Earth in a spaceship, I saw for the first time how beautiful our planet is. Mankind, let us preserve and increase this beauty, and not destroy it! 01

John Doe

When I orbited the Earth in a spaceship, I saw for the first time how beautiful our planet is. 02

John Doe
18 APR

When I orbited the Earth in a spaceship, I saw for the first time how beautiful our planet is. Mankind, let us preserve and increase this beauty, and not destroy it! 01

John Doe

When I orbited the Earth in a spaceship, I saw for the first time how beautiful our planet is. 02

John Doe
18 APR
End