forked from open-austin/influence-texas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (58 loc) · 3.36 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0; URL=https://www.influencetexas.com/" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>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>
<link type="text/css" rel="stylesheet" href="css/bootstrap.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><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>
<header class="text-center">
<h1><span class="text-influence">INFLUENCE</span>.<span class="text-tx">TX</span></h1>
<h3>Connect Texas Legislature Votes with Campaign Contributions</h3>
<img class="img-main" src="images/logo.png" />
</header>
<main class="text-center">
<div class="container">
<div class="row">
<a href="senators.html" class="btn btn-primary col-xs-2 col-xs-offset-2">Senators</a>
<a href="representatives.html" class="btn btn-primary col-xs-3 col-xs-offset-1">Representatives</a>
<a href="bills.html" class="btn btn-primary col-xs-2 col-xs-offset-1">Bills</a>
</div>
<div class="row">
<a href="http://www.fyi.legis.state.tx.us/Home.aspx" class="btn btn-primary col-xs-3 col-xs-offset-5">Who Reps Me? <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a>
</div>
</div>
</main>
<hr />
<footer>
</footer>
</body>
</html>