Skip to content

Commit

Permalink
Initial Version
Browse files Browse the repository at this point in the history
Initial version as presented at ATX Hack 4 Change
  • Loading branch information
djwehrle committed Jun 5, 2017
1 parent d5f07d7 commit 28eb3bc
Show file tree
Hide file tree
Showing 84 changed files with 43,516 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _navbar.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img class="navbar-img" alt="Brand" src="images/logo.png" /><p class="navbar-img-desc">Accountability Texas</p></a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="senators.html">Senators</a></li>
<li><a href="representatives.html">Representatives</a></li>
<li><a href="bills.html">Bills</a></li>
<li><a href="http://www.fyi.legis.state.tx.us/Home.aspx">Who Reps Me? <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
66 changes: 66 additions & 0 deletions bills.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />

<title>Bills - Accountability Texas</title>

<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/DataTables/dataTables.min.js"></script>
<script type="text/javascript" src="js/DataTables/jquery.dataTables.min.js"></script>

<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css" />
<link type="text/css" rel="stylesheet" href="css/dataTables.min.css" />
<link type="text/css" rel="stylesheet" href="css/site.css" />
</head>

<body>

<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img class="navbar-img" alt="Brand" src="images/logo.png" /><p class="navbar-img-desc"><span class="text-influence">INFLUENCE</span>.<span class="text-tx">TX</span></p></a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="senators.html">Senators</a></li>
<li><a href="representatives.html">Representatives</a></li>
<li class="active"><a href="bills.html">Bills <span class="sr-only">(current)</span></a></li>
<li><a href="http://www.fyi.legis.state.tx.us/Home.aspx">Who Reps Me? <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>

<header class="text-center">
<a href="index.html" class="btn btn-primary">Back</a>

<h1>Bills</h1>
<h3>Texas State Bills</h3>
</header>

<main>
</main>

<hr />

<footer>
</footer>

<!-- <script type="text/javascript" src="js/bills.js"></script> -->

</body>

</html>
Binary file added css/DataTables-1.10.15/images/sort_asc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/DataTables-1.10.15/images/sort_asc_disabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/DataTables-1.10.15/images/sort_both.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/DataTables-1.10.15/images/sort_desc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/DataTables-1.10.15/images/sort_desc_disabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 28eb3bc

Please sign in to comment.