diff --git a/wiki/menu.html b/wiki/menu.html
index a1b3e5b19119ef2a5e917ad46950ddc71f5df8f2..cfc024ed6b63d2c38265478b6331340bda0f3829 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 54bbbf64d8b3ac1f4ed74e025ae79e0baa67357b..50da44f0609e3ed6991757859cfce57020784443 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 731ea3e8bd332361ea4818734fbdc43583ec2e0a..09a95436dc6b5c5bbd45253893f6a8ea90a675ce 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 f380a39ac6443e685e9dbacd3a1508c2b5cc52f1..c967000014edeae92a02cb10d98550c09159a9b7 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>