From 91389fd368c4ed930ec35a47e56b14d7acd52cf5 Mon Sep 17 00:00:00 2001 From: Mina Ivancheva <minaivancheva@abv.bg> Date: Wed, 12 Oct 2022 09:58:25 +0000 Subject: [PATCH] Update wiki/menu.html, wiki/pages/parts.html, wiki/pages/improve.html, wiki/pages/engineering.html --- wiki/menu.html | 2 +- wiki/pages/engineering.html | 2 +- wiki/pages/improve.html | 36 +++++++++++++++++++++++++++++++++++- wiki/pages/parts.html | 7 +++++++ 4 files changed, 44 insertions(+), 3 deletions(-) diff --git a/wiki/menu.html b/wiki/menu.html index a1b3e5b..cfc024e 100644 --- a/wiki/menu.html +++ b/wiki/menu.html @@ -56,7 +56,7 @@ Parts </a> <ul class="dropdown-menu" aria-labelledby="navbarDropdown"> - <li><a class="dropdown-item" href="{{ url_for('pages', page='part-collection') }}" style="color:#0081A7">Parts Collection</a></li> + <!-- <li><a class="dropdown-item" href="{{ url_for('pages', page='part-collection') }}" style="color:#0081A7">Parts Collection</a></li>--> <li><a class="dropdown-item" href="{{ url_for('pages', page='parts') }}" style="color:#0081A7">Parts</a></li> <li><a class="dropdown-item" href="{{ url_for('pages', page='improve') }}" style="color:#0081A7">Improve</a></li> </ul> diff --git a/wiki/pages/engineering.html b/wiki/pages/engineering.html index 54bbbf6..50da44f 100644 --- a/wiki/pages/engineering.html +++ b/wiki/pages/engineering.html @@ -4,7 +4,7 @@ <image src="https://static.igem.wiki/teams/4364/wiki/engineering/1.png" width="100%"> <image src="https://static.igem.wiki/teams/4364/wiki/engineering/2.png" width="100%"> <image src="https://static.igem.wiki/teams/4364/wiki/engineering/3.png" width="100%"> - <image src="https://static.igem.wiki/teams/4364/wiki/engineering/imagine.png" width="100%"> + <image src="https://static.igem.wiki/teams/4364/wiki/engineering/4.png" width="100%"> <p></p> <p></p> <p></p> diff --git a/wiki/pages/improve.html b/wiki/pages/improve.html index 731ea3e..09a9543 100644 --- a/wiki/pages/improve.html +++ b/wiki/pages/improve.html @@ -1,4 +1,38 @@ {% extends "layout.html" %} -{% block title %}{% endblock %} +{% block title %}Improve{% endblock %} {% block lead %}{% endblock %} + +{% block page_content %} +<div class="row mt-4"> + <div class="col"> + <h2></h2> + <hr> + </div> +</div> + +<div class="row mt-4"> + <div class="col"> + <table class="table table-hover"> + <thead> + <tr> + <th scope="col">Name</th> + <th scope="col">Type</th> + <th scope="col">Description</th> + <th scope="col">Designers</th> + <th scope="col">Length</th> + </tr> + </thead> + <tbody> + <tr> + <td>Improved version of part <a href="http://parts.igem.org/Part:BBa_K4364000">BBa_K3764000</a></th> + <td>Cloning</td> + <td>mRFP1-based cassette for TA cloning</td> + <td>Slavil Peykov</td> + <td>1029 bp</td> + </tr> + </tbody> + </table> + </div> +</div> +{% endblock %} diff --git a/wiki/pages/parts.html b/wiki/pages/parts.html index f380a39..c967000 100644 --- a/wiki/pages/parts.html +++ b/wiki/pages/parts.html @@ -25,6 +25,13 @@ </tr> </thead> <tbody> + <tr> + <td><a href="http://parts.igem.org/Part:BBa_K4364001">K4364001</a></th> + <td>Coding</td> + <td>blaVIM-2</td> + <td>Slavil Peykov</td> + <td>819 bp</td> + </tr> <tr> <td><a href="http://parts.igem.org/Part:BBa_B0011">BBa_B0011</a></th> <td>Terminator</td> -- GitLab