From 90c7e2c288dc0229cc7a55e11231b4a03e5dbe93 Mon Sep 17 00:00:00 2001
From: Simeon <simeonsungminkim@gmail.com>
Date: Thu, 26 Sep 2024 06:44:48 +0000
Subject: [PATCH] Update file menu.html

---
 wiki/menu.html | 40 ++++++++++++++++++++++++++--------------
 1 file changed, 26 insertions(+), 14 deletions(-)

diff --git a/wiki/menu.html b/wiki/menu.html
index 807ae05..b8f3bac 100644
--- a/wiki/menu.html
+++ b/wiki/menu.html
@@ -19,21 +19,33 @@
         <!---- HOME ---->
         <li class="nav-item">
           <a class="nav-link" href="{{ url_for('home') }}">Home</a>
-        </li>
-        <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>
-        <h3>Yatish Yanamala</h3>
-        <h3>Peyton Slape</h3>
-        <h3>Simeon Kim</h3>
-        <h3>Ryoka Imaizumi</h3>
-        <h3>Ryan Canino</h3>
-        <h3>Madhav Patel</h3>
-        <h3>Andy Ryou</h3>
-        <h3>Lauren Tangenberg</h3>
-        <h3>Yubin Cha</h3>
-        <h3>Aadit Jain</h3>
-        <h3>Mason Pearce</h3>
+          <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">
-- 
GitLab