(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<style> | <style> | ||
Line 14: | Line 6: | ||
#sideMenu, #top_title {display:none;} | #sideMenu, #top_title {display:none;} | ||
− | #content { padding:0px; width: | + | #content { padding:0px; width:98%;} |
− | body {background-color:white; } | + | body {background-color:white; width:100%;} |
− | + | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | |
/********************************* MENU ********************************/ | /********************************* MENU ********************************/ | ||
Line 189: | Line 181: | ||
.full_size { | .full_size { | ||
− | width: | + | width:98%; |
} | } | ||
Line 282: | Line 274: | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
/* Table */ | /* Table */ | ||
.content_wrapper table { | .content_wrapper table { | ||
Line 310: | Line 285: | ||
.content_wrapper td { | .content_wrapper td { | ||
padding: 10px; | padding: 10px; | ||
− | vertical-align: top; | + | vertical-align: text-top; |
border: 1px solid #d3d3d3; | border: 1px solid #d3d3d3; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
Line 351: | Line 326: | ||
@media only screen and (max-width: 1000px) { | @media only screen and (max-width: 1000px) { | ||
− | #content {width: | + | #content {width:98%; } |
.menu_wrapper {width:15%;} | .menu_wrapper {width:15%;} | ||
.content_wrapper {margin-left: 15%;} | .content_wrapper {margin-left: 15%;} | ||
Line 384: | Line 359: | ||
<head> | <head> | ||
+ | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css"> | ||
+ | <link type="text/css" href="https://2016.igem.org/Team:Duke/main?action=raw&ctype=text/css" rel="stylesheet"> <!--modifies css based on bootstrap.css--> | ||
+ | <script src="https://2016.igem.org/Team:Duke/jquery?action=raw&ctype=text/javascript"></script> <!--necessary for bootstrap--> | ||
+ | <script src="https://2016.igem.org/Team:Duke/bootstrapjs?action=raw&ctype=text/javascript"></script> | ||
+ | <!-- Font Awesome for icons--> | ||
+ | <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet"> | ||
+ | <!--Set width to the width of the device--> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<div class="example3"> | <div class="example3"> | ||
<nav class="navbar navbar-default" style="margin-bottom: 0px"> | <nav class="navbar navbar-default" style="margin-bottom: 0px"> | ||
Line 423: | Line 400: | ||
<ul class="dropdown-menu" role="menu"> | <ul class="dropdown-menu" role="menu"> | ||
<li><a href="https://2016.igem.org/Team:Duke/Description">Description</a></li> | <li><a href="https://2016.igem.org/Team:Duke/Description">Description</a></li> | ||
− | <li><a href="https://2016.igem.org/Team:Duke/Design"><i class="fa fa-star" aria-hidden="true"></i>Design</a></li> | + | <!--<li><a href="https://2016.igem.org/Team:Duke/Design"><i class="fa fa-star" aria-hidden="true"></i>Design</a></li>--> |
<li><a href="https://2016.igem.org/Team:Duke/Experiments">Experiments</a></li> | <li><a href="https://2016.igem.org/Team:Duke/Experiments">Experiments</a></li> | ||
− | <li><a href="https://2016.igem.org/Team:Duke/Proof"><i class="fa fa-star" aria-hidden="true"></i>Proof of Concept</a></li> | + | <!--<li><a href="https://2016.igem.org/Team:Duke/Proof"><i class="fa fa-star" aria-hidden="true"></i>Proof of Concept</a></li>--> |
− | + | <!-- <li><a href="https://2016.igem.org/Team:Duke/Demonstrate"><i class="fa fa-star" aria-hidden="true"></i>Demonstrate</a></li>--> | |
<li><a href="https://2016.igem.org/Team:Duke/Results">Results</a></li> | <li><a href="https://2016.igem.org/Team:Duke/Results">Results</a></li> | ||
<li><a href="https://2016.igem.org/Team:Duke/Notebook">Notebook</a></li> | <li><a href="https://2016.igem.org/Team:Duke/Notebook">Notebook</a></li> | ||
Line 432: | Line 409: | ||
</li> | </li> | ||
− | + | <li><a href="https://2016.igem.org/Team:Duke/Parts">Parts</a></li> | |
+ | |||
+ | <!-- <li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Parts<span class="caret"></span></a> | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Parts<span class="caret"></span></a> | ||
<ul class="dropdown-menu" role="menu"> | <ul class="dropdown-menu" role="menu"> | ||
Line 438: | Line 417: | ||
<li><a href="https://2016.igem.org/Team:Duke/Basic_Part"><i class="fa fa-star" aria-hidden="true"></i>Basic Parts</a></li> | <li><a href="https://2016.igem.org/Team:Duke/Basic_Part"><i class="fa fa-star" aria-hidden="true"></i>Basic Parts</a></li> | ||
<li><a href="https://2016.igem.org/Team:Duke/Composite_Part"><i class="fa fa-star" aria-hidden="true"></i>Composite Parts</a></li> | <li><a href="https://2016.igem.org/Team:Duke/Composite_Part"><i class="fa fa-star" aria-hidden="true"></i>Composite Parts</a></li> | ||
− | <li><a href="https://2016.igem.org/Team:Duke/Part_Collection"><i class="fa fa-star" aria-hidden="true"></i>Part Collection</a></li> | + | <li><a href="https://2016.igem.org/Team:Duke/Part_Collection"><i class="fa fa-star" aria-hidden="true"></i>Part Collection</a></li> |
</ul> | </ul> | ||
</li> | </li> | ||
− | + | --> | |
<li><a href="https://2016.igem.org/Team:Duke/Safety">Safety</a></li> | <li><a href="https://2016.igem.org/Team:Duke/Safety">Safety</a></li> | ||
Line 450: | Line 429: | ||
<ul class="dropdown-menu" role="menu"> | <ul class="dropdown-menu" role="menu"> | ||
<li><a href="https://2016.igem.org/Team:Duke/Human_Practices">Human Practices</a></li> | <li><a href="https://2016.igem.org/Team:Duke/Human_Practices">Human Practices</a></li> | ||
− | <li><a href="https://2016.igem.org/Team:Duke/Silver"><i class="fa fa-star" aria-hidden="true"></i>Silver</a></li> | + | <li><a href="https://2016.igem.org/Team:Duke/HP/Silver"><i class="fa fa-star" aria-hidden="true"></i>Silver</a></li> |
− | + | <!-- <li><a href="https://2016.igem.org/Team:Duke/HP/Gold"><i class="fa fa-star" aria-hidden="true"></i>Gold</a></li> --> | |
<li><a href="https://2016.igem.org/Team:Duke/Integrated_Practices"><i class="fa fa-star" aria-hidden="true"></i>Integrated Practices</a></li> | <li><a href="https://2016.igem.org/Team:Duke/Integrated_Practices"><i class="fa fa-star" aria-hidden="true"></i>Integrated Practices</a></li> | ||
<li><a href="https://2016.igem.org/Team:Duke/Engagement"><i class="fa fa-star" aria-hidden="true"></i>Engagement</a></li> | <li><a href="https://2016.igem.org/Team:Duke/Engagement"><i class="fa fa-star" aria-hidden="true"></i>Engagement</a></li> | ||
Line 457: | Line 436: | ||
</li> | </li> | ||
− | + | <!-- <li class="dropdown"> | |
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Awards <span class="caret"></span></a> | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Awards <span class="caret"></span></a> | ||
<ul class="dropdown-menu" role="menu"> | <ul class="dropdown-menu" role="menu"> | ||
Line 466: | Line 445: | ||
<li><a href="https://2016.igem.org/Team:Duke/Model"><i class="fa fa-star" aria-hidden="true"></i>Model</a></li> | <li><a href="https://2016.igem.org/Team:Duke/Model"><i class="fa fa-star" aria-hidden="true"></i>Model</a></li> | ||
</ul> | </ul> | ||
− | </li> | + | </li> --> |
Line 478: | Line 457: | ||
− | + | </head> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
Latest revision as of 00:53, 20 October 2016