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

Line 229: Line 229:
 
  <div id="overview">
 
  <div id="overview">
 
            <img src="http://junk-blog.com/wp-content/uploads/2014/09/sample_image.jpg" alt="サンプル画像" width="550" height="250"alt="Overview"/>
 
            <img src="http://junk-blog.com/wp-content/uploads/2014/09/sample_image.jpg" alt="サンプル画像" width="550" height="250"alt="Overview"/>
            <a href="https://2014.igem.org/Team:Tokyo-NoKoGen/protocol="_blank">Facebook</a>
+
         
 +
            <a href="https://2015.igem.org/Team:Tokyo-NoKoGen" target="_blank"></a>
 
                            
 
                            
 
            
 
            
Line 271: Line 272:
 
  </div>        
 
  </div>        
 
  </div>
 
  </div>
 +
 
$(document).ready(function(){
 
$(document).ready(function(){
 
   
 
   

Revision as of 16:06, 26 August 2015

  
    
        サンプル画像                             
       
 

team

  
 
       

facebook

  
  
       

twitter

  
       
      

project

     
     
       

Achievement

  
  
       

Human practice

  
  
       

Parts

  
  
       

Safety

  
  
       
        
$(document).ready(function(){ $(".sbtn").click(function(){ if($(this).find("a").attr("target")=="_blank"){ window.open($(this).find("a").attr("href"), '_blank'); }else{ window.location=$(this).find("a").attr("href"); } return false; }); })