Line 2: | Line 2: | ||
{{Freiburg/Menubar}} | {{Freiburg/Menubar}} | ||
<html> | <html> | ||
+ | |||
+ | <style> | ||
+ | /* | ||
+ | ---------------- Our Team Flipcards css ---------------- | ||
+ | */ | ||
+ | |||
+ | h2{ | ||
+ | font-weight: 200; | ||
+ | color: #C5162F; | ||
+ | font-size: 40px; | ||
+ | text-align: left; | ||
+ | margin-bottom: 28px; | ||
+ | margin-top: 20px; | ||
+ | line-height: 45px; | ||
+ | } | ||
+ | |||
+ | .outer_flippanel{ | ||
+ | width: 227px; | ||
+ | height: 341px; | ||
+ | margin: 10px 5px; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | .flippanel { | ||
+ | |||
+ | } | ||
+ | |||
+ | .card { | ||
+ | width: 227px; | ||
+ | height: 341px; | ||
+ | -o-transition: all .5s; | ||
+ | -ms-transition: all .5s; | ||
+ | -moz-transition: all .5s; | ||
+ | -webkit-transition: all .5s; | ||
+ | transition: all .5s; | ||
+ | -webkit-backface-visibility: hidden; | ||
+ | -ms-backface-visibility: hidden; | ||
+ | -moz-backface-visibility: hidden; | ||
+ | backface-visibility: hidden; | ||
+ | position: absolute; | ||
+ | top: 0px; | ||
+ | left: 0px; | ||
+ | } | ||
+ | |||
+ | .front { | ||
+ | z-index: 2; | ||
+ | border-radius: 2%; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | |||
+ | .back { | ||
+ | overflow: hidden; | ||
+ | z-index: 1; | ||
+ | -webkit-transform: rotateY(180deg); | ||
+ | -ms-transform: rotateY(180deg); | ||
+ | -moz-transform: rotateY(180deg); | ||
+ | transform: rotateY(180deg); | ||
+ | border-radius: 2%; | ||
+ | |||
+ | } | ||
+ | |||
+ | .back img{ | ||
+ | opacity: .1; | ||
+ | -moz-transform: scale(-1, 1); | ||
+ | -webkit-transform: scale(-1, 1); | ||
+ | -o-transform: scale(-1, 1); | ||
+ | -ms-transform: scale(-1, 1); | ||
+ | transform: scale(-1, 1); | ||
+ | } | ||
+ | .back_content{ | ||
+ | width:100%; | ||
+ | position: absolute; | ||
+ | top:10px; | ||
+ | } | ||
+ | .too_much_text{ | ||
+ | font-size: 15px; | ||
+ | } | ||
+ | .outer_flippanel:hover .front { | ||
+ | z-index: 1; | ||
+ | -webkit-transform: rotateY(-180deg); | ||
+ | -ms-transform: rotateY(-180deg); | ||
+ | -moz-transform: rotateY(-180deg); | ||
+ | transform: rotateY(-180deg); | ||
+ | } | ||
+ | |||
+ | .outer_flippanel:hover .back { | ||
+ | z-index: 2; | ||
+ | -webkit-transform: rotateX(0deg); | ||
+ | -ms-transform: rotateX(0deg); | ||
+ | -moz-transform: rotateX(0deg); | ||
+ | transform: rotateX(0deg); | ||
+ | } | ||
+ | .memberPicture{ | ||
+ | width: 227px; | ||
+ | height: 341px; | ||
+ | } | ||
+ | |||
+ | .profile-name { | ||
+ | font-size: 20px; | ||
+ | color: #0051A2; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .profile-question{ | ||
+ | padding-top:0px; | ||
+ | color: #0051A2; | ||
+ | text-align: left; | ||
+ | |||
+ | } | ||
+ | |||
+ | .answer { | ||
+ | font-size: 95%; | ||
+ | padding-bottom: 10px; | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | .degree { | ||
+ | color: #000; | ||
+ | padding-top: 5px; | ||
+ | padding-bottom: 10px; | ||
+ | font-weight: 300; | ||
+ | text-align: center; | ||
+ | font-size: 18px; | ||
+ | } | ||
+ | |||
+ | .flippanel_group{ | ||
+ | width: 105%; | ||
+ | margin-left: -25px; | ||
+ | display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ | ||
+ | display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ | ||
+ | display: -ms-flexbox; /* TWEENER - IE 10 */ | ||
+ | display: -webkit-flex; /* NEW - Chrome */ | ||
+ | display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */ | ||
+ | flex-wrap: wrap; | ||
+ | -webkit-flex-wrap: wrap; | ||
+ | justify-content: space-around; | ||
+ | -webkit-justify-content: space-around; | ||
+ | |||
+ | } | ||
+ | /* | ||
+ | ---------------- END Our Team Flipcards css ---------------- | ||
+ | */ | ||
+ | |||
+ | </style> | ||
Line 10: | Line 154: | ||
<p>This year’s iGEM team consists of 16 students from many distinct scientific fields including biology, chemistry, medicine, biochemistry/biophysics and informatics. Our team is supervised by Jun. Prof. Maximilian Ulbrich and Dr. Nicole Gensch, both being part of the scientific staff of the BIOSS Centre for Biological Signalling Studies. We also get advice and support from Luisa Keilholz and Adrian Fischer, some former iGEM participants who are sharing their experiences and knowledge with us.</p> | <p>This year’s iGEM team consists of 16 students from many distinct scientific fields including biology, chemistry, medicine, biochemistry/biophysics and informatics. Our team is supervised by Jun. Prof. Maximilian Ulbrich and Dr. Nicole Gensch, both being part of the scientific staff of the BIOSS Centre for Biological Signalling Studies. We also get advice and support from Luisa Keilholz and Adrian Fischer, some former iGEM participants who are sharing their experiences and knowledge with us.</p> | ||
− | + | <div class="flippanel_group"> | |
+ | <div class="outer_flippanel"> | ||
+ | <div class="flippanel"> | ||
+ | <div class="front card"> <img src="https://static.igem.org/mediawiki/2016/8/8c/T--Freiburg--Niklas.png" class=memberPicture id="niklas" alt="Niklas iGEM 2015 Team"></img> | ||
+ | </div> | ||
+ | <div class="back card"> <img src="https://static.igem.org/mediawiki/2016/8/8c/T--Freiburg--Niklas.png" class=memberPicture id="niklas" alt="niklas iGEM 2015 Team"></img> | ||
+ | <div class="back_content"> | ||
+ | <div class="profile-name">Niklas (20)</div> | ||
+ | <div class="degree">Biology, Biochemistry & Biophysics</div> | ||
+ | <div class="profile-question">Why do I participate in iGEM</div> | ||
+ | <div class="answer">Interdisciplinary work on a challenging project</div> | ||
+ | <!-- <div class="profile-question">What would I have studied instead</div> | ||
+ | <div class="answer">Chemistry or Informatics</div> --> | ||
+ | <div class="profile-question">Hobbies (before iGEM)</div> | ||
+ | <div class="answer">Bassoon, cooking, jogging, swimming, reading</div> | ||
+ | <div class="profile-question">Song I would take with me to a desolate island</div> | ||
+ | <div class="answer">Julius Roentgen - Bassoon sonata</div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
<img src="https://static.igem.org/mediawiki/2016/8/8c/T--Freiburg--Niklas.png" style="width:500px"> | <img src="https://static.igem.org/mediawiki/2016/8/8c/T--Freiburg--Niklas.png" style="width:500px"> | ||
<img src="https://static.igem.org/mediawiki/2016/1/17/T--Freiburg--Katha.png" style="width:500px"> | <img src="https://static.igem.org/mediawiki/2016/1/17/T--Freiburg--Katha.png" style="width:500px"> |
Revision as of 05:44, 24 August 2016
Who are we?
This Wiki is under construction - if you miss any information: write us an E-Mail to igem_2016@freigem.org
This year’s iGEM team consists of 16 students from many distinct scientific fields including biology, chemistry, medicine, biochemistry/biophysics and informatics. Our team is supervised by Jun. Prof. Maximilian Ulbrich and Dr. Nicole Gensch, both being part of the scientific staff of the BIOSS Centre for Biological Signalling Studies. We also get advice and support from Luisa Keilholz and Adrian Fischer, some former iGEM participants who are sharing their experiences and knowledge with us.
Niklas (20)
Biology, Biochemistry & Biophysics
Why do I participate in iGEM
Interdisciplinary work on a challenging project
Hobbies (before iGEM)
Bassoon, cooking, jogging, swimming, reading
Song I would take with me to a desolate island
Julius Roentgen - Bassoon sonata