| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<html lang="en"> | <html lang="en"> | ||
| + | <meta charset="UTF-8"/> | ||
| + | <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> | ||
<style> | <style> | ||
/*! | /*! | ||
| Line 9,069: | Line 9,142: | ||
} | } | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
/* OWN Global Settings */ | /* OWN Global Settings */ | ||
| Line 9,665: | Line 9,734: | ||
<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> | + | <title>Team - GLP.exe</title> |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" | ||
type="text/css"/> | type="text/css"/> | ||
| Line 9,967: | Line 10,036: | ||
-webkit-transform: translateZ(0) scale(1.0, 1.0); | -webkit-transform: translateZ(0) scale(1.0, 1.0); | ||
transform: translateZ(0); | transform: translateZ(0); | ||
| − | background: #1B2030 url(https:// | + | background: #1B2030 url(https://2019.igem.org/wiki/images/0/03/T--Tuebingen--team_banner.jpeg) center no-repeat; |
background-size: 100%, 80%; | background-size: 100%, 80%; | ||
animation: grow 60s linear 10ms infinite; | animation: grow 60s linear 10ms infinite; | ||
| Line 9,991: | Line 10,060: | ||
.info h1 { | .info h1 { | ||
font-size: 80px; | font-size: 80px; | ||
| − | + | margin-top: -5%; | |
| + | } | ||
@media only screen and (max-width: 800px) { | @media only screen and (max-width: 800px) { | ||
.info h1 { | .info h1 { | ||
| − | margin-top: | + | margin-top: 8%; |
font-size: 75px; | font-size: 75px; | ||
text-align: center; | text-align: center; | ||
| + | } | ||
| + | } | ||
| + | |||
| + | @media only screen and (max-width: 700px) { | ||
| + | .info h1 { | ||
| + | margin-top: 5%; | ||
| + | font-size: 65px; | ||
} | } | ||
} | } | ||
| Line 10,003: | Line 10,080: | ||
@media only screen and (max-width: 660px) { | @media only screen and (max-width: 660px) { | ||
.info h1 { | .info h1 { | ||
| − | margin-top: | + | margin-top: 15%; |
font-size: 65px; | font-size: 65px; | ||
} | } | ||
| Line 10,010: | Line 10,087: | ||
@media only screen and (max-width: 560px) { | @media only screen and (max-width: 560px) { | ||
.info h1 { | .info h1 { | ||
| − | margin-top: | + | margin-top: 6%; |
| − | font-size: | + | font-size: 40px; |
| + | } | ||
| + | .header { | ||
| + | height: 35vh; | ||
} | } | ||
} | } | ||
| Line 10,023: | Line 10,103: | ||
@media only screen and (max-width: 400px) { | @media only screen and (max-width: 400px) { | ||
.info h1 { | .info h1 { | ||
| − | font-size: | + | font-size: 30px; |
} | } | ||
} | } | ||
| Line 10,038: | Line 10,118: | ||
<body> | <body> | ||
<section id="nav-placeholder"> | <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;"> | style="background-color: rgba(30, 30, 30, 0.3); z-index: 100;"> | ||
<a class="navbar-brand" href="https://2019.igem.org/Team:Tuebingen"> | <a class="navbar-brand" href="https://2019.igem.org/Team:Tuebingen"> | ||
| Line 10,102: | Line 10,182: | ||
Parts</a> | Parts</a> | ||
<a class="dropdown-item" href="/Team:Tuebingen/Characterized_Part" | <a class="dropdown-item" href="/Team:Tuebingen/Characterized_Part" | ||
| − | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;"> | + | style="font-family: 'Righteous', cursive; font-weight: normal; color: #2ecc71;">Characterized |
Parts</a> | Parts</a> | ||
<a class="dropdown-item" href="/Team:Tuebingen/Composite_Part" | <a class="dropdown-item" href="/Team:Tuebingen/Composite_Part" | ||
| Line 10,222: | Line 10,302: | ||
<div class="header"> | <div class="header"> | ||
<div class="info"> | <div class="info"> | ||
| − | <h1 style="color: # | + | <h1 style="color: #2ecc71; font-family: 'Righteous', cursive; font-weight: normal; line-height: 60px; text-transform: uppercase; text-shadow: 2px 2px 0 #000;"> |
| − | MEET OUR | + | MEET OUR TEAM</h1> |
</div> | </div> | ||
</div> | </div> | ||
| Line 10,420: | Line 10,500: | ||
<div class="profile-content"> | <div class="profile-content"> | ||
<h2 class="title">Eva Kunzelmann | <h2 class="title">Eva Kunzelmann | ||
| − | <span>Cell and Molecular Biology</span> | + | <span>Cell and Molecular Biology MSc.</span> |
</h2> | </h2> | ||
<div class="social-link"> | <div class="social-link"> | ||
| Line 10,535: | Line 10,615: | ||
<div class="quote"> | <div class="quote"> | ||
<blockquote style="color: #0b0b0b"> | <blockquote style="color: #0b0b0b"> | ||
| − | <p> | + | <p>More creative than in the lab.</p> |
</blockquote> | </blockquote> | ||
</div> | </div> | ||
| Line 10,615: | Line 10,695: | ||
</div> | </div> | ||
| − | <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'> | + | <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" | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | <div class='col- | + | |
| − | + | ||
| − | src="https://2019.igem.org/wiki/images/ | + | |
style="max-height: 80px;"></a> | style="max-height: 80px;"></a> | ||
| + | </div> | ||
| + | |||
| + | <div class='col-6 col-md-2 sponsorLogo text-center'> | ||
| + | <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'> | ||
| + | <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> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
</body> | </body> | ||
</html> | </html> | ||
Latest revision as of 20:06, 11 December 2019
MEET OUR TEAM
Lars Angenent Professor
Bastian Molitor Junior Group Leader
Patrick Schweizer Advisor
Sarah Schulz Advisor
Lukas Heumos Bioinformatics MSc.
Lina Widerspick Molecular Medicine BSc.
Marietheres Evers Molecular Medicine BSc.
Jakob Keck Nano-Science MSc.
Eva Kunzelmann Cell and Molecular Biology MSc.
Philipp Ehmele Medicine and Computer Science BSc.
Famke Bäuerle Nano-Science MSc.
Patrick Müller Molecular Medicine BSc.
Antonia Binder Biochemistry BSc.
Jonas Steinwender Nano-Science BSc.
Luzia Hamma Biology BSc.
Katharina Csik Molecular Medicine BSc.




























