Difference between revisions of "Team:Dalhousie/test5"

Line 43: Line 43:
 
<body>
 
<body>
  
<script>
 
$(function() {
 
  
        var path = window.location.pathname;
 
        path = path.replace(/\/$/, "");
 
        path = decodeURIComponent(path);
 
 
        $(".nav li a").each(function () {
 
            var href = $(this).attr('href');
 
            if(path.substring((path.lastIndexOf('/')+1),path.lenght) === href) {   
 
                $(this).closest('li').addClass('active');
 
            } else {
 
                $(this).closest('li').removeClass();
 
            }
 
        });       
 
});
 
</script>
 
 
<!-------------------navbar---------------------->
 
<!-------------------navbar---------------------->
 
  <div id="nav" class="noBackground" style="width:100%; z-index:100;" >
 
  <div id="nav" class="noBackground" style="width:100%; z-index:100;" >
Line 187: Line 171:
 
<!--------------------------------fade title---------------------------->
 
<!--------------------------------fade title---------------------------->
 
<style>
 
<style>
.navbar #nav > .active > a {
+
 
    color: red;
+
}
+
 
body {
 
body {
 
   margin: 0;
 
   margin: 0;

Revision as of 21:23, 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