diff --git a/wiki/menu.html b/wiki/menu.html index b8f3bac095bf128a5868731040edb45b1e837929..994b1ed636f822d4434bc562c35c60cf5037b0ac 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 2ba4095b17390c1e06f74c32dab482ed87fd786a..5fa854b545959a6a11ccf20133eae14ba55d0a60 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 %}