Skip to content

Commit

Permalink
Merge pull request #175 from olinalumni/fix/Banter2024update
Browse files Browse the repository at this point in the history
Fix/banter2024update
  • Loading branch information
ltseng authored Jul 16, 2024
2 parents 1c89a8f + 8250c3c commit dd8e3ed
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions resources/banter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,14 @@ <h2>Sign up timeline</h2>
<table class="fullWidth pure-table pure-table-bordered">
<thead>
<tr>
<th>Date (2023)</th>
<th>Date (2024)</th>
<th>Mentee (Current Students) Deadlines</th>
<th>Mentee (Alumni 2020-2023) Deadlines</th>
<th>Mentor (Alumni 2006-2019) Deadlines</th>
<th>Mentee (Alumni 2021-2024) Deadlines</th>
<th>Mentor (Alumni 2006-2020) Deadlines</th>
</tr>
</thead>
<tbody>
<tr class='20230906-20230913'>
<tr class='20240901-20230911'>
<!-- class names for the table rows are determined by start and end dates -->
<!-- if the current date is past the end date, then a JavaScript function at the end -->
<!-- will apply a 'past' CSS class to the row, which essentially applies strikethrough -->
Expand All @@ -127,38 +127,38 @@ <h2>Sign up timeline</h2>
<!-- The strikethroughs aren't rendering for me right now in any web browser except -->
<!-- for when I directly preview the HTML using Chrome. I am not a web dev...going to -->
<!-- have to fix this in a later commit.-->
<td>September 13th</td>
<td><a href='https://forms.gle/JUkeg2BgtSdypTEW9'>Current student survey</a></td>
<td><a href='https://forms.gle/jHVgccDULkcAFQ7p9'>Alumni 2020-2023 survey</a></td>
<td><a href='https://forms.gle/M1gUne6JHhKaRArd9'>Mentor survey</a></td>
<td>September 11th</td>
<td><a href='https://forms.gle/K5ZxeKDFCToPmQuw6'>Current student survey</a></td>
<td><a href='https://forms.gle/68UooE9MunPQPJHG9'>Alumni 2021-2024 survey</a></td>
<td><a href='https://forms.gle/NACiAjaoTVscXAy18'>Mentor survey</a></td>
</tr>
<tr class='20230913-20230916'>
<td>September 16th</td>
<tr class='20240911-20240914'>
<td>September 14th</td>
<td>Mentor profiles public</td>
<td></td>
<td></td>
</tr>
<tr class='20230916-20230923'>
<td>September 23rd</td>
<td><a href="https://forms.gle/NgfnKXxsarBDh6aQ9">Mentor selection deadline</a></td>
<td><a href="https://forms.gle/NgfnKXxsarBDh6aQ9">Mentor selection deadline</a></td>
<tr class='20240914-20240921'>
<td>September 21st</td>
<td><a href="https://forms.gle/zMBT6EAXTzMq2b8RA">Mentor selection deadline</a></td>
<td><a href="https://forms.gle/zMBT6EAXTzMq2b8RA">Mentor selection deadline</a></td>

<td></td>
</tr>
<tr class='20230923-20230924'>
<td>September 24th</td>
<tr class='20240921-20240922'>
<td>September 22nd</td>
<td>Match results emailed</td>
<td>Match results emailed</td>
<td>Match results emailed</td>
</tr>
<tr class='20230924-20231001'>
<tr class='20240924-20241001'>
<td>October 1st</td>
<td>Deadline to schedule first meeting</td>
<td>Deadline to schedule first meeting</td>
<td></td>
</tr>
<tr class='20231001-20240601'>
<td>~Monthly through May 2024</td>
<tr class='20241001-20250601'>
<td>~Monthly through May 2025</td>
<td>30 minute video chat</td>
<td>30 minute video chat</td>
<td>30 minute video chat</td>
Expand Down

0 comments on commit dd8e3ed

Please sign in to comment.