Skip to content

Commit

Permalink
Add rooms
Browse files Browse the repository at this point in the history
  • Loading branch information
achen318 committed Jan 3, 2024
1 parent 09ee3e5 commit 4ea7795
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions src/pages/kickoff/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ import PageSite from '@layouts/PageSite.astro';
<thead>
<tr>
<th scope="col"> Group Number</th>
<!-- <th scope="col"> Room No. </th> -->
<th scope="col"> Room No. </th>
<th scope="col"> Group Leaders</th>
<th scope="col"> Group Members</th>
<th scope="col"> Group Mentors</th>
Expand All @@ -122,7 +122,8 @@ import PageSite from '@layouts/PageSite.astro';
<tbody>
<tr>
<th scope="row"> 1</th>
<!-- <td> 440 </td> -->
<td> 401 </td>
<!-- <td> 433 </td> -->
<td> Jason Yang, Ivan Chen, Gordan Doan</td>
<td>
Shirina Rong, Yonna Yeung, Gavin Lin, Steven Ho, Justin Lo, Run
Expand All @@ -133,7 +134,8 @@ import PageSite from '@layouts/PageSite.astro';
</tr>
<tr>
<th scope="row"> 2</th>
<!-- <td> 429 </td> -->
<td> 404 </td>
<!-- <td> 437 </td> -->
<td> Ya Qi Chew, Amber Shen, Edgar Ganahl</td>
<td>
Raymond Zhou, Rabab Chowdhury, Abidur Rahman, Alvern Chen, Taofiq
Expand All @@ -144,7 +146,8 @@ import PageSite from '@layouts/PageSite.astro';
</tr>
<tr>
<th scope="row"> 3</th>
<!-- <td> 435 </td> -->
<td> 429 </td>
<!-- <td> 440 </td> -->
<td> Michelle Zhu, Rain Shao, Rachel Kim</td>
<td>
Allison Zhao, Ryan Liu, Wilson Lin, Zafir Humaidee, Catherine Chen,
Expand All @@ -155,7 +158,8 @@ import PageSite from '@layouts/PageSite.astro';
</tr>
<tr>
<th scope="row"> 4</th>
<!-- <td> 405 </td> -->
<!-- <td> 411 </td> -->
<!-- <td> 435 </td> -->
<td> Aiden Tan, Benjamin Goldfisher, Mustafa Abdullah</td>
<td>
Edison Zhu, Qi Wang, William Wang, Felix Lin, Daniel Palisoul, Rahel
Expand All @@ -165,7 +169,8 @@ import PageSite from '@layouts/PageSite.astro';
</tr>
<tr>
<th scope="row"> 5</th>
<!-- <td> 403 </td> -->
<td> Field </td>
<!-- <td> 431 </td> -->
<td> Justin Moy, Richie Xue, Naowal Rahman</td>
<td>
Tahmid Azmir, Nicole Chen, Kyler Chan, Xuan Hao Cen, Owen Zeng,
Expand All @@ -176,7 +181,8 @@ import PageSite from '@layouts/PageSite.astro';
</tr>
<tr>
<th scope="row"> 6</th>
<!-- <td> 439 </td> -->
<td> 439 </td>
<!-- <td> 405 </td> -->
<td> Jaco Xia, Rebeca Lin, Reya Miller</td>
<td>
Allison Palisoul, Christiana Cen, Ethan Sie, Ian Bae, Henry Zhang,
Expand All @@ -187,7 +193,8 @@ import PageSite from '@layouts/PageSite.astro';
</tr>
<tr>
<th scope="row"> 7</th>
<!-- <td> 437 </td> -->
<td> Lab </td>
<!-- <td> 427 </td> -->
<td> Kimberly Ye, Colyi Chen, Kalimul Kaif</td>
<td>
Phoebe Wu, Lauren Tran, Christina Chen, Winnie Lin, Daniel Uh,
Expand All @@ -198,7 +205,8 @@ import PageSite from '@layouts/PageSite.astro';
</tr>
<tr>
<th scope="row"> 8</th>
<!-- <td> 407 </td> -->
<td> Field </td>
<!-- <td> 403 </td> -->
<td> Harry Belliveau, Elwin Au, Edmund Chin</td>
<td>
Raphael Zheng, Veronika Gulko, Timothy Young, Ethan Lee, Christopher
Expand All @@ -209,7 +217,8 @@ import PageSite from '@layouts/PageSite.astro';
</tr>
<tr>
<th scope="row"> 9</th>
<!-- <td> 427 </td> -->
<td> Lab </td>
<!-- <td> 439 </td> -->
<td> Angelina Li, Vinson Chen, Amelia Ng</td>
<td>
Regina Chen, Chris Lam, Gary Jiang, William Wang, Ehan Fardin, Ethan
Expand All @@ -220,7 +229,8 @@ import PageSite from '@layouts/PageSite.astro';
</tr>
<tr>
<th scope="row"> 10</th>
<!-- <td> 433 </td> -->
<td> Lab </td>
<!-- <td> 429 </td> -->
<td> Chuer Zhong, Elin Kim, Faiza Mia</td>
<td>
Rachel Uh, Juliet Badillo Flores, Ashley Chen, Maisha Alam , Patrick
Expand Down

0 comments on commit 4ea7795

Please sign in to comment.