Difference between revisions of "Team:BOKU-Vienna/Plant"

Line 1: Line 1:
{{BOKU-Vienna-header-plant}}
+
<html lang="en">
<html>
+
<style>
+
  
 +
    <meta charset="utf-8">
 +
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 +
    <meta name="viewport" content="width=device-width, initial-scale=1">
 +
    <meta name="description" content="BOKU Vienna iGEM MediaWiki Theme">
 +
    <meta name="author" content="Nikolaus Huber">
  
.box {
+
    <!-- Bootstrap Core CSS -->
  width: 40%;
+
    <link href="https://2017.igem.org/wiki/index.php?title=Template:BOKU-Vienna-bootstrap.css&action=raw&ctype=text/css" rel="stylesheet"/>
  margin: 0 auto;
+
  background: rgba(255,255,255,0.2);
+
  padding: 35px;
+
  border: 2px solid #fff;
+
  border-radius: 20px/50px;
+
  background-clip: padding-box;
+
  text-align: center;
+
  color: black !important;
+
}
+
  
.buttonX {
+
    <!-- Theme CSS -->
  font-size: 1em;
+
    <style>
  padding: 10px;
+
a:link {
  color: #fff;
+
    color: #6499cd;  
  border: 2px solid #06D85F;
+
    background-color: transparent;  
  border-radius: 20px/50px;
+
    text-decoration: none;
  text-decoration: none;
+
  cursor: pointer;
+
  transition: all 0.3s ease-out;
+
}
+
.buttonX:hover {
+
  background: #06D85F;
+
 
}
 
}
  
.overlay {
+
a:visited {
  position: fixed;
+
    color: #6499cd;
  top: 0;
+
    background-color: transparent;
  bottom: 0;
+
    text-decoration: none;
  left: 0;
+
  right: 0;
+
  background: rgba(0, 0, 0, 0.7);
+
  transition: opacity 500ms;
+
  visibility: hidden;
+
  opacity: 0;
+
}
+
.overlay:target {
+
  visibility: visible;
+
  opacity: 1;
+
 
}
 
}
 +
    #bars_item {display: none; }
 +
    #home_logo, #sideMenu { display:none; }
 +
    #sideMenu, #top_title, .patrollink  {display:none;}
 +
    #HQ_page p {
 +
      text-align: justify;
 +
      font-family: Tahoma, Geneva, sans-serif;
 +
      font-size: 17px;
 +
    }
 +
    #page-top { height: 100% ; }
 +
    .mw-content-ltr { height: 100%; }
 +
    #bodyContent { height: 100%; }
 +
    #HQ_page {
 +
      height: 100%;
 +
    }
 +
    #HQ_page h1 {
 +
      font-size: 100px;
 +
      font-family: Tahoma, Geneva, sans-serif;
 +
    }
 +
    #content {
 +
      width:100%;
 +
      height: 100%;
 +
      padding: 0px; 
 +
      margin-top:-30px;
 +
      margin-left:0px;
 +
      background-color: black;
 +
      color: white;
 +
      font-family: Tahoma, Geneva, sans-serif;
 +
    }
 +
    #globalWrapper{ height: 100%; }
 +
    body { background-color: black; height: 100%; }
 +
    #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
  
.popup {
+
    #top_menu_14 {
  margin: 70px auto;
+
      height: 12px;
  padding: 20px;
+
      color: white;
  background: #fff;
+
      background: black;
  border-radius: 5px;
+
    }
  width: 30%;
+
    #top_menu_under {
  position: relative;
+
      height: 12px;
  transition: all 5s ease-in-out;
+
      background: black;
  color: black !important;  
+
    }
}
+
  
.popup h2 {
+
    #top_menu_inside {
  margin-top: 0;
+
      border-left: 0px;
  color: black !important;
+
      border-right: 0px;
  font-family: Tahoma, Arial, sans-serif;
+
      width: 100%;
}
+
    }
.popup .close {
+
  position: absolute;
+
  top: 20px;
+
  right: 30px;
+
  transition: all 200ms;
+
  font-size: 30px;
+
  font-weight: bold;
+
  text-decoration: none;
+
  color: #333;
+
}
+
.popup .close:hover {
+
  color: #06D85F;
+
}
+
.popup .content {
+
  max-height: 30%;
+
  overflow: auto;
+
  color: black;
+
}
+
  
