-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial version as presented at ATX Hack 4 Change
- Loading branch information
Showing
84 changed files
with
43,516 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.