-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.html
332 lines (320 loc) · 14.2 KB
/
search.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
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
<!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">
<title>ThoughtWorks Search</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<style>
body {padding-top:130px;}
.navbar-default {background-color:#ef5ba1;}
.navbar-default .navbar-header .navbar-brand {color:#fff;}
body {background-color:#ededed}
a {color:#ee0b77;}
.well, .panel, .btn, .dropdown-menu {border-radius:0!important;}
.well {background-color:#fff;}
.btn-primary, .btn-primary:hover {background-color:#000;color:#fff;border-color:#000;}
.breadcrumb {background-color:transparent;}
.breadcrumb a, .breadcrumb li.active {color:#fff;}
.jumbotron {background-color:transparent;}
</style>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">ThoughtWorks Search</a>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-xs-12">
<form>
<div class="form-group">
<div class="input-group input-group-lg">
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-expanded="false"><span class="glyphicon glyphicon-menu-hamburger text-muted"></span></button>
<ul class="dropdown-menu" role="menu" style="padding-left: 10px;padding-right: 10px;">
<li>
<div class="checkbox">
<label>
<input type="checkbox" value="" checked>
All sources
</label>
</div>
</li>
<li class="divider"></li>
<li>
<div class="checkbox">
<label>
<input type="checkbox" value="" checked>
MyThoughtWorks
</label>
</div>
</li>
<li>
<div class="checkbox">
<label>
<input type="checkbox" value="" checked>
Jigsaw
</label>
</div>
</li>
<li>
<div class="checkbox">
<label>
<input type="checkbox" value="" checked>
Google Drive
</label>
</div>
</li>
<li>
<div class="checkbox">
<label>
<input type="checkbox" value="" checked>
Contacts
</label>
</div>
</li>
<li>
<div class="checkbox">
<label>
<input type="checkbox" value="" checked>
ThoughtWorks.com
</label>
</div>
</li>
</ul>
</div>
<input type="text" class="form-control" placeholder="Search for a term" value="search term">
<div class="input-group-btn">
<button type="button" class="btn btn-default" data-toggle="collapse" data-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample"><span class="caret text-muted"></span></button>
<button type="button" class="btn btn-primary"><span class="glyphicon glyphicon-search"></span></button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-xs-12">
<div class="well well-sm collapse" id="collapseExample">
<h5>Advanced search options</h5>
<p>
<span class="label label-primary" draggable="true" style="cursor:copy;">Working office</span>
<span class="label label-primary" draggable="true" style="cursor:copy;">Home office</span>
<span class="label label-primary" draggable="true" style="cursor:copy;">TW experience</span>
<span class="label label-primary" draggable="true" style="cursor:copy;">Grade</span>
<span class="label label-default" draggable="true" style="cursor:copy;">AND</span>
<span class="label label-default" draggable="true" style="cursor:copy;">OR</span>
</p>
<p class="text-muted">Search query example Java:>3 AND working_office:pune AND tw_experience:[0 TO 2]</p>
</div>
</div>
</div>
</div>
<!--<div class="container-fluid">
<div class="row">
<div class="col-xs-12">
<ol class="breadcrumb">
<li><a href="#">Search</a></li>
<li><a href="#">Top content</a></li>
<li class="active">My ThoughtWorks</li>
</ol>
</div>
</div>
</div>-->
</div>
<div class="container-fluid">
<div class="row">
<div class="col-xs-12">
<h4 class="text-muted"><span class="glyphicon glyphicon-star"></span> Top content <small>• <a href="top-content.html">More results</a></small></h4>
</div>
<div class="col-xs-12">
<div class="panel panel-default">
<div class="panel-body">
<h5><a href="#">Text link to view results for <mark>search term</mark></a></h5>
<p class="small"><a href="#">www.link-to-source-of-content.com</a> • <a href="#" class="text-muted" title="View all results from this source">MyThoughtWorks</a></p>
<p>A text snippet for the result containing <mark>search term</mark>. A text snippet for the result containing <mark>search term</mark>.</p>
<hr>
<h5><a href="#">Text link to view results for <mark>search term</mark></a></h5>
<p class="small"><a href="#">www.link-to-source-of-content.com</a> • <a href="#" class="text-muted" title="View all results from this source">ThoughtWorks.com</a></p>
<p>A text snippet for the result containing <mark>search term</mark>. A text snippet for the result containing <mark>search term</mark>.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<h4 class="text-muted"><span class="glyphicon glyphicon-user"></span> People <small>• <a href="#">More results</a></small></h4>
</div>
<div class="col-xs-6 col-sm-3 col-lg-2">
<div class="panel panel-default">
<div class="panel-body">
<img src="http://fillmurray.com/g/128/128">
<h5><a href="#">Person name</a></h5>
<h6><a href="#">Role</a></h6>
<h6><a href="#">Grade</a></h6>
<p class="small text-muted"><a href="#" class="text-muted">Contacts</a> • <a href="#" class="text-muted">Jigsaw</a></p>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-lg-2">
<div class="panel panel-default">
<div class="panel-body">
<img src="http://fillmurray.com/g/128/128">
<h5><a href="#">Person name</a></h5>
<h6><a href="#">Role</a></h6>
<h6><a href="#">Grade</a></h6>
<p class="small text-muted"><a href="#" class="text-muted">Contacts</a> • <a href="#" class="text-muted">Jigsaw</a></p>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-lg-2">
<div class="panel panel-default">
<div class="panel-body">
<img src="http://fillmurray.com/g/128/128">
<h5><a href="#">Person name</a></h5>
<h6><a href="#">Role</a></h6>
<h6><a href="#">Grade</a></h6>
<p class="small text-muted"><a href="#" class="text-muted">Contacts</a> • <a href="#" class="text-muted">Jigsaw</a></p>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-lg-2">
<div class="panel panel-default">
<div class="panel-body">
<img src="http://fillmurray.com/g/128/128">
<h5><a href="#">Person name</a></h5>
<h6><a href="#">Role</a></h6>
<h6><a href="#">Grade</a></h6>
<p class="small text-muted"><a href="#" class="text-muted">Contacts</a> • <a href="#" class="text-muted">Jigsaw</a></p>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-lg-2">
<div class="panel panel-default">
<div class="panel-body">
<img src="http://fillmurray.com/g/128/128">
<h5><a href="#">Person name</a></h5>
<h6><a href="#">Role</a></h6>
<h6><a href="#">Grade</a></h6>
<p class="small text-muted"><a href="#" class="text-muted">Contacts</a> • <a href="#" class="text-muted">Jigsaw</a></p>
</div>
</div>
</div>
<div class="col-xs-6 col-sm-3 col-lg-2">
<div class="panel panel-default">
<div class="panel-body">
<img src="http://fillmurray.com/g/128/128">
<h5><a href="#">Person name</a></h5>
<h6><a href="#">Role</a></h6>
<h6><a href="#">Grade</a></h6>
<p class="small text-muted"><a href="#" class="text-muted">Contacts</a> • <a href="#" class="text-muted">Jigsaw</a></p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<h4 class="text-muted"><span class="glyphicon glyphicon-file"></span> Documents <small>• <a href="#">More results</a></small></h4>
</div>
<div class="col-xs-12">
<div class="panel panel-default">
<div class="panel-body">
<span class="label label-default">PDF</span>
<h5>
<a href="#">Text link to view results for <mark>search term</mark></a>
</h5>
<p class="small"><a href="#">www.link-to-source-of-content.com</a> • <a href="#" class="text-muted" title="View all results from this source">Google Drive</a></p>
<hr>
<span class="label label-default">PPT</span>
<h5>
<a href="#">Text link to view results for <mark>search term</mark></a>
</h5>
<p class="small"><a href="#">www.link-to-source-of-content.com</a> • <a href="#" class="text-muted" title="View all results from this source">Google Drive</a></p>
<hr>
<span class="label label-default">Word</span>
<h5>
<a href="#">Text link to view results for <mark>search term</mark></a>
</h5>
<p class="small"><a href="#">www.link-to-source-of-content.com</a> • <a href="#" class="text-muted" title="View all results from this source">Box</a></p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<h4 class="text-muted"><span class="glyphicon glyphicon-picture"></span> Images <small>• <a href="#">More results</a></small></h4>
</div>
<div class="col-xs-12 col-sm-6 col-md-3">
<a href="#" class="thumbnail">
<img src="http://placekitten.com/g/400/200" alt="...">
</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-3">
<a href="#" class="thumbnail">
<img src="http://placekitten.com/g/400/200" alt="...">
</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-3">
<a href="#" class="thumbnail">
<img src="http://placekitten.com/g/400/200" alt="...">
</a>
</div>
<div class="col-xs-12 col-sm-6 col-md-3">
<a href="#" class="thumbnail">
<img src="http://placekitten.com/g/400/200" alt="...">
</a>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="panel panel-default">
<div class="panel-body">
<h5><a href="#">Text link to view results for <mark>search term</mark></a></h5>
<p class="small"><a href="#">www.link-to-source-of-content.com</a> • <a href="#" class="text-muted" title="View all results from this source">MyThoughtWorks</a></p>
<p>A text snippet for the result containing <mark>search term</mark>. A text snippet for the result containing <mark>search term</mark>.</p>
<hr>
<h5><a href="#">Text link to view results for <mark>search term</mark></a></h5>
<p class="small"><a href="#">www.link-to-source-of-content.com</a> • <a href="#" class="text-muted" title="View all results from this source">MartinFowler.com</a></p>
<p>A text snippet for the result containing <mark>search term</mark>. A text snippet for the result containing <mark>search term</mark>.</p>
<hr>
<h5><a href="#">Text link to view results for <mark>search term</mark></a></h5>
<p class="small"><a href="#">www.link-to-source-of-content.com</a> • <a href="#" class="text-muted" title="View all results from this source">ThoughtWorks.com</a></p>
<p>A text snippet for the result containing <mark>search term</mark>. A text snippet for the result containing <mark>search term</mark>.</p>
<hr>
<h5><a href="#">Twitter User <small class="text-muted">@twitteruser</small></a></h5>
<p class="small"><a href="#">3 days ago</a> • <a href="#" class="text-muted" title="View all results from this source">Twitter</a></p>
<p>A text snippet for the result containing <mark>search term</mark>. A text snippet for the result containing <mark>search term</mark>.</p>
<hr>
<h5><a href="#">Text link to view results for <mark>search term</mark></a></h5>
<p class="small"><a href="#">www.link-to-source-of-content.com</a> • <a href="#" class="text-muted" title="View all results from this source">LinkedIn</a></p>
<p>A text snippet for the result containing <mark>search term</mark>. A text snippet for the result containing <mark>search term</mark>.</p>
<hr>
<h5><a href="#">Text link to view results for <mark>search term</mark></a></h5>
<p class="small"><a href="#">www.link-to-source-of-content.com</a> • <a href="#" class="text-muted" title="View all results from this source">Google</a></p>
<p>A text snippet for the result containing <mark>search term</mark>. A text snippet for the result containing <mark>search term</mark>.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>