@media screen and (max-width: 700px){
+
  li.has_submenu a {
  .box{
+
    color: grey;
     width: 70%;
+
  }
  }
+
    html {
  .popup{
+
      width: 100%;
     width: 70%;
+
      height: 100%;
  }
+
    }
}
+
    h1,
 +
    h2,
 +
    h3 {
 +
      margin: 0 0 35px;
 +
      text-transform: uppercase;
 +
      font-family: Tahoma, Geneva, sans-serif;
 +
      font-weight: 700;
 +
      letter-spacing: 1px;
 +
    }
 +
    h4,
 +
    h5,
 +
    h6 {
 +
      margin: 0 0 35px;
 +
      text-transform: none;
 +
      font-family: Tahoma, Geneva, sans-serif;
 +
      font-weight: 700;
 +
      letter-spacing: 1px;
 +
    }
 +
    p {
 +
      margin: 0 0 25px;
 +
      font-size: 18px;
 +
      line-height: 1.5;
 +
    }
 +
    @media (min-width: 768px) {
 +
      p {
 +
        margin: 0 0 35px;
 +
        font-size: 20px;
 +
        line-height: 1.6;
 +
      }
 +
    }
 +
    a {
 +
      color: #42DCA3;
 +
      -webkit-transition: all 0.2s ease-in-out;
 +
      -moz-transition: all 0.2s ease-in-out;
 +
      transition: all 0.2s ease-in-out;
 +
     }
 +
    a:hover,
 +
    a:focus {
 +
      text-decoration: none;
 +
      color: #6499cd;
 +
    }
 +
    .light {
 +
      font-weight: 400;
 +
    }
 +
    .navbar-custom {
 +
      margin-top:12px;
 +
      margin-bottom: 0;
 +
      border-bottom: 0px solid rgba(255, 255, 255, 0.3);
 +
      text-transform: uppercase;
 +
      font-family: Tahoma, Geneva, sans-serif;
 +
      background-color: black;
 +
    }
 +
    .navbar-custom .navbar-toggle {
 +
      color: white;
 +
      background-color: rgba(255, 255, 255, 0.2);
 +
      font-size: 12px;
 +
    }
 +
    .navbar-custom .navbar-toggle:focus,
 +
    .navbar-custom .navbar-toggle:active {
 +
      outline: none;
 +
    }
 +
    .navbar-custom .navbar-brand {
 +
      font-weight: 700;
 +
    }
 +
    .navbar-custom .navbar-brand img {
 +
      height: 40px;
 +
    }
 +
    .navbar-custom .navbar-brand:focus {
 +
      outline: none;
 +
    }
 +
    .navbar-custom a {
 +
      color: black;
 +
    }
 +
    .navbar-custom .nav li a {
 +
      -webkit-transition: background 0.3s ease-in-out;
 +
      -moz-transition: background 0.3s ease-in-out;
 +
      transition: background 0.3s ease-in-out;
 +
    }
 +
    .navbar-custom .nav li a:hover {
 +
      color: rgba(255, 255, 255, 0.8);
 +
      outline: none;
 +
      background-color: transparent;
 +
    }
 +
    .navbar-custom .nav li a:focus,
 +
    .navbar-custom .nav li a:active {
 +
      outline: none;
 +
      background-color: transparent;
 +
    }
 +
    .navbar-custom .nav li.active {
 +
      outline: none;
 +
    }
 +
    .navbar-custom .nav li.active a {
 +
      background-color: rgba(255, 255, 255, 0.3);
 +
    }
 +
    .navbar-custom .nav li.active a:hover {
 +
      color: white;
 +
    }
 +
    @media (min-width: 768px) {
 +
      .navbar-custom {
 +
        padding: 20px 0;
 +
        border-bottom: none;
 +
        letter-spacing: 1px;
 +
        background: transparent;
 +
        -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
 +
        -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
 +
        transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
 +
      }
 +
      .navbar-custom.top-nav-collapse {
 +
        padding: 0;
 +
        background: black;
 +
        border-bottom: 0px solid rgba(255, 255, 255, 0.3);
 +
      }
 +
    }
 +
    @media (min-width: 768px) {
 +
      .myintro {
 +
        height: 100%;
 +
        padding: 0;
 +
      }
 +
      .myintro .myintro-body .brand-heading {
 +
        font-size: 100px;
 +
      }
 +
      .myintro .myintro-body .myintro-text {
 +
        font-size: 26px;
 +
      }
 +
     }
 +
    .btn-circle {
 +
      width: 70px;
 +
      height: 70px;
 +
      margin-top: 15px;
 +
      padding: 7px 16px;
 +
      border: 2px solid black;
 +
      border-radius: 100% !important;
 +
      font-size: 40px;
 +
      color: black;
 +
      background: transparent;
 +
      -webkit-transition: background 0.3s ease-in-out;
 +
      -moz-transition: background 0.3s ease-in-out;
 +
      transition: background 0.3s ease-in-out;
 +
    }
 +
    #downarrow img {
 +
      border: 2px solid black;
 +
      padding: 10px 10px;
 +
      border-radius: 100% !important;
 +
      height: 55px;
 +
      display: block;
 +
      margin: auto;
 +
    }
 +
    .btn-circle:hover,
 +
    .btn-circle:focus {
 +
      outline: none;
 +
      color: white;
 +
      background: rgba(255, 255, 255, 0.1);
 +
    }
 +
    .btn-circle i.animated {
 +
      -webkit-transition-property: -webkit-transform;
 +
      -webkit-transition-duration: 1s;
 +
      -moz-transition-property: -moz-transform;
 +
      -moz-transition-duration: 1s;
 +
    }
 +
    .btn-circle:hover i.animated {
 +
      -webkit-animation-name: pulse;
 +
      -moz-animation-name: pulse;
 +
      -webkit-animation-duration: 1.5s;
 +
      -moz-animation-duration: 1.5s;
 +
      -webkit-animation-iteration-count: infinite;
 +
      -moz-animation-iteration-count: infinite;
 +
      -webkit-animation-timing-function: linear;
 +
      -moz-animation-timing-function: linear;
 +
    }
 +
    @-webkit-keyframes pulse {
 +
      0% {
 +
        -webkit-transform: scale(1);
 +
        transform: scale(1);
 +
      }
 +
      50% {
 +
        -webkit-transform: scale(1.2);
 +
        transform: scale(1.2);
 +
      }
 +
      100% {
 +
        -webkit-transform: scale(1);
 +
        transform: scale(1);
 +
      }
 +
    }
 +
    @-moz-keyframes pulse {
 +
      0% {
 +
        -moz-transform: scale(1);
 +
        transform: scale(1);
 +
      }
 +
      50% {
 +
        -moz-transform: scale(1.2);
 +
        transform: scale(1.2);
 +
      }
 +
      100% {
 +
        -moz-transform: scale(1);
 +
        transform: scale(1);
 +
      }
 +
    }
 +
    .content-section {
 +
      padding-top: 100px !important;
 +
      padding-bottom: 0px !important;
 +
      height: auto;
  
 +
    }
  
 +
    #map {
 +
      width: 100%;
 +
      height: 200px;
 +
      margin-top: 100px;
 +
    }
 +
    @media (min-width: 767px) {
 +
      .content-section {
 +
        height: auto;
 +
        padding-top: 250px;
 +
        padding-bottom: 250px;
 +
        min-height: 100% !mportant;
 +
      }
 +
    }
 +
    .btn {
 +
      text-transform: uppercase;
 +
      font-family: Tahoma, Geneva, sans-serif;
 +
      font-weight: 400;
 +
      -webkit-transition: all 0.3s ease-in-out;
 +
      -moz-transition: all 0.3s ease-in-out;
 +
      transition: all 0.3s ease-in-out;
 +
      border-radius: 0;
 +
    }
 +
    .btn-default {
 +
      border: 1px solid #42DCA3;
 +
      color: #42DCA3;
 +
      background-color: transparent;
 +
    }
 +
    .btn-default:hover,
 +
    .btn-default:focus {
 +
      border: 1px solid #42DCA3;
 +
      outline: none;
 +
      color: black;
 +
      background-color: #42DCA3;
 +
    }
 +
    ul.banner-social-buttons {
 +
      margin-top: 0;
 +
    }
 +
    @media (max-width: 1199px) {
 +
      ul.banner-social-buttons {
 +
        margin-top: 15px;
 +
      }
 +
    }
 +
    @media (max-width: 767px) {
 +
      ul.banner-social-buttons li {
 +
        display: block;
 +
        margin-bottom: 20px;
 +
        padding: 0;
 +
      }
 +
      ul.banner-social-buttons li:last-child {
 +
        margin-bottom: 0;
 +
      }
 +
    }
 +
    footer {
 +
      padding: 50px 0;
 +
    }
 +
    footer p {
 +
      margin: 0;
 +
    }
 +
    ::-moz-selection {
 +
      text-shadow: none;
 +
      background: #fcfcfc;
 +
      background: rgba(255, 255, 255, 0.2);
 +
    }
 +
    ::selection {
 +
      text-shadow: none;
 +
      background: #fcfcfc;
 +
      background: rgba(255, 255, 255, 0.2);
 +
    }
 +
    img::selection {
 +
      background: transparent;
 +
    }
 +
    img::-moz-selection {
 +
      background: transparent;
 +
    }
 +
    body {
 +
      webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
 +
    }
  
  
Line 96: Line 364:
  
  
  .myintro {
+
 
      display: table;
+
 
      width: 100%;
+
 
      height: 100%;
+
 
       padding: 100px 0;
+
 
       text-align: center;
+
    .scrollnav-custom {
       color: black;
+
       margin-bottom: 0;
      background: url("https://static.igem.org/mediawiki/2017/b/be/Milada-vigerova-35578grey.jpg") no-repeat bottom center scroll;
+
       border-bottom: 0px solid rgba(255, 255, 255, 0.3);
 +
       font-family: Tahoma, Geneva, sans-serif
 
       background-color: black;
 
       background-color: black;
      -webkit-background-size: cover;
 
      -moz-background-size: cover;
 
      background-size: cover;
 
      -o-background-size: cover;
 
 
     }
 
     }
     .myintro .myintro-body {
+
     .scrollnav-custom .scrollnav-toggle {
       display: table-cell;
+
       color: white;
       vertical-align: middle;
+
      background-color: rgba(255, 255, 255, 0.2);
 +
       font-size: 12px;
 
     }
 
     }
     .myintro .myintro-body .brand-heading {
+
     .scrollnav-custom .scrollnav-toggle:focus,
       font-size: 70px !important;
+
    .scrollnav-custom .scrollnav-toggle:active {
 +
       outline: none;
 
     }
 
     }
     .myintro .myintro-body .myintro-text {
+
     .scrollnav-custom .scrollnav-brand {
       font-size: 18px;
+
       font-weight: 700;
      font-family: Tahoma, Geneva, sans-serif;
+
 
     }
 
     }
     .Plant {
+
     .scrollnav-custom .scrollnav-brand img {
    color: white;
+
      height: 40px;
    background-color: black;
+
    clear: both;
+
    width: 100%;
+
    padding-top: 50px;
+
    padding-bottom: 50px;
+
 
     }
 
     }
     .Plant img {
+
     .scrollnav-custom .scrollnav-brand:focus {
     vertical-align: middle;
+
      outline: none;
     margin: auto;
+
     }
     height: 300px;
+
    .scrollnav-custom a {
 +
      color: white;
 +
     }
 +
    .scrollnav-custom .nav li a {
 +
      -webkit-transition: background 0.3s ease-in-out;
 +
      -moz-transition: background 0.3s ease-in-out;
 +
      transition: background 0.3s ease-in-out;
 +
     }
 +
    .scrollnav-custom .nav li a:hover {
 +
      color: rgba(255, 255, 255, 0.8);
 +
      outline: none;
 +
      background-color: transparent;
 +
    }
 +
    .scrollnav-custom .nav li a:focus,
 +
    .scrollnav-custom .nav li a:active {
 +
      outline: none;
 +
      background-color: transparent;
 +
    }
 +
    .scrollnav-custom .nav li.active {
 +
      outline: none;
 +
    }
 +
    .scrollnav-custom .nav li.active a {
 +
      background-color: rgba(255, 255, 255, 0.3);
 +
    }
 +
    .scrollnav-custom .nav li.active a:hover {
 +
      color: white;
 +
    }
 +
    @media (min-width: 768px) {
 +
      .scrollnav-custom {
 +
        padding: 0;
 +
        letter-spacing: 1px;
 +
        background: black;
 +
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
 +
      }
 +
    }
 +
    .navbar-brand img {
 +
      height: 100%;
 +
    }
 +
    .sponsor-section {
 +
      background-color: white;
 +
      color: black;
 
     }
 
     }
  
 
 
</style>
 
  
<div id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
 
    <!-- One-Page Scroll NavBar -->
 
    <nav class="navbar scrollnav-custom navbar-fixed-bottom" role="navigation" id="scrollnav">
 
        <div class="container">
 
            <div class="navbar-header">
 
                <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
 
                    Menu <i class="fa fa-bars"></i>
 
                </button>
 
                <a class="navbar-brand" target="_blank"  href="https://www.facebook.com/IGEM.BOKU.Vienna">
 
                    <img src="https://static.igem.org/mediawiki/2017/6/67/T--BOKU-Vienna--fb2.png" alt="Facebook" >
 
                </a>
 
                <a class="navbar-brand" target="_blank"  href="https://www.twitter.com/BOKU_iGEM">
 
                    <img src="https://static.igem.org/mediawiki/2017/1/15/T--BOKU-Vienna--twitter.png" alt="Twitter" >
 
                </a>
 
            </div>
 
  
            <!-- Collect the nav links, forms, and other content for toggling -->
 
            <div class="collapse navbar-collapse navbar-right navbar-main-collapse">
 
                <ul class="nav navbar-nav">
 
                    <!-- Hidden li included to remove active class from about link when scrolled up past about section -->
 
                    <li>
 
                        <a class="page-scroll" href="#">Top</a>
 
                    </li>
 
                    <li>
 
                        <a class="page-scroll" href="#Plant">Plant Synthetic Biology</a>
 
                    </li>
 
                 
 
                   
 
                </ul>
 
            </div>
 
            <!-- /.navbar-collapse -->
 
        </div>
 
        <!-- /.container -->
 
    </nav>
 
  
    <!-- myintro Header -->
 
    <header class="myintro">
 
        <div class="myintro-body">
 
            <div class="container">
 
                <div class="row">
 
                    <div class="col-md-8 col-md-offset-2">
 
                        <h1 class="brand-heading">Plant Synthetic Biology</h1>
 
                        <p class="myintro-text"></p>
 
                        <a href="#Plant
 
" class="page-scroll">
 
                          <div id="downarrow">
 
                            <img src="https://static.igem.org/mediawiki/2017/3/32/T--BOKU-Vienna--arrow.png" alt="V">
 
                          </div>
 
                        </a>
 
                    </div>
 
                </div>
 
            </div>
 
        </div>
 
  
 +
    .dropdown-li {
 +
    padding-top: 11px;
 +
    padding-bottom: 15px;
 +
            margin-left: 10px;
 +
            margin-right: 10px;
 +
    }
  
     </header>
+
     .navbar-custom .nav li a:hover{
 +
      cursor: pointer;
 +
    }
  
     <!-- About Section -->
+
     .navbar-right .dropdown-menu {
    <section id="Plant" class="container content-section text-center Plant">
+
      right: auto;
        <div class="container text-center content-section Plant">
+
      position-left: 0px;
            <div class="col-lg-8 col-lg-offset-2">
+
      position-right: 0px;
                <h2>Plant.</h2>
+
      margin-left: 0px;
                <p>Under construction...</p>
+
    }
  
 +
    .dropdown-menu {
 +
display: block;     
 +
visibility: hidden;
 +
    transition: 0.05s 0.16s;
 +
    position: absolute;
 +
    background-color: #000000;
 +
    min-width: 160px;
 +
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 +
    padding: 12px 16px;
 +
    z-index: 1;
 +
    }
  
+
    .dropdown-a {
</div>
+
      color: white !important;
</div>
+
    }
</div>
+
  
             </div>
+
    .nav .open > a {
 +
      background: transparent;
 +
    }
 +
    .dropdown:hover .dropdown-menu {
 +
      visibility: visible;
 +
    transition-delay: 0.16s;
 +
    }
 +
    </style>
 +
 
 +
 
 +
 
 +
