Skip to content

Instantly share code, notes, and snippets.

@dwillis
Created June 27, 2013 17:46
Show Gist options
  • Select an option

  • Save dwillis/5878649 to your computer and use it in GitHub Desktop.

Select an option

Save dwillis/5878649 to your computer and use it in GitHub Desktop.
<html>
<table>
<tbody>
<tr>
<h4>There are 10 R members who voted Yes on the following roll calls:</h4>
<ul>
<li><a href="http://politics.nytimes.com/congress/votes/113/senate/1/167">Approves Ending Debate on Immigration Overhaul</a></li>
<li><a href="http://politics.nytimes.com/congress/votes/113/senate/1/164">S.744: On the Cloture Motion S. 744</a></li>
<li><a href="http://politics.nytimes.com/congress/votes/113/senate/1/160">Advances Border Security Proposal</a></li>
<li><a href="http://politics.nytimes.com/congress/votes/113/senate/1/146">Clears Way for Debate on Immigration Overhaul</a></li>
</ul>
</tr>
<tr>
<th class="span-6">Member</td>
<th class="span-2">State</td>
<th class="span-2">Party</td>
<th class="span-2">District/Next Election</td>
<th class="span-2">In Next Congress?</td>
</tr>
<tr>
<td>Lamar Alexander</td>
<td>TN</td>
<td>R</td>
<td>2014</td>
<td>Yes</td>
</tr>
<tr>
<td>Susan Collins</td>
<td>ME</td>
<td>R</td>
<td>2014</td>
<td>Yes</td>
</tr>
<tr>
<td>Bob Corker</td>
<td>TN</td>
<td>R</td>
<td>2018</td>
<td>Yes</td>
</tr>
<tr>
<td>Lindsey Graham</td>
<td>SC</td>
<td>R</td>
<td>2014</td>
<td>Yes</td>
</tr>
<tr>
<td>Orrin G. Hatch</td>
<td>UT</td>
<td>R</td>
<td>2018</td>
<td>Yes</td>
</tr>
<tr>
<td>Dean Heller</td>
<td>NV</td>
<td>R</td>
<td>2018</td>
<td>Yes</td>
</tr>
<tr>
<td>Jeff Flake</td>
<td>AZ</td>
<td>R</td>
<td>2018</td>
<td>Yes</td>
</tr>
<tr>
<td>Kelly Ayotte</td>
<td>NH</td>
<td>R</td>
<td>2016</td>
<td>Yes</td>
</tr>
<tr>
<td>John Hoeven</td>
<td>ND</td>
<td>R</td>
<td>2016</td>
<td>Yes</td>
</tr>
<tr>
<td>Marco Rubio</td>
<td>FL</td>
<td>R</td>
<td>2016</td>
<td>Yes</td>
</tr>
</tbody>
</table>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment