-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Description
@abkfenris do you have a suggestion for the table template to use for the schedules? What we did last year and the year before looked reasonable, but it's based on HTML tables so it's not for the faint of heart. A plain markdown table doesn't give us enough control on column widths and such, and ends up looking ugly and un-user-friendly.
Here's what the HTML table looks like from last year: https://oceanhackweek.github.io/ohw-resources/schedule/#main-virtual-event
And here's a snippet of the HTML table code used:
<table class ="defTable">
<thead>
<tr>
<th>Time</th>
<th>Event</th>
<th>Leads</th>
</tr>
</thead>
<tbody>
<tr>
<td>
8:00AM - 9:00AM
<br>PDT
</td>
<td>
<strong>Check-in, ask us anything</strong>
<br>Start times in other timezones:
<br>11:00am EDT / 15:00 UTC / 1:00am AEST (+1 day)
</td>
<td>
<ul>
<li>Matthew Biddle</li>
<li>Alex Kerney</li>
<li>Emilio Mayorga</li>
</ul>
</td>
</tr>
</tbody>
</table>Metadata
Metadata
Assignees
Labels
No labels