Skip to content

Instantly share code, notes, and snippets.

@fidlerryan
Last active November 13, 2015 13:02
Show Gist options
  • Save fidlerryan/7448a3841705aa68c331 to your computer and use it in GitHub Desktop.
Save fidlerryan/7448a3841705aa68c331 to your computer and use it in GitHub Desktop.
SAO Office Phone List
<table>
<thead>
<tr>
<th>Name</th>
<th data-hide="phone,tablet">Division</th>
<th>Phone</th>
<th data-hide="phone">Email</th>
<th data-hide="phone,tablet">Location</th>
</tr>
</thead>
<tbody>
<tr>
<td>FIDLER, RYAN</td>
<td>Web Guy</td>
<td>(410) 555-5555</td>
<td>example@email.com</td>
<td>1 Main Street</td>
</tr>
...
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment