-
Notifications
You must be signed in to change notification settings - Fork 0
/
results.html
147 lines (128 loc) · 5.23 KB
/
results.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
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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
<title>oversight.io</title>
<link href="css/main.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600' rel='stylesheet' type='text/css' />
</head>
<body>
<header class="content-block banner">
<div class="container">
<h1 class="text-center">
<a href="./">oversight.io</a>
</h1>
<hr class="visible-xs">
<h4 class="text-center">Bringing into sight … <tagline></h4>
</div>
</header>
<form action="results.html" method="GET">
<br>
<div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 input-group input-group-lg">
<input type="text" class="form-control input-lg" name="query" value="QUERY">
<span class="input-group-btn">
<button type="submit" class="btn btn-lg btn-info" type="button">Searcg Again</button>
</span>
</div>
</form>
<section class="content-block search-results">
<div class="container">
<p class="col-xs-6">6 Results QUERY</p>
<p class="col-xs-6 text-right">
<a href="#">Subscribe to this search</a>
</p>
<a href="report.html" class="col-xs-12">
<div class="card">
<div class="row">
<h4 class="col-xs-10 col-xs-offset-1">Grievance Payout Costs in the South Florida District</h4>
</div>
<hr>
<div class="row">
<p class="col-xs-3 col-xs-offset-1 text-left ">6-11-2014</p>
<p class="col-xs-7 text-right">United States Postal Service</p>
</div>
</div>
</a>
<a href="report.html" class="col-xs-12">
<div class="card">
<div class="row">
<h4 class="col-xs-10 col-xs-offset-1">Topeka, KS, Material Distribution Center – Information Technology General Controls</h4>
</div>
<hr>
<div class="row">
<p class="col-xs-3 col-xs-offset-1 text-left ">6-11-2014</p>
<p class="col-xs-7 text-right">United States Postal Service</p>
</div>
</div>
</a>
<a href="report.html" class="col-xs-12">
<div class="card">
<div class="row">
<h4 class="col-xs-10 col-xs-offset-1">Advertising and Consulting Supplier Selection Process</h4>
</div>
<hr>
<div class="row">
<p class="col-xs-3 col-xs-offset-1 text-left ">6-11-2014</p>
<p class="col-xs-7 text-right">United States Postal Service</p>
</div>
</div>
</a>
<a href="report.html" class="col-xs-12">
<div class="card">
<div class="row">
<h4 class="col-xs-10 col-xs-offset-1">Assessment of DoD Processes in Support of Committee on Foreign Investment in the United States Determinations and Foreign Ownership, Control, or Influence Mitigation.</h4>
</div>
<hr>
<div class="row">
<p class="col-xs-3 col-xs-offset-1 text-left ">6-10-2014</p>
<p class="col-xs-7 text-right">Department of Defense</p>
</div>
</div>
</a>
<a href="report.html" class="col-xs-12">
<div class="card">
<div class="row">
<h4 class="col-xs-10 col-xs-offset-1">AProcess Inefficiencies and Costs Discourage Participation in FRA’s RRIF Program</h4>
</div>
<hr>
<div class="row">
<p class="col-xs-3 col-xs-offset-1 text-left ">6-10-2014</p>
<p class="col-xs-7 text-right">Department of Transportation</p>
</div>
</div>
</a>
<a href="report.html" class="col-xs-12">
<div class="card">
<div class="row">
<h4 class="col-xs-10 col-xs-offset-1">Audit Initiated of DOT’s Contract Close-Out Process</h4>
</div>
<hr>
<div class="row">
<p class="col-xs-3 col-xs-offset-1 text-left ">6-10-2014</p>
<p class="col-xs-7 text-right">Department of Transportation</p>
</div>
</div>
</a>
</div>
</section>
<footer class="content-block credit">
<div class="container">
<div class="col-xs-10 col-xs-offset-1 col-sm-8 col-sm-offset-2 text-center">
<p class="lead">
oversight.io is a project from <a href="http://theunitedstates.io/">@unitedstates</a>: A shared commons of data and tools for the United States. Made by the public, used by the public.
</p>
<p class="lead">
Contributions are welcome at the <a href="https://github.com/unitedstates/inspectors-general">project's homepage</a>, or <a href="https://github.com/unitedstates/inspectors-general/issues">report any issues</a> you find.
</p>
</div>
</div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>