Skip to content

Instantly share code, notes, and snippets.

@tchu88
Created January 29, 2014 01:32
Show Gist options
  • Save tchu88/8680031 to your computer and use it in GitHub Desktop.
Save tchu88/8680031 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<style type='text/css'>
.container {
width:800px;
position:fixed;
top:40px;
left:40px;
}
</style>
</head>
<body>
<div class='container'>
<h1>Elisabeth Jewel
<small>// lobbyist</small></h1>
<br>
<table class="table table-hover">
<thead>
<tr>
<th>Year</th>
<th>Clients</th>
<th>Quarter</th>
<th>Lobbying?</th>
<th>Disclosure Forms?</th>
<th>Date Filed</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan='5'>2013</td>
<td rowspan='5'><a href="">Safeway</a><br><a href="">30th and Broadway LLC</a><br><a href="">Waste Management of Alameda County</a></td></u>
<td>4th</td>
<td></td>
<td></td>
<td class="danger">missing</td>
</tr>
<tr>
<td>3th</td>
<td>Yes</td>
<td><a href="">Schedule A</a></td>
<td>28-Oct 2013</td>
</tr>
<tr>
<td>2nd</td>
<td>Yes</td>
<td><a href="">Schedule A</a></td>
<td>16-Jul 2013</td>
</tr>
<tr>
<td>1st</td>
<td>Yes</td>
<td><a href="">Schedule A</a></td>
<td>17-Apr 2013</td>
</tr>
<tr>
<td colspan='3'><a href="">Annual Lobbyist Registration Renewal</a></td>
<td>28-Mar 2013</td>
<tr>
<td rowspan='6'>2012</td>
<td rowspan='6'><a href="">Safeway</a><br><a href="">Portfolio Development Partners</a></td>
<td>4th</td>
<td>Yes</td>
<td><a href="">Schedule A</a></td>
<td>10-Jan 2013</td>
<tr>
<td>3th</td>
<td>Yes</td>
<td><a href="">Schedule A</a></td>
<td>10-Oct 2012</td>
</tr>
<tr>
<td>2nd</td>
<td>Yes</td>
<td><a href="">Schedule A</a></td>
<td>10-Jul 2012</td>
</tr>
<tr>
<td>1st</td>
<td>Yes</td>
<td><a href="">Schedule A</a></td>
<td>17-Apr 2012</td>
</tr>
<tr>
<td colspan='3'><a href="">Annual Lobbyist Registration Renewal</a></td>
<td>8-Aug 2012</td>
</tr>
<tr>
<td colspan='3'>Initial Registration Filed with City Clerk</td>
<td class="danger">missing</td>
</tr>
<tr>
<td>2011</td>
<td></td>
<td></td>
<td></td>
</tbody>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment