(7 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 117: | Line 119: | ||
border: 0; | border: 0; | ||
} | } | ||
− | |||
.navbar-default { | .navbar-default { | ||
margin-top: 15px; | margin-top: 15px; | ||
Line 306: | 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 371: | Line 388: | ||
<li><a href="https://2017.igem.org/Team:Stuttgart/Keratinases">Keratinases</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/Rose and Limonene Fragrance">Rose and Limonene Fragrance</a></li> | ||
− | <li><a href="https://2017.igem.org/Team:Stuttgart/Demonstrate"> | + | <li><a href="https://2017.igem.org/Team:Stuttgart/Demonstrate">Achievements</a></li> |
<!--<li role="separator" class="divider"></li>--> | <!--<li role="separator" class="divider"></li>--> | ||
</ul> | </ul> | ||
Line 401: | Line 418: | ||
</div><!-- /.container-fluid --> | </div><!-- /.container-fluid --> | ||
</nav> | </nav> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 07:52, 15 December 2017