diff --git a/wiki/pages/notebook.html b/wiki/pages/notebook.html index c955f7b10fc5e2133d130c370a1500c942063495..153937c83d98f87b786faa6bcf57ab258279a1ce 100644 --- a/wiki/pages/notebook.html +++ b/wiki/pages/notebook.html @@ -5,30 +5,20 @@ {% block page_content %} -<div class="row mt-4"> - <div class="col-lg-8"> - <h2>What should this page contain?</h2> - <hr> - <ul> - <li>Chronological notes of what your team is doing.</li> - <li>Brief descriptions of daily important events.</li> - <li>Pictures of your progress.</li> - <li>Mention who participated in what task.</li> - </ul> - </div> - <div class="col-lg-4"> - <h2>Inspirations</h2> - <hr> - <ul> - <li><a href="http://2018.igem.org/Team:Munich/Notebook">2018 Munich</a></li> - <li><a href="https://2019.igem.org/Team:Georgia_State/Notebook">2019 Georgia State</a></li> - <li><a href="https://2019.igem.org/Team:Newcastle/Notebook">2019 Newcastle</a></li> - <li><a href="https://2020.igem.org/Team:IISER-Pune-India/Notebook">2020 IISER Pune India</a></li> - <li><a href="https://2020.igem.org/Team:Lund/Notebook">2020 Lund</a></li> - <li><a href="https://2020.igem.org/Team:NOVA_LxPortugal/Notebook">2020 NOVA LxPortugal</a></li> - <li><a href="https://2020.igem.org/Team:RDFZ-China/NoteBook">2020 RDFZ China</a></li> - </ul> +<div class="position-relative container"> + <img class="w-100" src="https://static.igem.wiki/teams/4871/wiki/the-great-wave-off-kanagawa-1.webp"> + <div class="title-in-img"> + NOTEBOOK </div> </div> +<div><p> </p></div> + +<object data="https://static.igem.wiki/teams/4871/wiki/igem-notebook.pdf" type="application/pdf" width="400px" height="400px"> + <p> + Your browser does not support PDF files. + <a href="https://static.igem.wiki/teams/4871/wiki/igem-notebook.pdf">Download the file instead</a> + </p> +</object> + {% endblock %}