Difference between revisions of "Team:Tokyo-NoKoGen/Demo"

Line 292: Line 292:
 
     
 
     
 
      <div class="project">
 
      <div class="project">
         <p>project</p>   
+
         <p>project</p> 
 +
        <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Description" target="_blank"></a>       
 
      </div>
 
      </div>
 
      
 
      
Line 298: Line 299:
 
     <div class="Ache">
 
     <div class="Ache">
 
           <p>Achievement</p>
 
           <p>Achievement</p>
 +
          <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/achievement" target="_blank"></a>
 
     </div>
 
     </div>
 
     <div class="Human">
 
     <div class="Human">
 
           <p>Human practice</p>
 
           <p>Human practice</p>
 +
           <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Practices" target="_blank"></a>
 
     </div>
 
     </div>
 
     <div class="parts">
 
     <div class="parts">
 
           <p>Parts</p>
 
           <p>Parts</p>
 +
           <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Parts" target="_blank"></a>
 
     </div>
 
     </div>
 
      <div class="safety">
 
      <div class="safety">
 
           <p>Safety</p>
 
           <p>Safety</p>
 +
           <a href="https://2015.igem.org/Team:Tokyo-NoKoGen/Safety" target="_blank"></a>
 
     </div>
 
     </div>
 
     
 
     
Line 342: Line 347:
 
     });
 
     });
 
});
 
});
 
+
$(function(){
 +
    $(".notebook").click(function(){
 +
        window.location=$(this).find("a").attr("href");
 +
        return false;
 +
    });
 +
});
 +
$(function(){
 +
    $(".project").click(function(){
 +
        window.location=$(this).find("a").attr("href");
 +
        return false;
 +
    });
 +
});
 +
$(function(){
 +
    $(".Ache").click(function(){
 +
        window.location=$(this).find("a").attr("href");
 +
        return false;
 +
    });
 +
});
 +
$(function(){
 +
    $(".Human").click(function(){
 +
        window.location=$(this).find("a").attr("href");
 +
        return false;
 +
    });
 +
});
 +
$(function(){
 +
    $(".parts").click(function(){
 +
        window.location=$(this).find("a").attr("href");
 +
        return false;
 +
    });
 +
});
 +
$(function(){
 +
    $(".safety").click(function(){
 +
        window.location=$(this).find("a").attr("href");
 +
        return false;
 +
    });
 +
});
 
</script>
 
</script>
  
 
  </html>
 
  </html>

Revision as of 01:03, 27 August 2015

  
    
        サンプル画像                             
       
 

team

    
  
 

Notebook

    
            
      

project

                   
     
       

Achievement

          
  
       

Human practice

          
  
       

Parts

          
  
       

Safety