Line 1: | Line 1: | ||
+ | |||
{{SJTU-software}} | {{SJTU-software}} | ||
− | |||
+ | <html> | ||
− | < | + | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
− | + | ||
− | + | ||
− | < | + | <head> |
+ | |||
+ | <script type="text/javascript"> | ||
+ | $('#home_link').addClass('active'); | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | var keys = []; | ||
+ | var konami = '38,38,40,40,37,39,37,39,66,65'; | ||
+ | |||
+ | $(document) | ||
+ | .keydown( | ||
+ | function(e) { | ||
+ | keys.push( e.keyCode ); | ||
+ | if ( keys.toString().indexOf( konami ) >= 0 ){ | ||
+ | $('#flagstats').toggle(); | ||
+ | |||
+ | keys = []; | ||
+ | } | ||
+ | } | ||
+ | ); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | <style> | ||
− | + | body { | |
+ | background-image: url("https://static.igem.org/mediawiki/2015/9/92/TU_Dresden_background.jpg"); | ||
+ | background-size: 100%; | ||
− | + | } | |
− | + | #TueContent table img { | |
− | + | width: 250px; | |
− | + | display: block; | |
− | + | margin-left: auto; | |
− | + | margin-right: auto; | |
− | + | padding-bottom: 20px; | |
− | + | } | |
− | + | ||
− | + | #squareLogo img { | |
− | + | width: 120px !important; | |
− | + | } | |
+ | table { | ||
+ | valign: middle; | ||
+ | justify: center; | ||
+ | } | ||
− | + | #TueContent img { | |
− | + | display: block; | |
− | + | margin-left: auto; | |
− | + | margin-right: auto; | |
+ | margin-bottom: -20px; | ||
+ | width: 100%; | ||
+ | } | ||
− | |||
+ | #HOME-REACTOR { | ||
+ | display:block; | ||
+ | width: 190px; | ||
+ | height: 300px; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2015/d/d1/Tu_dRESDEN_Reactor_edit_SMALL3.png); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: top; | ||
+ | float:right; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | position: fixed; | ||
+ | top: 350px; | ||
+ | left: 250px; | ||
+ | } | ||
+ | #HOME-REACTOR:hover { | ||
+ | background-position: bottom; | ||
+ | } | ||
− | + | #HOME-ROCKET { | |
+ | display:block; | ||
+ | width: 250px; | ||
+ | height: 470px; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2015/d/db/TU_Dresden_Rocket_edit_bigger_moved2.png); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: top; | ||
+ | float:right; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | position: fixed; | ||
+ | bottom: 30px; | ||
+ | right: 50px; | ||
+ | } | ||
+ | #HOME-ROCKET:hover { | ||
+ | background-position: bottom; | ||
+ | } | ||
+ | #HOME-NOTEBOOK { | ||
+ | display:block; | ||
+ | width: 250px; | ||
+ | height: 185px; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2015/6/6b/TU_Dresden_edit_notebook_bigger.png); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: top; | ||
+ | float:right; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | position: fixed; | ||
+ | bottom: 280px; | ||
+ | left: 380px; | ||
+ | } | ||
− | + | #HOME-NOTEBOOK:hover { | |
+ | background-position: bottom; | ||
+ | } | ||
− | + | #HOME-VIDEO { | |
− | + | display:block; | |
+ | width: 250px; | ||
+ | height: 170px; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2015/9/98/TU_Dresden_Video_edit_SMALL2.png); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: top; | ||
+ | float:right; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | position: fixed; | ||
+ | bottom: 300px; | ||
+ | right: 280px; | ||
+ | } | ||
+ | #HOME-VIDEO:hover { | ||
+ | background-position: bottom; | ||
+ | } | ||
− | + | #HOME-SAFETY { | |
+ | display:block; | ||
+ | width: 250px; | ||
+ | height: 250px; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2015/d/d5/TU_Dresden_Safety_Small.png); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: top; | ||
+ | float:right; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | position: fixed; | ||
+ | left:570px; | ||
+ | bottom:140px; | ||
+ | } | ||
− | + | #HOME-SAFETY:hover { | |
− | + | background-position: bottom; | |
− | + | } | |
− | </ | + | |
− | < | + | #HOME-HUMANPRACTICES { |
+ | display:block; | ||
+ | width: 285px; | ||
+ | height: 380px; | ||
+ | background-image: url(https://static.igem.org/mediawiki/2015/4/41/TU_Dresden_HumanPractices_drawing.png); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: top; | ||
+ | float:right; | ||
+ | margin-right: auto; | ||
+ | position: fixed; | ||
+ | right: 1060px; | ||
+ | bottom:185px; | ||
+ | } | ||
+ | |||
+ | #HOME-HUMANPRACTICES:hover { | ||
+ | background-position: bottom; | ||
+ | } | ||
+ | p.big { | ||
+ | line-height: 1000%; | ||
+ | } | ||
+ | |||
+ | p.center { text-align: center; } | ||
+ | |||
+ | .fix{ | ||
+ | bottom:0px; | ||
+ | position:fixed; | ||
+ | left:0%; | ||
+ | } | ||
+ | |||
+ | |||
+ | .over | ||
+ | { | ||
+ | position:fixed; | ||
+ | left:60px; | ||
+ | bottom:-50px; | ||
+ | z-index:1; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | <body> | ||
+ | |||
+ | |||
+ | |||
− | |||
− | |||
− | |||
− | |||
− | </div> | + | <div class="over" style="text-align:left;"> |
+ | <div class="row"> | ||
+ | <div class="col-md-4"> | ||
+ | <a id="HOME-REACTOR" href="https://2015.igem.org/Team:TU_Dresden/Project"></a> | ||
+ | <br /><br /><br /> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div class="over" style="text-align:right;"> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-4"> | ||
+ | <a id="HOME-ROCKET" href="https://2015.igem.org/Team:TU_Dresden/Team"></a> | ||
+ | <br /><br /><br /> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div class="over" style="text-align:right;"> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-4"> | ||
+ | <a id="HOME-NOTEBOOK" href="https://2015.igem.org/Team:TU_Dresden/Notebook"></a> | ||
+ | <br /><br /><br /> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | <div class=" | + | <div class="over" style="text-align:right;" style="width:150%;"> |
− | + | <div class="row"> | |
− | + | <div class="col-md-4"> | |
− | </ | + | <a id="HOME-VIDEO" href="https://2015.igem.org/Team:TU_Dresden/Video"></a> |
− | </div> | + | <br /><br /><br /> |
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <div class="over" style="text-align:right;" style="width:150%;"> | ||
+ | <div class="row"> | ||
+ | <div class="col-md-4"> | ||
+ | <a id="HOME-SAFETY" href="https://2015.igem.org/TU_Dresden/Safety"></a> | ||
+ | <br /><br /><br /> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
− | </div> | + | <div class="over" style="text-align:right;" style="width:150%;"> |
− | </div> | + | <div class="row"> |
+ | <div class="col-md-4"> | ||
+ | <a id="HOME-HUMANPRACTICES" href="https://2015.igem.org/Team:TU_Dresden/Practices"></a> | ||
+ | <br /><br /><br /> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | <br> | ||
+ | <br> | ||
− | |||
− | |||
− | |||
− | < | + | <img src="https://static.igem.org/mediawiki/2015/b/bb/TU_Dresden_space_grey.png" style="width: 100%;" class="fix" class="under" /> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <img src="https://static.igem.org/mediawiki/2015/c/c0/TU_Dresden_Space-Elements_4_edit_small.png" style="position:fixed; | ||
+ | left:1280px; | ||
+ | bottom:30px; | ||
+ | z-index:1;width:50px;" class="fix" /> | ||
− | < | + | <img src="https://static.igem.org/mediawiki/2015/0/09/TU_Dresden_Space-Elements_2_edit_small.png" style="position:fixed; |
− | + | left:450px; | |
− | + | bottom:30px; | |
− | + | z-index:1;width:120px;" class="fix" /> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <img src="https://static.igem.org/mediawiki/2015/3/32/TU_Dresden_Space-Elements_3_edit_small.png" style="position:fixed; | ||
+ | left:110px; | ||
+ | bottom:30px; | ||
+ | z-index:1;width:70px;" class="fix" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/6/6c/TU_Dresden_space-Elements_1_edit_small.png" style="position:fixed; | ||
+ | left:750px; | ||
+ | bottom:160px; | ||
+ | z-index:1;width:50px;" class="fix" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/2/29/TU_Dresden_space-Elements_5_edit_small.png" style="position:fixed; | ||
+ | left:900px; | ||
+ | bottom:30px; | ||
+ | z-index:1;width:60px;" class="fix" /> | ||
</html> | </html> |
Revision as of 16:17, 24 September 2018