Schmidtchen (Talk | contribs) |
Schmidtchen (Talk | contribs) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 26: | Line 26: | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous"> | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css" integrity="sha384-wITovz90syo1dJWVh32uuETPVEtGigN07tkttEqPv+uR2SE/mbQcG7ATL28aI9H0" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://2018.igem.org/Team:TUDelft/css/custom/test2?action=raw&ctype=text/css" /> | <link rel="stylesheet" href="https://2018.igem.org/Team:TUDelft/css/custom/test2?action=raw&ctype=text/css" /> | ||
+ | <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous"> | ||
<!-- JS | <!-- JS | ||
Line 92: | Line 93: | ||
} | } | ||
#custom-nav { | #custom-nav { | ||
− | background-color: rgba(255,255,255,0. | + | background-color: rgba(255,255,255,0.7); |
border: 0; | border: 0; | ||
box-shadow: none; | box-shadow: none; | ||
Line 105: | Line 106: | ||
border: none; | border: none; | ||
border-top: 5px solid transparent; | border-top: 5px solid transparent; | ||
− | background-color: rgba(255,255,255,0. | + | background-color: rgba(255,255,255,0.7); |
-webkit-box-shadow: none; | -webkit-box-shadow: none; | ||
box-shadow: none; | box-shadow: none; | ||
Line 125: | Line 126: | ||
-moz-transition: background .5s ease-in-out, opacity .5s ease; | -moz-transition: background .5s ease-in-out, opacity .5s ease; | ||
transition: background .5s ease-in-out, opacity .5s ease; | transition: background .5s ease-in-out, opacity .5s ease; | ||
+ | margin-right: 15px; | ||
} | } | ||
@media screen and (max-width: 767px){ | @media screen and (max-width: 767px){ | ||
Line 133: | Line 135: | ||
z-index: 999; | z-index: 999; | ||
} | } | ||
+ | } | ||
+ | |||
+ | .pull-left { | ||
+ | margin-left: 10px; | ||
} | } | ||
</style> | </style> | ||
Line 153: | Line 159: | ||
<nav class="navbar navbar-default navbar-fixed-top" id="custom-nav" style="margin:15px;"> | <nav class="navbar navbar-default navbar-fixed-top" id="custom-nav" style="margin:15px;"> | ||
− | <div class="container- | + | <div class="container-fuid"> |
<!-- Brand and toggle get grouped for better mobile display --> | <!-- Brand and toggle get grouped for better mobile display --> | ||
Line 185: | Line 191: | ||
<li><a href="https://2018.igem.org/Team:TUDelft/Results">Results</a></li> | <li><a href="https://2018.igem.org/Team:TUDelft/Results">Results</a></li> | ||
<li><a href="https://2018.igem.org/Team:TUDelft/Demonstrate">Demonstration</a></li> | <li><a href="https://2018.igem.org/Team:TUDelft/Demonstrate">Demonstration</a></li> | ||
− | |||
</ul> | </ul> | ||
</li> | </li> | ||
Line 207: | Line 212: | ||
<li><a href="https://2018.igem.org/Team:TUDelft/Composite_Parts">Composite Parts</a></li> | <li><a href="https://2018.igem.org/Team:TUDelft/Composite_Parts">Composite Parts</a></li> | ||
<li><a href="https://2018.igem.org/Team:TUDelft/Part_Collection">Part Collection</a></li> | <li><a href="https://2018.igem.org/Team:TUDelft/Part_Collection">Part Collection</a></li> | ||
− | <li><a href="https://2018.igem.org/Team:TUDelft/Primers"> | + | <li><a href="https://2018.igem.org/Team:TUDelft/Primers">Sequences</a></li> |
</ul> | </ul> | ||
</li> | </li> | ||
Line 237: | Line 242: | ||
<li><a href="https://2018.igem.org/Team:TUDelft/Team">Team Members</a></li> | <li><a href="https://2018.igem.org/Team:TUDelft/Team">Team Members</a></li> | ||
<li><a href="https://2018.igem.org/Team:TUDelft/Collaborations">Collaborations</a></li> | <li><a href="https://2018.igem.org/Team:TUDelft/Collaborations">Collaborations</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:TUDelft/Contributions">Contributions</a></li> | ||
<li><a href="https://2018.igem.org/Team:TUDelft/Team_Building">Team Building</a></li> | <li><a href="https://2018.igem.org/Team:TUDelft/Team_Building">Team Building</a></li> | ||
</ul> | </ul> | ||
Line 248: | Line 254: | ||
</ul> | </ul> | ||
</li> | </li> | ||
+ | <!-- awards --> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="fa fa-trophy"></i><span class="caret"></span></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="https://igem.org/2018_Judging_Form?team=TUDelft">Judging form</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:TUDelft/Medals">Medal Requirements</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:TUDelft/Awards">Awards</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
</ul> | </ul> | ||
</div><!-- /.navbar-collapse --> | </div><!-- /.navbar-collapse --> |
Latest revision as of 11:52, 28 November 2018