(34 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" | ||
id="bootstrap-css"> | id="bootstrap-css"> | ||
Line 76: | Line 79: | ||
.container { | .container { | ||
− | display: none; | + | display: none; |
− | } | + | } |
.container p { | .container p { | ||
line-height: 24px; | line-height: 24px; | ||
font-size: 16px; | font-size: 16px; | ||
color: #333; | color: #333; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | .img-responsive { | ||
+ | padding-bottom: 25px; | ||
} | } | ||
Line 112: | Line 119: | ||
border: 0; | border: 0; | ||
} | } | ||
− | |||
.navbar-default { | .navbar-default { | ||
margin-top: 15px; | margin-top: 15px; | ||
Line 301: | 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> | + | <script type="application/javascript"> |
$(document).ready(function () { | $(document).ready(function () { | ||
/* remove igem mess */ | /* remove igem mess */ | ||
− | $("#content").removeClass("mw-body | + | $("#content").removeClass("mw-body").attr("id", ""); |
− | + | $("#mw-content-text").removeClass("mw-content-ltr").attr("id", ""); | |
− | $("#mw-content-text").removeClass("mw-content-ltr | + | |
− | + | ||
$("#HQ_page").attr("id", ""); | $("#HQ_page").attr("id", ""); | ||
$("#bodyContent").attr("id", ""); | $("#bodyContent").attr("id", ""); | ||
Line 315: | Line 319: | ||
setTimeout(function () { | setTimeout(function () { | ||
$(".container").fadeIn(); | $(".container").fadeIn(); | ||
− | }, | + | }, 150); |
+ | $("#home_logo").remove(); | ||
+ | $("#sideMenu").remove(); | ||
+ | $("#top_title").remove(); | ||
+ | $("#patrollink").remove(); | ||
}); | }); | ||
</script> | </script> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
</head> | </head> | ||
<body> | <body> | ||
Line 356: | 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 372: | 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 406: | Line 418: | ||
</div><!-- /.container-fluid --> | </div><!-- /.container-fluid --> | ||
</nav> | </nav> | ||
− | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 07:52, 15 December 2017