|
|
(150 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>
| |
− |
| |
− | <br><br>
| |
− | <center>
| |
− | <table height="800px">
| |
− | <tr>
| |
− | <td width="400px" align="center">
| |
− | <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;" valign="top">
| |
− |
| |
− | <div class="targetDiv" id="divCallum"> Name: Callum
| |
− | <p>Something About Callum<p>
| |
− | <p>Something About Callum<p>
| |
− | </div>
| |
− |
| |
− | <div class="targetDiv" id="divLucas"> Name: Lucas
| |
− | <p>Something About Lucas<p>
| |
− | <p>Something About Lucas<p>
| |
− | </div>
| |
− | </td>
| |
− | </tr>
| |
− | </table>
| |
− |
| |
− |
| |
− | </html>
| |
− | {{:Team:Dundee/navbar}}
| |