|
|
Line 189: |
Line 189: |
| <body> | | <body> |
| | | |
− | <header>
| |
− | <nav class="navbar navbar-default navbar-fixed-top">
| |
− | <div class="container">
| |
| | | |
− | <!-- Brand and toggle get grouped for better mobile display -->
| |
− | <div class="navbar-header">
| |
− |
| |
− | <!-- Button that toggles the navbar on and off on small screens -->
| |
− | <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#adopenav" aria-expanded="false">
| |
− |
| |
− | <!-- Hides information from screen readers -->
| |
− | <span class="sr-only"></span>
| |
− |
| |
− | <!-- Draws 3 bars in navbar button when in small mode -->
| |
− | <span class="icon-bar"></span>
| |
− | <span class="icon-bar"></span>
| |
− | <span class="icon-bar"></span>
| |
− | </button>
| |
− |
| |
− | <!-- You'll have to add padding in your image on the top and right of a few pixels (CSS Styling will break the navbar) -->
| |
− | <a class="pull-left" href="https://2018.igem.org/Team:TUDelft"><img class="adopeicon" src="https://static.igem.org/mediawiki/2018/7/75/T--TUDelft--2018_adope_logo.png"></a>
| |
− | </div>
| |
− |
| |
− | <!-- Collect the nav links, forms, and other content for toggling -->
| |
− | <div class="collapse navbar-collapse" id="adopenav">
| |
− | <ul class="nav navbar-nav">
| |
− | <!-- Project -->
| |
− | <li class="dropdown">
| |
− | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Project<span class="caret"></span></a>
| |
− | <ul class="dropdown-menu">
| |
− | <li><a href="https://2018.igem.org/Team:TUDelft/Description">Description</a></li>
| |
− | <li><a href="https://2018.igem.org/Team:TUDelft/Design">Design</a></li>
| |
− | <li><a href="https://2018.igem.org/Team:TUDelft/Notebook">Notebook</a></li>
| |
− | <li><a href="https://2018.igem.org/Team:TUDelft/Results">Results</a></li>
| |
− | <li><a href="https://2018.igem.org/Team:TUDelft/Demonstration">Demonstration</a></li>
| |
− | <li><a href="https://2018.igem.org/Team:TUDelft/Attributions">Attributions</a></li>
| |
− | </ul>
| |
− | </li>
| |
− | <!-- Modeling -->
| |
− | <li class="dropdown">
| |
− | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Modeling<span class="caret"></span></a>
| |
− | <ul class="dropdown-menu">
| |
− | <li><a href="https://2018.igem.org/Team:TUDelft/Model">Model</a></li>
| |
− | <li><a href="https://2018.igem.org/Team:TUDelft/Software">Software Tool</a></li>
| |
− | </ul>
| |
− | </li>
| |
− | <!-- Team -->
| |
− | <li class="dropdown">
| |
− | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Team<span class="caret"></span></a>
| |
− | <ul class="dropdown-menu">
| |
− | <li><a href="https://2018.igem.org/Team:TUDelft/Team">Team Members</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/Collaborations">Collaborations</a></li>
| |
− | </ul>
| |
− | </li>
| |
− | <!-- Parts -->
| |
− | <li class="dropdown">
| |
− | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Parts<span class="caret"></span></a>
| |
− | <ul class="dropdown-menu">
| |
− | <li><a href="https://2018.igem.org/Team:TUDelft/Basic_Part">Basic 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>
| |
− | </ul>
| |
− | </li>
| |
− | <!-- Human Practices -->
| |
− | <li class="dropdown">
| |
− | <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Human Practices<span class="caret"></span></a>
| |
− | <ul class="dropdown-menu">
| |
− | <li><a href="https://2018.igem.org/Team:TUDelft/Human_Practices">Integrated Human Practices</a></li>
| |
− | <li><a href="https://2018.igem.org/Team:TUDelft/Public_Engagement">Education and Engagement</a></li>
| |
− | <li><a href="https://2018.igem.org/Team:TUDelft/Entrepreneurship">Entrepreneurship</a></li>
| |
− | <li><a href="https://2018.igem.org/Team:TUDelft/Applied_Design">Applied Design</a></li>
| |
− |
| |
− | </ul>
| |
− | </li>
| |
− | <!-- EurAsian Meetup -->
| |
− | <li><a href="https://2018.igem.org/Team:TUDelft/EurAsianMeetup">EurAsian Meetup</a></li>
| |
− | <!-- Safety -->
| |
− | <li><a href="https://2018.igem.org/Team:TUDelft/Safety">Safety</a></li>
| |
− | <!-- Sponsors -->
| |
− | <li><a href="https://2018.igem.org/Team:TUDelft/Sponsors">Sponsors</a></li>
| |
− | </ul>
| |
− | </div><!-- /.navbar-collapse -->
| |
− | </div><!-- /.container-fluid -->
| |
− | </nav>
| |
− | </header>
| |
| | | |
| <!-- WRITE YOUR STUFF RIGHT HERE --> | | <!-- WRITE YOUR STUFF RIGHT HERE --> |
Line 428: |
Line 343: |
| | | |
| <!-- BETWEEN THESE TWO COMMENTS --> | | <!-- BETWEEN THESE TWO COMMENTS --> |
− |
| |
− |
| |
− |
| |
− |
| |
− | <div class="row" style="position:relative;bottom:-200px;">
| |
− | <div class="container-fluid footer">
| |
− | <center> <h4 class="center">We thank our sponsors:</h4>
| |
− | <div class="sponsors center">
| |
− | <a href="http://tudelft.nl/en">
| |
− | <img src="https://static.igem.org/mediawiki/2018/c/ca/T--TUDelft--2018_TUDelft.png" alt="tudelft" title="tudelft" style=" ;" />
| |
− | </a>
| |
− | <a href="https://www.tudelft.nl/en/faculty-of-applied-sciences/about-faculty/departments/bionanoscience/">
| |
− | <img src="https://static.igem.org/mediawiki/2018/b/b1/T--TUDelft--2018_bionano.jpeg" alt="Bionanoscience" title="Bionanoscience" style=" ;">
| |
− | </a>
| |
− | <a href="https://www.tudelft.nl/en/faculty-of-applied-sciences/about-faculty/departments/biotechnology/"><img src="https://static.igem.org/mediawiki/2018/6/6f/T--TUDelft--2017_Department_of_Biotechnology.min.jpg" title="Biotechnology" style=" ;"></a>
| |
− | <a href="https://www.tudelft.nl/en/faculty-of-applied-sciences/"><img src="https://static.igem.org/mediawiki/2018/6/6d/T--TUDelft--2018_appliedsciences.png" alt="Faculty of Applied Sciences" title="Faculty of Applied Sciences" style=" "></a>
| |
− |
| |
− | <a href="https://www.tudelft.nl/en/education/programmes/masters/science-education-and-communication/msc-science-education-and-communication/"><img src="https://static.igem.org/mediawiki/2018/1/13/T--TUDelft--2017_Science_Education_and_Communication.min.png" alt="Science Education and Communication" title="Science Education and Communication" style=" ;"></a>
| |
− |
| |
− | <a href="https://www.stud.nl/en/stud-fund"><img src="https://static.igem.org/mediawiki/2018/0/07/T--TUDelft--2018_stud.png" alt="StuD Fonds" title="StuD Fonds" style=" ;"></a>
| |
− | <a href="http://www.medicaldelta.nl/"><img src="https://static.igem.org/mediawiki/2018/d/d6/T--TUDelft--2017_Medical_Delta.min.png" alt="Medical Delta" title="Medical Delta" style=" ;"></a>
| |
− |
| |
− | <a href="https://www.tudelft.nl/health">
| |
− | <img src="https://static.igem.org/mediawiki/2018/4/48/T--TUDelft--healthinitiative.png" alt="TU Delft Health Initiative" title="TU Delft Health Initiative" style=" ;">
| |
− | </a>
| |
− |
| |
− | <a href="https://www.tudelft.nl/sports-engineering-institute/">
| |
− | <img src="https://static.igem.org/mediawiki/2018/0/0d/T--TUDelft--2018_sporteng.jpg" alt="TU Delft Sports Engineering Institute" title="TU Delft Sports Engineering Institute" style=" ;"></a>
| |
− |
| |
− | <a href="http://www.merckmillipore.com/NL/en">
| |
− | <img src="https://static.igem.org/mediawiki/2017/8/86/T--TUDelft--Sponsor_Merck.jpeg" alt="Merck" title="Merck"></a>
| |
| | | |
− | <a href="http://www.snapgene.com">
| |
− | <img src="https://static.igem.org/mediawiki/2017/b/ba/SnapGene_newsletter_1.png" alt="Snapgene" title="Snapgene" style=" ;"></a>
| |
− | <a href="http://www.modernmeadow.com/">
| |
− | <img src="https://static.igem.org/mediawiki/2018/4/48/T--TUDelft--2018_modernmeadow.png" alt="Modern Meadow" title="Modern Meadow" style=";"></a>
| |
− |
| |
− | <a href="https://svi.nl/HomePage"><img src="https://static.igem.org/mediawiki/2018/0/03/T--TUDelft--2018_svi.png" alt="SVI" title="SVI" style=" ;"></a>
| |
− |
| |
− | <a href="https://www.skylinedx.com/"><img src="https://static.igem.org/mediawiki/2018/f/fd/T--TUDelft--2018_skylinedx.png" alt="SkylineDx" title="SkylineDx" style=" ;"></a>
| |
− |
| |
− | <a href="https://www.vironova.com/"><img src="https://static.igem.org/mediawiki/2018/7/7c/T--TUDelft--2018_vironova.png" alt="Vironova" title="Vironova" style=" ;"></a>
| |
− |
| |
− | <a href="http://www.dsm.com"><img src="https://static.igem.org/mediawiki/2017/3/37/T--TUDelft--2017_DSM.jpg" alt="DSM" title="DSM" style=" ;"></a>
| |
− |
| |
− |
| |
− |
| |
− | </div>
| |
− | </center>
| |
− | </div>
| |
− | </div>
| |
| | | |
| <script> | | <script> |