Skip to content

Instantly share code, notes, and snippets.

@ritcheyer
Created July 13, 2015 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ritcheyer/fa14fbe835ea0ac65cf0 to your computer and use it in GitHub Desktop.
Save ritcheyer/fa14fbe835ea0ac65cf0 to your computer and use it in GitHub Desktop.
Billion Miles Table of Events
<table class="table-framework">
<thead class="table-head">
<tr class="table-row">
<th class="row-date">Date</th>
<th class="row-location">Location</th>
<th class="row-rsvp">RSVP</th>
</tr>
</thead>
<tbody class="table-body">
<tr class="table-row">
<td class="row-date">July 12-13</td>
<td class="row-location">Cape May, NJ</td>
<td class="row-rsvp"><a href="#" title="RSVP for a test drive in Cape May, NJ">RSVP to the Event</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment