Skip to content
Snippets Groups Projects
Commit 91389fd3 authored by Mina Ivancheva's avatar Mina Ivancheva
Browse files

Update wiki/menu.html, wiki/pages/parts.html, wiki/pages/improve.html, wiki/pages/engineering.html

parent 4dc53df9
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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>
......
{% 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 %}
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment