Team:TCU Taiwan/Team
From 2014.igem.org
Line 4: | Line 4: | ||
<head> | <head> | ||
<meta name="google-site-verification" content="pY8JgIYK6zMi9LoymHQcUKbj-xnD-rcPBrYI-xllU9o" /> | <meta name="google-site-verification" content="pY8JgIYK6zMi9LoymHQcUKbj-xnD-rcPBrYI-xllU9o" /> | ||
+ | |||
+ | <script src="http://code.jquery.com/jquery-1.9.1.js"></script> | ||
+ | <link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/smoothness/jquery-ui.css"> | ||
+ | <script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script> | ||
</head> | </head> | ||
<body> | <body> | ||
Line 239: | Line 243: | ||
<tr align="center"> <!-- here you can add the photos from your team members--> | <tr align="center"> <!-- here you can add the photos from your team members--> | ||
- | <td width="20%"> <img src="https://static.igem.org/mediawiki/2014/b/b7/2014placeholderimage.jpg"> </td> | + | <td width="20%"> |
+ | <script> | ||
+ | $(function() { | ||
+ | $('#chp001').hover( function(){ | ||
+ | $('#chp001>img').attr({src: 'https://static.igem.org/mediawiki/2014/1/1a/TCU-Team-logo.png'}).effect({effect: 'shake', direction: 'up', distance: 2, times: 1}); | ||
+ | }, | ||
+ | function(){ | ||
+ | $('#chp001>img').attr({src:'https://static.igem.org/mediawiki/2014/b/b7/2014placeholderimage.jpg'}); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <div id="chp001" style="width: 480px; height: 270px;"> | ||
+ | <img style="width: 480px; height: 270px;" alt="" src="https://static.igem.org/mediawiki/2014/b/b7/2014placeholderimage.jpg"><br> | ||
+ | </div> | ||
+ | </td> | ||
<td width="5%"> </td> | <td width="5%"> </td> | ||
<td width="20%"> <img src="https://static.igem.org/mediawiki/2014/b/b7/2014placeholderimage.jpg"> </td> | <td width="20%"> <img src="https://static.igem.org/mediawiki/2014/b/b7/2014placeholderimage.jpg"> </td> |
Revision as of 13:32, 18 September 2014
|