MoritzIGEM (Talk | contribs) |
MoritzIGEM (Talk | contribs) |
||
| Line 2: | Line 2: | ||
<html> | <html> | ||
| − | + | <style> | |
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap'); | @import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap'); | ||
| Line 64: | Line 64: | ||
</style> | </style> | ||
| − | <div id="background-container" style=" height: 500px; border-width: 2px; border: solid;"> | + | <div class="pictureTitle container-fluid text-center mb-0 align-items-center text-light"> |
| + | |||
| + | <div class="display-3 mt-5 mb-0"> | ||
| + | ALiVE | ||
| + | </div> | ||
| + | <h4>Analysis of Living Cells by Vesicular Export</h4> | ||
| + | |||
| + | </div> | ||
| + | |||
| + | <div class="showCase container-fluid jumbotron jumbotron-fluid bg-white text-center align-items-center text-dark mb-0"> | ||
| + | <div class="row align-items-center"> | ||
| + | <div class="col-12 col-md-12"> | ||
| + | <figure class="figure"> | ||
| + | <img src="https://2019.igem.org/wiki/images/5/59/T--Munich--test1.png" class="figure-img img-fluid rounded" alt="A generic square placeholder image with rounded corners in a figure."> | ||
| + | </figure> | ||
| + | </div> | ||
| + | </div> | ||
| + | |||
| + | </div> | ||
| + | |||
| + | |||
| + | <div class="phaContainer bg-white text-dark mb-4"> | ||
| + | <aside id="phaContentsOuter"> | ||
| + | <aside id="phaContents" class="table-of-contents"> | ||
| + | <!-- will be generated with JS --> | ||
| + | </aside> | ||
| + | </aside> | ||
| + | |||
| + | <main class="post-content"> | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | <!--<div id="background-container" style=" height: 500px; border-width: 2px; border: solid;"></div>--> | ||
| + | <div id="background-container" style="position:absolute; height: 500px; border-width: 2px; border: solid;"> | ||
<script type="text/javascript" src="https://2019.igem.org/Team:Munich/backgroundGraphics/p5JS?action=raw&ctype=text/javascript"></script> | <script type="text/javascript" src="https://2019.igem.org/Team:Munich/backgroundGraphics/p5JS?action=raw&ctype=text/javascript"></script> | ||
<script> | <script> | ||
| − | + | function setup() { | |
| − | + | background(0); | |
| − | + | stroke(255); | |
| − | + | var parent = document.getElementById("background-container"); | |
| − | + | canvas = createCanvas(parent.clientWidth,parent.clientHeight); | |
| − | + | canvas.parent("background-container"); | |
| + | |||
| + | } | ||
| + | |||
| + | function windowResized(){ | ||
| + | resizeCanvas(windowWidth,windowHeight); | ||
| + | } | ||
| + | |||
| + | function draw() { | ||
| + | if (mouseIsPressed){ | ||
| + | line(pmouseX,pmouseY,mouseX,mouseY); | ||
| + | } | ||
| + | } | ||
| + | </script> | ||
| + | |||
| + | </main> | ||
| + | </div> | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | <script type="text/javascript" src="https://2019.igem.org/Template:Munich/AliveContentsJS?action=raw&ctype=text/javascript"></script> | ||
| + | |||
| + | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
</html> | </html> | ||
| + | |||
{{Munich/AliveFooterCSS}} | {{Munich/AliveFooterCSS}} | ||
Revision as of 16:12, 7 September 2019
ALiVE
Analysis of Living Cells by Vesicular Export















