|
|
(162 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
− | <html>
| |
− | <!-- This is a draft of the wiki -->
| |
− | <!-- Therefore, this is a first version of it, which will be improved -->
| |
− | <!-- This is a draft of the wiki -->
| |
− | <!-- https://2015.igem.org/Team:Dundee/style -->
| |
| | | |
− | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
| |
− | <script>
| |
− |
| |
− | jQuery(function(){
| |
− | jQuery('#showall').click(function(){
| |
− | jQuery('.targetDiv').show();
| |
− | });
| |
− | jQuery('.showSingle').click(function(){
| |
− | jQuery('.targetDiv').hide();
| |
− | jQuery('#div'+$(this).attr('target')).show();
| |
− | });
| |
− | });
| |
− | </script>
| |
− | .targetDiv{
| |
− | display:none;
| |
− | padding: 50px 0px 0px 50px;
| |
− | }
| |
− | Here are the files.
| |
− |
| |
− | <center>
| |
− | <table height="800px">
| |
− | <tr>
| |
− | <td width="400px">
| |
− | <table>
| |
− | <tr>
| |
− | <td>
| |
− | STUDENTS
| |
− | <td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><a class="showSingle" target="Aimee">Aimee</a></td>
| |
− | <td><a class="showSingle" target="Caitlin">Caitlin</a></td>
| |
− | <td><a class="showSingle" target="Callum">Callum</a></td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>
| |
− | ADVISORS
| |
− | <td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><a class="showSingle" target="Lucas">Lucas</a></td>
| |
− | <td><a class="showSingle" target="Fatima">Fatima</a></td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td>
| |
− | SUPERVISORS
| |
− | <td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td><a class="showSingle" target="Frank">Frank</a></td>
| |
− | <td><a class="showSingle" target="Tracy">Tracy</a></td>
| |
− | <td><a class="showSingle" target="Dyce">Fordyce</a></td>
| |
− | </tr>
| |
− | </table>
| |
− | </td>
| |
− | <td width="600px" background="https://static.igem.org/mediawiki/2015/a/ac/Wiki_iGEM_Dundee_15.jpg" style="background-repeat:no-repeat;">
| |
− |
| |
− | <div class="targetDiv" id="divCallum"> Hola que tal
| |
− | </div>
| |
− |
| |
− | <div class="targetDiv" id="divLucas"> Hola que tal
| |
− | </div>
| |
− | </td>
| |
− | </tr>
| |
− | </table>
| |
− |
| |
− |
| |
− | </html>
| |
− | {{:Team:Dundee/navbar}}
| |