Skip to content

Table formatting for schedules #169

@emiliom

Description

@emiliom

@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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions