From ce69406811199cc2a872e35c8437c9f17c6e5bee Mon Sep 17 00:00:00 2001
From: Kalen Clifton <clifton.kalen@gmail.com>
Date: Thu, 12 Oct 2023 10:52:16 +0000
Subject: [PATCH] Update engineering.html to fix broken image links

---
 wiki/pages/engineering.html | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/wiki/pages/engineering.html b/wiki/pages/engineering.html
index 6b645e9..bfe75e5 100644
--- a/wiki/pages/engineering.html
+++ b/wiki/pages/engineering.html
@@ -5,18 +5,6 @@
 
 {% block page_content %}
 
-<div class="row mt-4">
-  <div class="col">
-    <div class="bd-callout bd-callout-info">
-      <h4>Silver Medal Criterion #1</h4>
-      <p>Demonstrate engineering success in a part of your project by going through at least one iteration of the engineering design cycle. This achievement should be distinct from your Contribution for Bronze.<p>
-      <p>If you plan to show engineering success by creating a new Part that has been shown to work as expected, you must document your contribution on the Part's Main Page on the <a href="http://parts.igem.org/Main_Page">Registry</a> for your team to be eligible for this criteria.</p>
-      <hr>
-      <p>Please see the <a href="https://competition.igem.org/judging/medals">2023 Medals Page</a> for more information.</p>
-    </div>
-  </div>
-</div>
-
 <div class="spacer homepage-spacer row mt-4">
   <div class="col-md-12">
     <h2 style = "color:black">Purpose And Function</h2>
@@ -133,7 +121,7 @@
     </figure>
 
         <figure class="figure">
-      <img src=https://static.igem.wiki/teams/4676/wiki/engineering/virtual-digest-sequence-c-1.png" style="width: 50%; height: auto;" class="figure-img img-fluid">
+      <img src="https://static.igem.wiki/teams/4676/wiki/engineering/virtual-digest-sequence-c-1.png" style="width: 50%; height: auto;" class="figure-img img-fluid">
       <figcaption class="figure-caption">virtual restriction digest for pJUMP1C-fusion protein </figcaption>
     </figure>
 
@@ -159,7 +147,7 @@
     </figure>
 
         <figure class="figure">
-      <img src=https://static.igem.wiki/teams/4676/wiki/engineering/plasmid-c.png" style="width: 50%; height: auto;" class="figure-img img-fluid">
+      <img src="https://static.igem.wiki/teams/4676/wiki/engineering/plasmid-c.png" style="width: 50%; height: auto;" class="figure-img img-fluid">
       <figcaption class="figure-caption">annotated plasmid for pJUMP1C-fusion protein </figcaption>
     </figure>
 
-- 
GitLab