From d998c2716a43b091b11d071f4b1f52c8fcfdbef6 Mon Sep 17 00:00:00 2001
From: EpicMaze <alexrebrikme@gmail.com>
Date: Fri, 14 Oct 2022 05:36:14 +0300
Subject: [PATCH] wsdasda

---
 wiki/menu.html               | 22 +++++++++++++++-------
 wiki/pages/contribution.html | 20 ++++++++++----------
 2 files changed, 25 insertions(+), 17 deletions(-)

diff --git a/wiki/menu.html b/wiki/menu.html
index 9957270..510cf74 100644
--- a/wiki/menu.html
+++ b/wiki/menu.html
@@ -73,12 +73,6 @@
               </a>
               <span class="underline"></span>
             </li>
-            <li>
-              <a class="dropdown-item" href="{{ url_for('pages', page='education_communication') }}">
-                Education & Communication
-              </a>
-              <span class="underline"></span>
-            </li>
             <li>
               <a class="dropdown-item" href="{{ url_for('pages', page='collaborations') }}">Collaborations</a>
               <span class="underline"></span>
@@ -91,9 +85,23 @@
 
         <!---- EDUCATION ---->
         <li class="nav-item dropdown">
-          <a class="nav-link dropdown" href="{{ url_for('pages', page='education') }}" role="button">
+          <a class="nav-link dropdown" href="#" id="navbarDropdown12" role="button" data-bs-toggle="dropdown"
+            aria-expanded="false">
             <span>EDUCATION</span>
           </a>
+          <ul class="dropdown-menu" aria-labelledby="navbarDropdown12">
+            <li>
+              <a class="dropdown-item" href="{{ url_for('pages', page='education') }}">
+                Education
+              </a>
+              <span class="underline"></span>
+            </li>
+            <li>
+              <a class="dropdown-item" href="{{ url_for('pages', page='education_communication') }}">
+                Education & Communication
+              </a>
+            </li>
+          </ul>
         </li>
 
         <!---- INCLUSIVITY ---->
diff --git a/wiki/pages/contribution.html b/wiki/pages/contribution.html
index 5190f89..0b01d25 100644
--- a/wiki/pages/contribution.html
+++ b/wiki/pages/contribution.html
@@ -60,16 +60,16 @@
         Driven by the central importance of promoters in regulating gene expression, this year, we continue the
         characterization
         of yeast promoters. After careful examination of the iGEM part registry, we chose two constitutive promoters
-        <i>pREV1</i> and <i>pPAB1</i>, and one inducible promoter <i>pFUS1</i> (Table 1). Constitutive <i>pREV1<i> and
-            <i>pPAB1</i> promoters were characterized using Venus fluorescent protein as a reporter, while EGFP was used
-            in the
-            experiments with the inducible <i>pFUS1</i>. Integration vectors carrying the coding sequences of these
-            fluorescent
-            proteins under the control of target promoters were transformed into yeast cells. The resultant yeast
-            strains were
-            analyzed by quantitative fluorescence microscopy, and the fluorescence intensity of the reporter protein was
-            used as
-            a measure of promoter activity.
+        <i>pREV1</i> and <i>pPAB1</i>, and one inducible promoter <i>pFUS1</i> (Table 1). Constitutive <i>pREV1</i> and
+        <i>pPAB1</i> promoters were characterized using Venus fluorescent protein as a reporter, while EGFP was used
+        in the
+        experiments with the inducible <i>pFUS1</i>. Integration vectors carrying the coding sequences of these
+        fluorescent
+        proteins under the control of target promoters were transformed into yeast cells. The resultant yeast
+        strains were
+        analyzed by quantitative fluorescence microscopy, and the fluorescence intensity of the reporter protein was
+        used as
+        a measure of promoter activity.
       </p>
       <div class="table-wrapper fade_from_right width-8">
         <p class="table-desc">
-- 
GitLab