<!-- Navigation -->
 +
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
 +
    <div class="container">
 +
        <div class="navbar-header">
 +
             <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
 +
                Menu <i class="fa fa-bars"></i>
 +
            </button>
 +
            <a class="navbar-brand page-scroll" href="https://2017.igem.org/Team:BOKU-Vienna">
 +
                D.I.V.E.R.T.
 +
            </a>
 +
        </div>
 +
 
 +
        <!-- Collect the nav links, forms, and other content for toggling -->
 +
        <div class="collapse navbar-collapse navbar-right navbar-main-collapse">
 +
            <ul class="nav navbar-nav">
 +
                <!-- Hidden li included to remove active class from about link when scrolled up past about section -->
 +
                <li class="hidden">
 +
                    <a href="#page-top"></a>
 +
                </li>
 +
                <li class="dropdown-li">
 +
                    <div class="dropdown">
 +
                      <a class="dropdown-toggle" type="button" id="dropdown2" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
 +
                        Team
 +
                      </a>
 +
                      <ul class="dropdown-menu" aria-labelledby="dropdown2">
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Team" class="dropdown-a">Team</a>
 +
                        </li>
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Collaborations" class="dropdown-a">Collaborations</a>
 +
                        </li>
 +
                      </ul>
 +
                    </div>
 +
                </li>
 +
                <li class="dropdown-li">
 +
                    <div class="dropdown">
 +
                      <a class="dropdown-toggle" type="button" id="dropdown3" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
 +
                        Project
 +
                      </a>
 +
                      <ul class="dropdown-menu" aria-labelledby="dropdown3">
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Description" class="dropdown-a">Overview</a>
 +
                        </li>
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Notebook" class="dropdown-a">Notebook</a>
 +
                        </li>
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Protocol" class="dropdown-a">Protocol</a>
 +
                        </li>
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/InterLab" class="dropdown-a">Interlab</a>
 +
                        </li>
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Contribution" class="dropdown-a">Contribution</a>
 +
                        </li>
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Model" class="dropdown-a">Modeling</a>
 +
                        </li>
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Demonstrate" class="dropdown-a">Demonstrate</a>
 +
                        </li>
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Improve" class="dropdown-a">Improve</a>
 +
                        </li>
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Attributions" class="dropdown-a">Attributions</a>
 +
                        </li>
 +
                      </ul>
 +
                    </div>
 +
                </li>
 +
                <li class="dropdown-li">
 +
                    <div class="dropdown">
 +
                      <a class="dropdown-toggle" type="button" id="dropdown4" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
 +
                        Parts
 +
                      </a>
 +
                      <ul class="dropdown-menu" aria-labelledby="dropdown4">
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Parts" class="dropdown-a">Overview</a>
 +
                        </li>
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Basic_Part" class="dropdown-a">Basic Parts</a>
 +
                        </li>
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Composite_Part" class="dropdown-a">Composite Parts</a>
 +
                        </li>
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Part_Collection" class="dropdown-a">Part Collection</a>
 +
                        </li>
 +
                      </ul>
 +
                    </div>
 +
                </li>
 +
                <li class="dropdown-li">
 +
                    <div class="dropdown">
 +
                      <a class="dropdown-toggle" type="button" id="dropdown1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
 +
                        Human Practices
 +
                      </a>
 +
                      <ul class="dropdown-menu" aria-labelledby="dropdown1">
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/HP/Silver" class="dropdown-a">Silver HP</a>
 +
                        </li>
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/HP/Gold_Integrated" class="dropdown-a">Integrated and Gold</a>
 +
                        </li>
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Engagement" class="dropdown-a">Public Engagement</a>
 +
                        </li>
 +
<li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/HP/Newsletters" class="dropdown-a">Newsletters</a>
 +
                        </li>
 +
                      </ul>
 +
                    </div>
 +
                </li>
 +
                <li class="dropdown-li">
 +
                    <div class="dropdown">
 +
                      <a onclick="window.location.href='https://2017.igem.org/Team:BOKU-Vienna/Safety'" class="dropdown-toggle" type="button" id="dropdown1" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
 +
                        Safety
 +
                      </a>
 +
                    </div>
 +
                </li>
 +
                <li class="dropdown-li">
 +
                    <div class="dropdown">
 +
                      <a class="dropdown-toggle" type="button" id="dropdown6" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
 +
                        Awards
 +
                      </a>
 +
                      <ul class="dropdown-menu" aria-labelledby="dropdown6">
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Applied_Design" class="dropdown-a">Applied Design</a>
 +
                        </li>
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Hardware" class="dropdown-a">Hardware</a>
 +
                        </li>
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Measurement" class="dropdown-a">Measurement</a>
 +
                        </li>
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Model" class="dropdown-a">Modeling</a>
 +
                        </li>
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Plant" class="dropdown-a">Plant</a>
 +
                        </li>
 +
                        <li>
 +
                          <a href="https://2017.igem.org/Team:BOKU-Vienna/Software" class="dropdown-a">Software</a>
 +
                        </li>
 +
                      </ul>
 +
                    </div>
 +
                </li>
 +
                <li class="dropdown-li">
 +
                    <div class="dropdown">
 +
                      <a onclick="window.location.href='https://2017.igem.org/Team:BOKU-Vienna/Sponsors'" class="dropdown-toggle" type="button" id="dropdown7" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
 +
                        Sponsors
 +
                      </a>
 +
                    </div>
 +
                </li>
 +
            </ul>
 
         </div>
 
         </div>
     </section>
+
        <!-- /.navbar-collapse -->
 +
     </div>
 +
    <!-- /.container -->
 +
</nav>
 
</html>
 
</html>
{{BOKU-Vienna-footer-test}}
 

Revision as of 09:32, 18 September 2017