From 0c7f7336caad5d2733aa33d617e8869949a08eed Mon Sep 17 00:00:00 2001
From: Simeon <simeonsungminkim@gmail.com>
Date: Thu, 26 Sep 2024 06:48:12 +0000
Subject: [PATCH] Update 2 files

- /wiki/menu.html
- /wiki/pages/team.html
---
 wiki/menu.html       | 27 +--------------------------
 wiki/pages/team.html | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 26 deletions(-)

diff --git a/wiki/menu.html b/wiki/menu.html
index b8f3bac..994b1ed 100644
--- a/wiki/menu.html
+++ b/wiki/menu.html
@@ -19,33 +19,8 @@
         <!---- HOME ---->
         <li class="nav-item">
           <a class="nav-link" href="{{ url_for('home') }}">Home</a>
-          <h3>Joyce Kwak</h3>
-            <p> Hello! My name is Joyce Kwack, and I’m currently a senior and a co-president! I decided to join iGEM because it sounded like a good way to get ahead in the fields that I wanted to study later in life. It was also a way to work with people who had similar interests as I did, which is probably one of my favorite parts of iGEM. Other hobbies I have are playing the violin and reading. </p>
-          <br>
-          <h3>Yatish Yanamala</h3>
-          <br>
-          <h3>Peyton Slape</h3>
-          <br>
-          <h3>Simeon Kim</h3>
-          <br>
-          <h3>Ryoka Imaizumi</h3>
-          <br>
-          <h3>Ryan Canino</h3>
-          <br>
-          <h3>Madhav Patel</h3>
-          <br>
-          <h3>Andy Ryou</h3>
-          <br>
-          <h3>Lauren Tangenberg</h3>
-          <br>
-          <h3>Yubin Cha</h3>
-          <br>
-          <h3>Aadit Jain</h3>
-          <br>
-          <h3>Mason Pearce</h3>
-          <br>
-
         </li>
+        
         <!---- TEAM ---->
         <li class="nav-item dropdown">
           <a class="nav-link dropdown-toggle" href="{{ url_for('pages', page='team') }}" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
diff --git a/wiki/pages/team.html b/wiki/pages/team.html
index 2ba4095..5fa854b 100644
--- a/wiki/pages/team.html
+++ b/wiki/pages/team.html
@@ -10,5 +10,31 @@
 <div class="row">
   <div id="bio"></div>
 </div>
+<h3>Joyce Kwak</h3>
+  <p> Hello! My name is Joyce Kwack, and I’m currently a senior and a co-president! I decided to join iGEM because it sounded like a good way to get ahead in the fields that I wanted to study later in life. It was also a way to work with people who had similar interests as I did, which is probably one of my favorite parts of iGEM. Other hobbies I have are playing the violin and reading. </p>
+<br>
+<h3>Yatish Yanamala</h3>
+<br>
+<h3>Peyton Slape</h3>
+<br>
+<h3>Simeon Kim</h3>
+<br>
+<h3>Ryoka Imaizumi</h3>
+<br>
+<h3>Ryan Canino</h3>
+<br>
+<h3>Madhav Patel</h3>
+<br>
+<h3>Andy Ryou</h3>
+<br>
+<h3>Lauren Tangenberg</h3>
+<br>
+<h3>Yubin Cha</h3>
+<br>
+<h3>Aadit Jain</h3>
+<br>
+<h3>Mason Pearce</h3>
+<br>
+
 
 {% endblock %}
-- 
GitLab