-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhouse-data.html
More file actions
186 lines (180 loc) · 9.55 KB
/
house-data.html
File metadata and controls
186 lines (180 loc) · 9.55 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>House data</title>
<link rel="icon" type="image/png" href="images\favicon.png">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous" />
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="bootstrap.css">
<script src="https://kit.fontawesome.com/369310aabb.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<div class="header row d-flex flex-row col-sm-12">
<div class="col-sm-6 header-logo">
<a href="index.html"><img class="img-responsive img-fluid congress-logo"
src="images\20170801080750-39e2e392-2.jpg"></a>
</div>
<div class="input-group col-sm-4">
<input type="text" class="form-control" placeholder="Search">
<div class="input-group-append">
<button class="btn btn-secondary" type="button">
<i class="fa fa-search"></i>
</button>
</div>
</div>
<div class="input-group col-sm-2">
<button type="button" class="btn btn-outline-light contact-btn"><a
href="mailto:info@tgif.net">Contact</a></button>
<div class="input-group-append">
<button class="btn btn-secondary" type="button">
<a href="mailto:info@tgif.net"><i class="far fa-envelope envelope-link"></i></a>
</button>
</div>
</div>
</div>
<nav class="navbar navbar-expand-lg navbar-light col-sm-12 col-md-12">
<div class="navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Congress 113
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="house-data.html">House</a>
<a class="dropdown-item" href="senate-data.html">Senate</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Attendance
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="house-attendance.html">House</a>
<a class="dropdown-item" href="senate-attendance.html">Senate</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Party Loyalty
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="house-loyalty.html">House</a>
<a class="dropdown-item" href="senate-loyalty.html">Senate</a>
</div>
</li>
</ul>
</div>
</nav>
</header>
<div class="container">
<main>
<div>
<div class="card">
<div class="card-header" id="headingOne">
<h5 class="mb-0">
<h1 class="card-title-text">
Congressmen
</h1>
</h5>
</div>
<div class="card-body">
<p>The major power of the House is to pass federal legislation that affects the entire country,
although
its
bills must also be passed by the Senate and further agreed to by the U.S. President before
becoming
law
(unless both the House and Senate re-pass the legislation with a two-thirds majority in each
chamber). The
House has some exclusive powers: the power to initiate revenue bills, to impeach officials
(impeached
officials are subsequently tried in the Senate), and to elect the U.S. President in case
there
is no
majority in the Electoral College.</p>
<p>Each U.S. state is represented in the House in proportion to its population as measured in
the
census, but
every state is entitled to at least one representative. </p>
</div>
</div>
<div class="col-sm-12 col-md-12">
<div class="card">
<div class="card-header" id="headingOne">
<div class="allFilters col-sm-12 col-md-12">
<div class="checkboxes-div">
<label class="filter-instruction">
Filter by party:
</label>
<label class="checkbox-inline">
<input type="checkbox" name="checkboxes" id="democrats" value="D">
Democrats</label>
<label class="checkbox-inline">
<input type="checkbox" name="checkboxes" id="republicans" value="R">
Republicans</label>
<label class="checkbox-inline">
<input type="checkbox" name="checkboxes" id="independent" value="I">
Independent</label>
</div>
<div class="dropdown-div">
<form name="filter" id="filter-form">
<label id="state-label" class="filter-instruction">Filter by state:
<select id="state-filter" class="filter">
<option value="all">All states</option>
</select>
</label>
</form>
</div>
</div>
</div>
<div class="card-body">
<table class="table table-striped table-borderless" id="house-table">
<thead>
<tr>
<th>Members</th>
<th>Full name</th>
<th>Party</th>
<th>State</th>
<th>Seniority</th>
<th>Votes with Party</th>
</tr>
</thead>
<tbody id="tbody">
</tbody>
</table>
</div>
</div>
</div>
</div>
</main>
</div>
<footer>
<div class="col-sm-12 text-center">
<i class="far fa-copyright"></i> 2020 TGIF | All rights Reserved</li>
</div>
</footer>
<!--<script src="pro-congress-113-house.js"></script>-->
<script src="statistics.js"></script>
<script src="main.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous">
</script>
</body>
</html>