(25 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
+ | <!-- This tells the browser that your page is responsive --> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" | <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" | ||
Line 83: | Line 85: | ||
font-size: 16px; | font-size: 16px; | ||
color: #333; | color: #333; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | .img-responsive { | ||
+ | padding-bottom: 25px; | ||
} | } | ||
Line 113: | Line 119: | ||
border: 0; | border: 0; | ||
} | } | ||
− | |||
.navbar-default { | .navbar-default { | ||
margin-top: 15px; | margin-top: 15px; | ||
Line 302: | Line 307: | ||
src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> | src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> | ||
− | < | + | <script type="application/javascript"> |
− | + | $(document).ready(function () { | |
− | + | /* remove igem mess */ | |
+ | $("#content").removeClass("mw-body").attr("id", ""); | ||
+ | $("#mw-content-text").removeClass("mw-content-ltr").attr("id", ""); | ||
+ | $("#HQ_page").attr("id", ""); | ||
+ | $("#bodyContent").attr("id", ""); | ||
+ | $("#globalWrapper").attr("id", ""); | ||
+ | }); | ||
+ | $(window).load(function () { | ||
+ | setTimeout(function () { | ||
+ | $(".container").fadeIn(); | ||
+ | }, 150); | ||
+ | $("#home_logo").remove(); | ||
+ | $("#sideMenu").remove(); | ||
+ | $("#top_title").remove(); | ||
+ | $("#patrollink").remove(); | ||
+ | }); | ||
+ | </script> | ||
</head> | </head> | ||
<body> | <body> | ||
Line 338: | Line 359: | ||
<li><a href="https://2017.igem.org/Team:Stuttgart/Team">Team</a></li> | <li><a href="https://2017.igem.org/Team:Stuttgart/Team">Team</a></li> | ||
<li><a href="https://2017.igem.org/Team:Stuttgart/Attributions">Attributions</a></li> | <li><a href="https://2017.igem.org/Team:Stuttgart/Attributions">Attributions</a></li> | ||
− | <li><a href="https://2017.igem.org/Team:Stuttgart/Sponsoring"> | + | <li><a href="https://2017.igem.org/Team:Stuttgart/Sponsoring">Sponsoring</a></li> |
<!--<li role="separator" class="divider"></li>--> | <!--<li role="separator" class="divider"></li>--> | ||
</ul> | </ul> | ||
Line 354: | Line 375: | ||
<li><a href="https://2017.igem.org/Team:Stuttgart/InterLab">Interlab Study</a></li> | <li><a href="https://2017.igem.org/Team:Stuttgart/InterLab">Interlab Study</a></li> | ||
<li><a href="https://2017.igem.org/Team:Stuttgart/Model">Modelling</a></li> | <li><a href="https://2017.igem.org/Team:Stuttgart/Model">Modelling</a></li> | ||
− | <li><a href="https://2017.igem.org/Team:Stuttgart/ | + | <li><a href="https://2017.igem.org/Team:Stuttgart/Composite Part">Composite Part</a></li> |
− | <li><a href="https://2017.igem.org/Team:Stuttgart/ | + | <li><a href="https://2017.igem.org/Team:Stuttgart/Safety">Safety</a></li> |
<!--<li role="separator" class="divider"></li>--> | <!--<li role="separator" class="divider"></li>--> | ||
</ul> | </ul> | ||
</li> | </li> | ||
− | <li> | + | <li class="dropdown"> |
− | <a href="https://2017.igem.org/Team:Stuttgart/ | + | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" |
+ | aria-expanded="false">Results <span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <!--<li class="navbar-text navbar-left">Dry Lab</li>--> | ||
+ | <li><a href="https://2017.igem.org/Team:Stuttgart/Esterases and Lipases">Esterases and Lipases</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Stuttgart/Keratinases">Keratinases</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Stuttgart/Rose and Limonene Fragrance">Rose and Limonene Fragrance</a></li> | ||
+ | <li><a href="https://2017.igem.org/Team:Stuttgart/Demonstrate">Achievements</a></li> | ||
+ | <!--<li role="separator" class="divider"></li>--> | ||
+ | </ul> | ||
</li> | </li> | ||
<li class="dropdown"> | <li class="dropdown"> | ||
Line 388: | Line 418: | ||
</div><!-- /.container-fluid --> | </div><!-- /.container-fluid --> | ||
</nav> | </nav> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 07:52, 15 December 2017