-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (28 loc) · 1011 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Rank and File</title>
<link rel="stylesheet" type="text/css" href="public/application.css">
</head>
<body>
<div id="wrapper">
<div id="logo">
<h1>LOGO See how your elected officials compare to the average.</h1>
</div>
<div id="search">
<form>
<input type="text" placeholder="Search for a Member">
</form>
<!-- removed from submit button and added a dummy button for development -->
<a href="search_result.html"><input type="button" value="Search" id="button"></a>
</div>
<div id="blurb">
<p class="centered">
Find out if your elected officials have been doing more, or less, than the average for a member with the same experience. Simply search by name, and view the information.
</p>
</div>
<a href="search_result.html"><img src="mock_images/screenshot.png" alt="SCREENSHOT OF SITE AFTER SEARCHING" id="main-img"></a>
</div>
</body>
</html>