Skip to content

Instantly share code, notes, and snippets.

@csessig86
Last active August 29, 2015 14:17
Show Gist options
  • Save csessig86/448f5441dd4863a32e9a to your computer and use it in GitHub Desktop.
Save csessig86/448f5441dd4863a32e9a to your computer and use it in GitHub Desktop.
<div id="table-shootings" class="table-container left">
<h3>Shooting arrests: 2014</h3>
<table class="table table-striped">
<thead>
<tr><th class="Date-cell">Date</th><th class="Address-cell">Address</th><th class="Name(s)-cell">Name(s)</th></tr>
</thead>
<tbody>
<tr class="firstRow">
<td class="Date">1/3/2014</td>
<td class="Address">5620 Johnson Ave</td>
<td class="Name(s)">Mariah Sprous</td>
</tr>
<tr>
<td class="Date">2/9/2014</td>
<td class="Address">1400 18th St SW</td>
<td class="Name(s)">Jamie Kaiser</td>
</tr>
<tr>
<td class="Date">5/9/2014</td>
<td class="Address">386 16th St SE</td>
<td class="Name(s)">Marcus Wilson</td>
</tr>
<tr>
<td class="Date">9/19/2014</td>
<td class="Address">4141 Center Pt Rd NE</td>
<td class="Name(s)">Brandon Gordon</td>
</tr>
<tr class="lastRow">
<td class="Date">10/15/2014</td>
<td class="Address">800 15th St SE</td>
<td class="Name(s)">Caleb Celichowski</td>
</tr>
</tbody>
</table>
<p><strong>About:</strong> Listed is everybody who has been arrested in Cedar Rapids because of a shooting incident in 2014. The list does not include those who were tied to a murder. Data is recent as of December 1.</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment