From 9f4fafa62c836e415cee4daa68b44a8649d6e0f6 Mon Sep 17 00:00:00 2001
From: Peyton S <mudzgamer5557@outlook.com>
Date: Tue, 1 Oct 2024 19:50:26 -0700
Subject: [PATCH] chagnes

---
 wiki/menu.html              |  2 +-
 wiki/pages/design.html      | 17 +++++++++++++++++
 wiki/pages/experiments.html |  4 ++--
 wiki/pages/proof.html       |  2 +-
 4 files changed, 21 insertions(+), 4 deletions(-)
 create mode 100644 wiki/pages/design.html

diff --git a/wiki/menu.html b/wiki/menu.html
index 0fdaa15..40661c1 100644
--- a/wiki/menu.html
+++ b/wiki/menu.html
@@ -42,7 +42,7 @@
             <li><a class="dropdown-item" href="{{ url_for('pages', page='description') }}">Description</a></li>
             <li><a class="dropdown-item" href="{{ url_for('pages', page='engineering') }}">Engineering</a></li>
             <li><a class="dropdown-item" href="{{ url_for('pages', page='proof') }}">Proof of Concept</a></li>
-            <li><a class="dropdown-item" href="{{ url_for('pages', page='experiments') }}">Lab Design</a></li>
+            <li><a class="dropdown-item" href="{{ url_for('pages', page='experiments') }}">Experiments</a></li>
             <li><a class="dropdown-item" href="{{ url_for('pages', page='notebook') }}">Notebook</a></li>
             <li><a class="dropdown-item" href="{{ url_for('pages', page='results') }}">Results</a></li>
           </ul>
diff --git a/wiki/pages/design.html b/wiki/pages/design.html
new file mode 100644
index 0000000..e9a7dae
--- /dev/null
+++ b/wiki/pages/design.html
@@ -0,0 +1,17 @@
+{% extends "layout.html" %}
+  
+{% block title %}Lab Design{% endblock %}
+{% block lead %}The design for our lab{% endblock %}
+
+{% block page_content %}
+
+<div class="row mt-4">
+  <iframe
+      class="pdf"
+      src="https://static.igem.wiki/teams/5135/pdfs/lab-design-and-future-plans.pdf "
+      width="100%"
+      height="1000"
+    ></iframe>
+</div>
+
+{% endblock %}
diff --git a/wiki/pages/experiments.html b/wiki/pages/experiments.html
index a57ded8..753e577 100644
--- a/wiki/pages/experiments.html
+++ b/wiki/pages/experiments.html
@@ -1,6 +1,6 @@
 {% extends "layout.html" %}
   
-{% block title %}Lab Design{% endblock %}
+{% block title %}Experiments{% endblock %}
 {% block lead %}The research, experiments, and protocols we used.{% endblock %}
 
 {% block page_content %}
@@ -15,7 +15,7 @@
       width="100%"
       height="500"
     ></iframe>
-    
+    <p>Additional information on lab results can be seen under <a href="{{ url_for('pages', page='results') }}">Results</a> and <a href="{{ url_for('pages', page='results') }}">Engineering Success</a>.</p>
   </div>
   <div class="col-lg-4 bg-success text-white border rounded-2 p-4 text-center lab-info">
     <p>
diff --git a/wiki/pages/proof.html b/wiki/pages/proof.html
index 24561b8..a1e00fc 100644
--- a/wiki/pages/proof.html
+++ b/wiki/pages/proof.html
@@ -8,7 +8,7 @@
 <div class="row mt-4">
     <iframe
       class="pdf"
-      src="https://static.igem.wiki/teams/5135/pdfs/engineering-success.pdf"
+      src="https://static.igem.wiki/teams/5135/pdfs/proof-of-concept.pdf"
       width="100%"
       height="1000"
     ></iframe>
-- 
GitLab