(Experiment page with protocols in pdf) |
|||
Line 1: | Line 1: | ||
− | {{Bordeaux}} | + | {{:Team:Bordeaux/Template/Navbar}} |
<html> | <html> | ||
− | < | + | <head> |
+ | <meta charset="utf-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <link rel="stylesheet" href="https://2018.igem.org/Team:Bordeaux/Template/bootstrapcss?action=raw&ctype=text/css"> | ||
+ | <link rel="stylesheet" href="https://2018.igem.org/Team:Bordeaux/Template/css?action=raw&ctype=text/css"> | ||
+ | <style> | ||
+ | /* Main page background */ | ||
− | + | #bodyContent { | |
− | + | /*background-color: #efefef;*/ | |
+ | } | ||
− | + | /* Top Banner */ | |
− | + | ||
− | + | ||
− | + | .team_banner { | |
+ | width: 100%; | ||
+ | } | ||
+ | .text_title { | ||
+ | font-size: 4vw; | ||
+ | position: relative; | ||
+ | left: 2vw; | ||
+ | bottom: 8vw; | ||
+ | color: #ffffff; | ||
+ | text-shadow: 2px 2px 5px; | ||
+ | } | ||
+ | /* Presentation text*/ | ||
− | + | .text_intro { | |
− | + | background-color: #ffffff !important; | |
− | + | padding: 4% 4% 4% 4%; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | video { | |
+ | width: 100% !important; | ||
+ | } | ||
− | + | .bg-color1 { | |
− | + | background-color: #3F51B5; | |
− | + | color: white; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | .bg-color2 { | ||
+ | background-color: #FF9800; | ||
+ | color: white; | ||
+ | } | ||
− | + | .bg-color3 { | |
+ | background-color: #8BC34A; | ||
+ | color: white; | ||
+ | } | ||
+ | .bg-color4 { | ||
+ | background-color: #9C27B0; | ||
+ | color: white; | ||
+ | } | ||
+ | .bg-color5 { | ||
+ | background-color: #2196F3; | ||
+ | color: white; | ||
+ | } | ||
+ | .bg-color6 { | ||
+ | background-color: #E91E63; | ||
+ | color: white; | ||
+ | } | ||
− | </html> | + | .section-title { |
+ | margin-bottom: 50px !important; | ||
+ | } | ||
+ | |||
+ | .section-padding { | ||
+ | padding: 80px; | ||
+ | } | ||
+ | |||
+ | embed { | ||
+ | width: 100%; | ||
+ | height: 100vh; | ||
+ | margin-top: 25px; | ||
+ | } | ||
+ | |||
+ | .pdf { | ||
+ | color: white !important; | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | <!-- Main Content--> | ||
+ | <!-- Intro Team IGEM--> | ||
+ | <div class="container text_intro"> | ||
+ | <h2>Experiments</h2> | ||
+ | </div> | ||
+ | <div class="bg-color2 section-padding separator"> | ||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="col-12"> | ||
+ | <h2 class="section-title">Cloning protocols</h2> | ||
+ | <a class="pdf" href="https://static.igem.org/mediawiki/2018/c/c5/T--Bordeaux--clonageNote.pdf#toolbar=0&navpanes=0&scrollbar=0&statusbar=0&messages=0&scrollbar=0" | ||
+ | type="application/pdf" download="Cloning_protocols"> | ||
+ | 🔗 Download pdf</a> | ||
+ | </div> | ||
+ | <div class="col-12"> | ||
+ | <embed src="https://static.igem.org/mediawiki/2018/c/c5/T--Bordeaux--clonageNote.pdf" alt="pdf" pluginspage="http://www.adobe.com/products/acrobat/readstep2.html"> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="bg-color1 section-padding separator"> | ||
+ | <div class="container"> | ||
+ | <div class="row"> | ||
+ | <div class="col-12"> | ||
+ | <h2 class="section-title">Chemistry protocols</h2> | ||
+ | <a class="pdf" href="https://static.igem.org/mediawiki/2018/e/eb/T--Bordeaux--chemistryNote.pdf#toolbar=0&navpanes=0&scrollbar=0&statusbar=0&messages=0&scrollbar=0" | ||
+ | type="application/pdf" download="Chemistry_protocols"> | ||
+ | 🔗 Download pdf</a> | ||
+ | </div> | ||
+ | <div class="col-12"> | ||
+ | <embed src="https://static.igem.org/mediawiki/2018/e/eb/T--Bordeaux--chemistryNote.pdf" alt="pdf" pluginspage="http://www.adobe.com/products/acrobat/readstep2.html"> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <script href="https://2018.igem.org/Team:Bordeaux/Template/bootstrapjs?action=raw"></script> | ||
+ | </body> |
Revision as of 13:10, 10 October 2018