-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 1.76 KB
/
Copy pathindex.html
File metadata and controls
41 lines (38 loc) · 1.76 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
<!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.0">
<title>Document</title>
<link rel="stylesheet" href="./styles/main.css" />
</head>
<body>
<article id="main"><h1>Congressional Representative Project</h1>
</article>
<section class="basic_information">
<img src="https://www.govtrack.us/static/legislator-photos/400081-100px.jpeg" alt="Rep Jim Cooper" class="image">
<h3>
<div class="name" id="info">Representative Jim Cooper</div>
<div class="political affiliation" id="info">Democrat</div>
<div class="district info" id="info">Tennessee's 5th Congressional District</div>
</h3>
<section>
<h4 class="committee_title">Committees Served</h4>
<ul class="committees">
<li>House Committee on Armed Forces</li>
<li>House Committee on the Budget</li>
<li>House Committee on Oversight and Reform</li>
<li>House Permanent Select Committee on Intelligence</li>
</ul>
<h4 class="committee_title">Legislation Enacted</h4>
<ul class="Legislation">
<li>Water Heater Rating Improvement Act of 2011</li>
<li>Inspector General Reform Act of 2008</li>
<li>To Amend the Water Resources Development Act of 1974</li>
<li>Telephone Operator Computer Services Improvement Act of 1990</li>
</ul>
</section>
</section>
</body>
</html>