Team:Dundee/Notebook
From 2014.igem.org
(Difference between revisions)
Aplochocka (Talk | contribs) |
|||
(6 intermediate revisions not shown) | |||
Line 16: | Line 16: | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | |||
+ | .jumbotron{ | ||
+ | height: 300px; | ||
+ | background: green; | ||
+ | color: white; | ||
+ | |||
+ | } | ||
+ | #btnRow{ | ||
+ | padding-top: 30px; | ||
+ | padding-bottom: 30px; | ||
+ | } | ||
+ | |||
+ | .toLesson{ | ||
+ | background: green; | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | .btn-group > a{ | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | .toClass{ | ||
+ | background: #97c3c3; | ||
+ | } | ||
+ | |||
#magazine{ | #magazine{ | ||
Line 37: | Line 61: | ||
<div class="container"> | <div class="container"> | ||
<div class="jumbotron"> | <div class="jumbotron"> | ||
- | <h1> | + | <h1>Notebook</h2> |
- | <p class="lead"> | + | <p class="lead">When it All Happened</p> |
</div> | </div> | ||
Line 46: | Line 70: | ||
<div class="row-12"> | <div class="row-12"> | ||
<p> | <p> | ||
- | + | In this book you can read our weekly account of our work, which was carried out over the summer; everything from failed western blots to frustrating stochastic modelling. | |
+ | <br/> | ||
+ | <br/> | ||
+ | To view this content out of book form and in a more classic format click <a href="https://2014.igem.org/Team:Dundee/Notebook/normal">here</a>. | ||
</p> | </p> | ||
</div> | </div> | ||
Line 157: | Line 184: | ||
<div class="btn-group btn-group-justified"> | <div class="btn-group btn-group-justified"> | ||
<div class="btn-group"> | <div class="btn-group"> | ||
- | <a class="btn btn-default" id="lastPage">Previous Page</a> | + | <a class="btn btn-default toClass" id="lastPage">Previous Page</a> |
</div> | </div> | ||
<div class="btn-group"> | <div class="btn-group"> | ||
Line 163: | Line 190: | ||
</div> | </div> | ||
<div class="btn-group"> | <div class="btn-group"> | ||
- | <a class="btn btn-default" id="nextPage">Next Page</a> | + | <a class="btn btn-default toClass" id="nextPage">Next Page</a> |
</div> | </div> | ||
</div> | </div> | ||
Line 181: | Line 208: | ||
</div> | </div> | ||
<div class="btn-group"> | <div class="btn-group"> | ||
- | <a href="https://2014.igem.org/Team:Dundee/inside/ | + | <a href="https://2014.igem.org/Team:Dundee/inside/library" class="btn btn-default toClass">Back to Library</a> |
</div> | </div> | ||
<div class="btn-group"> | <div class="btn-group"> | ||
- | <a href ="famAlbum" class="btn btn-default toLesson">Next Book: | + | <a href ="famAlbum" class="btn btn-default toLesson">Next Book: Family Album</a> |
</div> | </div> | ||
</div> | </div> | ||
Line 222: | Line 249: | ||
$( "#nextPage" ).click(function() { | $( "#nextPage" ).click(function() { | ||
$('#magazine').turn('next'); | $('#magazine').turn('next'); | ||
+ | }); | ||
+ | |||
+ | $( "#info" ).click( function() { | ||
+ | $('#welcomeNote').appendTo("body"); | ||
+ | $("#welcomeNote").modal(); | ||
}); | }); | ||
Line 235: | Line 267: | ||
</body> | </body> | ||
</html> | </html> | ||
+ | {{:Team:Dundee/Template/welcomeNoteLibrary}} |
Latest revision as of 23:22, 17 October 2014
Notebook
When it All Happened
In this book you can read our weekly account of our work, which was carried out over the summer; everything from failed western blots to frustrating stochastic modelling.
To view this content out of book form and in a more classic format click here.