(Created page with "<html lang="en"> <head> <meta charset="UTF-8"> <title>Gallery</title> </head> <style> /*! * Bootstrap v4.1.0 (https://getbootstrap.com/) * Copyright 2011-2018 T...") |
|||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<html lang="en"> | <html lang="en"> | ||
| + | <style> | ||
| + | /* Paste this css to your style sheet file or under head tag */ | ||
| + | /* This only works with JavaScript, | ||
| + | if it's not present, don't show loader */ | ||
| + | .js #loader { | ||
| + | display: block; | ||
| + | position: absolute; | ||
| + | left: 100px; | ||
| + | top: 0; | ||
| + | } | ||
| + | |||
| + | .se-pre-con { | ||
| + | position: fixed; | ||
| + | left: 0px; | ||
| + | top: 0px; | ||
| + | width: 100%; | ||
| + | height: 100%; | ||
| + | z-index: 9999; | ||
| + | background: #292935; | ||
| + | } | ||
| + | |||
| + | .se-pre-con img { | ||
| + | width: 40%; | ||
| + | height: 40%; | ||
| + | margin-left: 30%; | ||
| + | margin-top: 15%; | ||
| + | } | ||
| + | |||
| + | @media screen and (min-width: 1500px ) { | ||
| + | .se-pre-con img { | ||
| + | margin-top: 20%; | ||
| + | width: 25%; | ||
| + | height: 15%; | ||
| + | margin-left: 35%; | ||
| + | } | ||
| + | } | ||
| + | |||
| + | @media screen and (max-width: 1100px ) { | ||
| + | .se-pre-con img { | ||
| + | margin-top: 20%; | ||
| + | height: 30%; | ||
| + | width: 50%; | ||
| + | margin-left: 25%; | ||
| + | } | ||
| + | } | ||
| + | |||
| + | @media screen and (max-width: 700px ) { | ||
| + | .se-pre-con img { | ||
| + | margin-top: 18%; | ||
| + | height: 20%; | ||
| + | } | ||
| + | } | ||
| + | </style> | ||
| + | </head> | ||
| + | <body> | ||
| + | <div class="se-pre-con"> | ||
| + | <img src="https://2019.igem.org/wiki/images/4/49/T--Tuebingen--DNA_gif.gif"> | ||
| + | </div> | ||
| + | <script src="https://2019.igem.org/Team:Tuebingen/jqueryLoadJS?action=raw&ctype=text/javascript"></script> | ||
| + | <script src="https://2019.igem.org/Team:Tuebingen/jmodernizerJS?action=raw&ctype=text/javascript"></script> | ||
| + | <script> | ||
| + | $(window).load(function () { | ||
| + | setTimeout(removeLoader, 1000); | ||
| + | }); //wait for page load PLUS one seconds. | ||
| + | function removeLoader() { | ||
| + | $(".se-pre-con").fadeOut(500, function () { | ||
| + | // fadeOut complete. Remove the loading div | ||
| + | $(".se-pre-con").remove(); //makes page more lightweight | ||
| + | }); | ||
| + | } | ||
| + | </script> | ||
| + | </body> | ||
<head> | <head> | ||
<meta charset="UTF-8"> | <meta charset="UTF-8"> | ||
| − | <title>Gallery</title> | + | <title>GLP.exe - Gallery</title> |
</head> | </head> | ||
| Line 9,074: | Line 9,146: | ||
} | } | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
/* OWN Global Settings */ | /* OWN Global Settings */ | ||
| Line 9,671: | Line 9,739: | ||
<meta charset="UTF-8"> | <meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0"/> | <meta name="viewport" content="width=device-width,initial-scale=1.0"/> | ||
| − | <title>Gallery</title> | + | <title>GLP.exe - Gallery</title> |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" type="text/css"/> | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" type="text/css"/> | ||
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Righteous"/> | <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Righteous"/> | ||
| Line 9,821: | Line 9,889: | ||
<body style=""> | <body style=""> | ||
| − | + | <section id="nav-placeholder"> | |
| − | + | <nav class="shadow navbar navbar-expand-md navbar-dark fixed-top" | |
| − | + | style="background-color: rgba(30, 30, 30, 0.3); z-index: 100;"> | |
| − | + | <a class="navbar-brand" href="https://2019.igem.org/Team:Tuebingen"> | |
| − | + | <img src="https://2019.igem.org/wiki/images/2/2a/T--Tuebingen--white_logo_animated.gif" alt="logo" | |
| − | + | style="width:70px;"> | |
| − | + | <h5 class="d-inline ml-3" style="font-family: 'Righteous', cursive; font-weight: normal;">GLP.exe</h5> | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
</a> | </a> | ||
| − | <div class="dropdown-menu"> | + | <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar"> |
| − | + | <span class="navbar-toggler-icon"></span> | |
| − | + | </button> | |
| − | + | <div class="collapse navbar-collapse justify-content-around" id="collapsibleNavbar"> | |
| − | + | <ul class="navbar-nav"> | |
| − | + | <li id="ourStoryButton" class="nav-item mx-3"> | |
| − | + | <a class="nav-link" href="/Team:Tuebingen/Story" | |
| − | + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">OUR | |
| − | + | STORY</a> | |
| − | + | </li> | |
| − | + | ||
| − | + | <li class="nav-item dropdown mx-3"> | |
| − | + | <a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown" | |
| − | + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;"> | |
| − | + | PROJECT | |
| − | + | </a> | |
| − | + | <div class="dropdown-menu"> | |
| − | + | <a class="dropdown-item" href="/Team:Tuebingen/Description" | |
| − | + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Description</a> | |
| − | + | <a class="dropdown-item" href="/Team:Tuebingen/Killswitch" | |
| − | + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Kill | |
| − | + | Switch</a> | |
| − | + | <a class="dropdown-item" href="/Team:Tuebingen/Nissle" | |
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Nissle</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Incretin" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Incretin</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Model" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Model</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Software" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Software</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Results" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Results</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Demonstrate" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Demonstrate</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Notebook" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Notebook</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Outlook" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Outlook</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Entrepreneurship" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Entrepreneurship</a> | ||
| + | </div> | ||
| + | </li> | ||
| + | <li class="nav-item dropdown mx-3"> | ||
| + | <a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;"> | ||
| + | PARTS | ||
| + | </a> | ||
| + | <div class="dropdown-menu"> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Parts" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Parts | ||
| + | Overview</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Basic_Part" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Basic | ||
| + | Parts</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Improved_Part" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Improved | ||
| + | Parts</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Characterized_Part" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Characterized | ||
| + | Parts</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Composite_Part" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Composite | ||
| + | Parts</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Part_Collection" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Part | ||
| + | Collection</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Downloads" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Downloads</a> | ||
| + | </div> | ||
| + | </li> | ||
| + | |||
| + | <li class="nav-item dropdown mx-3"> | ||
| + | <a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal;color: #2ecc71;"> | ||
| + | PEOPLE | ||
| + | </a> | ||
| + | <div class="dropdown-menu"> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Team" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Team</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Collaborations" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Collaborations</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Sponsors" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Sponsors</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Attributions" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Attributions</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Gallery" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Gallery</a> | ||
| + | </div> | ||
| + | </li> | ||
| + | |||
| + | <li class="nav-item dropdown mx-3"> | ||
| + | <a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;"> | ||
| + | HUMAN PRACTICES | ||
| + | </a> | ||
| + | <div class="dropdown-menu"> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Human_Practices" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Overview</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Public_Engagement" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Education | ||
| + | & Public Engagement</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Experts" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Experts</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/SDG" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Sustainable | ||
| + | Development Goals</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Experimenta" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Experimenta | ||
| + | Science Center</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Survey" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Survey</a> | ||
| + | </div> | ||
| + | </li> | ||
| + | <li class="nav-item dropdown mx-3"> | ||
| + | <a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;"> | ||
| + | AWARDS | ||
| + | </a> | ||
| + | <div class="dropdown-menu"> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Human_Practices" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Integrated | ||
| + | Human Practise</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Public_Engagement" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Education | ||
| + | & Public Engagement</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Entrepreneurship" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Supporting | ||
| + | Entrepreneurship</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Model" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Model</a> | ||
| + | <a class="dropdown-item" href="/Team:Tuebingen/Software" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Software</a> | ||
| + | </div> | ||
| + | </li> | ||
| + | |||
| + | <li class="nav-item mx-3"> | ||
| + | <a class="nav-link" href="/Team:Tuebingen/Safety" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">SAFETY</a> | ||
| + | </li> | ||
| + | |||
| + | <li class="nav-item mx-3"> | ||
| + | <a class="nav-link" href="https://igem.org/2019_Judging_Form?team=Tuebingen" target="_blank" | ||
| + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">JUDGING FORM | ||
| + | ⇗</a> | ||
| + | </li> | ||
| + | |||
| + | <li class="nav-item mx-1 pt-2"> | ||
| + | <a href="https://www.facebook.com/igemtuebingen/" class="fa fa-facebook" target="_blank"></a> | ||
| + | </li> | ||
| + | <li class="nav-item mx-1 pt-2"> | ||
| + | <a href="https://twitter.com/iGEMTuebingen" class="fa fa-twitter" target="_blank"></a> | ||
| + | </li> | ||
| + | <li class="nav-item mx-1 pt-2"> | ||
| + | <a href="https://www.instagram.com/igem_tuebingen/" class="fa fa-instagram" target="_blank"></a> | ||
| + | </li> | ||
| + | |||
| + | </ul> | ||
</div> | </div> | ||
| − | </ | + | </nav> |
| − | + | </section> | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | </section> | + | |
| − | + | ||
<script> | <script> | ||
var url = window.location.href; | var url = window.location.href; | ||
| Line 10,103: | Line 10,177: | ||
| − | <div class='container-fluid p-3' style="background-color: | + | <div class='container-fluid p-3' style="background-color: #919191;"> |
| − | + | <hr> | |
| − | + | <div class='row align-items-center'> | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
<div class='col-6 col-md-2 sponsorLogo text-center'> | <div class='col-6 col-md-2 sponsorLogo text-center'> | ||
| − | + | <a href="https://www.stura-tuebingen.de/" target="_blank2"><img class="img-fluid" | |
| − | + | src="https://2019.igem.org/wiki/images/1/10/T--Tuebingen--stura_logo.png" | |
| − | + | style="max-height: 80px;"></a> | |
| − | + | </div> | |
| − | + | ||
| − | + | <div class='col-6 col-md-2 sponsorLogo text-center'> | |
| − | + | <a href="https://www.kohlbacherlab.org" target="_blank2"><img class="img-fluid" | |
| − | + | src="https://2019.igem.org/wiki/images/9/99/T--Tuebingen--kohlbacher_logo.png" | |
| − | + | style="max-height: 80px;"></a> | |
| − | + | </div> | |
| − | + | <div class='col-6 col-md-2 sponsorLogo text-center'> | |
| − | + | <a href="https://www.dieter-schwarz-stiftung.de/homepage.html" target="_blank2"><img class="img-fluid" | |
| − | + | src="https://2019.igem.org/wiki/images/8/86/T--Tuebingen--LogoDSS.png" | |
| − | + | style="max-height: 80px;"></a> | |
| − | + | </div> | |
| − | + | ||
| − | + | <div class='col-6 col-md-2 sponsorLogo text-center'> | |
| − | + | <a href="https://www.embl.de/" target="_blank2"><img class="img-fluid" | |
| − | + | src="https://2019.igem.org/wiki/images/c/c4/T--Tuebingen--embl_logo.png" | |
| − | + | style="max-height: 80px;"></a> | |
| − | + | </div> | |
| − | + | ||
| − | + | <div class='col-6 col-md-2 sponsorLogo text-center'> | |
| − | + | <a href="https://www.experimenta.science/en/" target="_blank2"><img class="img-fluid" | |
| − | + | src="https://2019.igem.org/wiki/images/e/eb/T--Tuebingen--Logo-Experimenta.png" | |
| − | + | style="max-height: 80px;"></a> | |
| − | + | </div> | |
| − | + | ||
| − | + | <div class='col-6 col-md-2 sponsorLogo text-center'> | |
| − | </div> | + | <a href="https://www.medizin.uni-tuebingen.de/de/medizinische-fakultaet/forschung/core-facilities/ncct" |
| + | target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/e/ec/T--Tuebingen--NCCT.png" | ||
| + | style="max-height: 80px;"></a> | ||
| + | </div> | ||
| + | |||
| + | </div> | ||
| + | |||
| + | <hr> | ||
| + | <div class='row align-items-center'> | ||
<div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| − | + | <a href="https://www.lexogen.com/" target="_blank2"><img class="img-fluid" | |
| − | + | src="https://2019.igem.org/wiki/images/4/43/T--Tuebingen--lexogen_logo.png"></a> | |
| − | + | </div> | |
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://www.zmbp.uni-tuebingen.de/zmbp.html" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/d/d8/T--Tuebingen--zmbp_logo.png" | ||
| + | style="max-height: 80px;"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="http://s466755640.online.de/4bl/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/0/0b/T--Tuebingen--4base_logo.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://www.agilent.com/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/e/e7/T--Tuebingen--agilent_logo.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://www.digitalocean.com/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/6/67/T--Tuebingen--digitalocean_logo.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://dwk.com/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/c/ce/T--Tuebingen--dwk_logo.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://www.eppendorf.com/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/a/a6/T--Tuebingen--eppendorf_logo.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://www.implen.de/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/b/bb/T--Tuebingen--Logo-Implen.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://www.jenabioscience.com/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/3/31/T--Tuebingen--JBS_logo.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://www.gbo.com/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/a/ae/T--Tuebingen--greiner_logo.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="http://www.metabion.com/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/4/41/T--Tuebingen--Logo-Metabion.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://www.microsynth.ch/home-ch.html" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/1/18/T--Tuebingen--microsynth_logo.png"></a> | ||
| + | </div> | ||
| + | </div> | ||
| + | |||
| + | <div class='row align-items-center'> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://www.neb.com/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/2/29/T--Tuebingen--neb_logo.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://www.promega.de/en/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/f/f8/T--Tuebingen--promega_logo.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://www.qiagen.com/us/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/9/92/T--Tuebingen--qiagen_logo.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://www.carlroth.com/en/en" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/6/61/T--Tuebingen--roth_logo.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://www.sitoolsbiotech.com/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/3/31/T--Tuebingen--sibiotools_logo.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://www.snapgene.com/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/3/3a/T--Tuebingen--snapgene_logo.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://www.trilinkbiotech.com/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/b/b6/T--Tuebingen--trilink_logo.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://twistbioscience.com/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/4/4c/T--Tuebingen--Logo-Twist.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="http://www.vazymebiotech.com/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/b/b7/T--Tuebingen--vazyme_logo.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://www.biolegend.com/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/c/c3/T--Tuebingen--biolegend_logo.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://www.zymoresearch.de/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/6/6e/T--Tuebingen--zymo_logo.png"></a> | ||
| + | </div> | ||
| + | <div class='col-4 col-md-2 col-xl-1 sponsorLogo text-center'> | ||
| + | <a href="https://www.eurofins.com/" target="_blank2"><img class="img-fluid" | ||
| + | src="https://2019.igem.org/wiki/images/c/cd/T--Tuebingen--eurofins_logo.svg"></a> | ||
| + | </div> | ||
| + | |||
| + | </div> | ||
</div> | </div> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
</div> | </div> | ||
</html> | </html> | ||
Latest revision as of 20:43, 21 October 2019









































