-
Notifications
You must be signed in to change notification settings - Fork 0
/
job-search.html
407 lines (312 loc) · 16.6 KB
/
job-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
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Link Recruitment | Burton on Trent</title>
<!--CSS-->
<link rel="stylesheet" media="(max-width:480px)" href="css/mobile.css" />
<link rel="stylesheet" media="(min-width:481px) and (max-width:768px)" href="css/tablet.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" media="all and (min-width:769px)" href="css/site.css" type="text/css">
<!-- Normalize -->
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<script src="https://use.fontawesome.com/b657236b74.js"></script>
<style>
.contentPost { display:none;}
</style>
</head>
<body>
<!-- HEADER -->
<div id="headerBar">
<nav class="orange-nav">
<span class="open-slide mobile" onclick="openSideMenu()">
<svg width="30" height="30">
<path stroke="#fff" d="M0,5 30,5" stroke-width="4"/>
<path stroke="#fff" d="M0,14 30,14" stroke-width="4"/>
<path stroke="#fff" d="M0,23 30,23" stroke-width="4"/>
</svg>
</span>
<ul class="site orangeNav">
<li><a href="job-search.html" class="main-selected">View Jobs</a></li>
<li><a href="index.html#sectors">Our Sectors</a></li>
<li><a href="#about.html">About Us</a></li>
<li><a href="meet-the-team.html">Meet The Team</a></li>
<li><a href="">Careers</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="side-nav mobile" id="side-menu">
<span class="btn-close exit" onclick="closeSideMenu()">×</span>
<a onclick="closeSideMenu()" href="#">Home</a>
<a onclick="closeSideMenu()" href="job-search.html" class="main-selected">View Jobs</a>
<a onclick="closeSideMenu()" href="index.html#sectors">Our Sectors</a>
<a onclick="closeSideMenu()" href="about.html">About Us</a>
<a onclick="closeSideMenu()" href="meet-the-team.html">Meet The Team</a>
<a onclick="closeSideMenu()" href="">Careers</a>
<a onclick="closeSideMenu()" href="contact.html">Contact</a>
</div>
<div class="container">
<div class="left">
<a href="index.html" id="home"><img src="images/logos/link_recruitment_logo_white.png" width="auto" height="40px"></a>
</div>
<!-- <div class="right">-->
<!--<i class="fa fa-bars" aria-hidden="true"></i>-->
<!-- </div>-->
<br class="clearFloat">
</div>
<!-- End of header -->
</div>
<!-- MAIN -->
<main>
<div class="job-search-page">
<div class="job-search-inside">
<h2>Job Search.</h2>
<!-- SEARCH BAR -->
<form id="searchBar">
<div>
<input required type="text" id="query" name="job_keyword" placeholder="Job Keyword">
<input required type="text" id="location" name="job_location" placeholder="Job Location">
<button type="submit">Search <i class="fa fa-search" aria-hidden="true"></i></button>
</div>
<div class="advanced-list" id="advancedList">
<div class="advanced-list-inner">
<label for="search_discipline">Sector</label>
<select id="search_discipline" name="search[discipline]">
<option value="" disabled selected>Any Sector</option>
<option value="energy">Energy</option>
<option value="digital">Digital</option>
<option value="commerce">Commerce</option>
<option value="jobs_at_link">Jobs at Link</option>
</select>
</div>
<div class="advanced-list-inner">
<label for="search_job_type">Job Type</label>
<select id="search_job_type" name="search[job_type]">
<option value="" disabled selected>Any Type</option>
<option value="permanent">Permanent</option>
<option value="temporary">Temporary</option>
<option value="contract">Contract</option>
</select>
</div>
<div class="advanced-list-inner">
<label for="search_radius">Distance</label>
<select id="search_radius" name="search[radius]">
<option value="" disabled selected>Radius</option>
<option value="5_miles">5 miles</option>
<option value="10_miles">10 miles</option>
<option value="20_miles">20 miles</option>
<option value="50_miles">50 miles</option>
<option value="100_miles">100 miles</option>
<option value="200_miles">200 miles</option>
<option value="500_miles">500 miles</option>
</select>
</div>
</div>
<div>
<div onclick="openForm()" id="advanced-search-click">
Advanced Search
<i class="fa fa-chevron-up"></i>
</div>
</div>
</form>
<ul class="job-posting">
<li>
<h3>c# quantitative developer - contract - derivatives - london</h3>
<p class="mobile">c# quantitative developer - contract - derivatives - london a tier 1 investment bank is seeking a c# quantitative developer to join their london team which is responsible for the development of models, pricing tools and system integration of all flow and exotic models. the successful candidate will help develop new products that support the trading and risk functions of several different</p>
<button class="mobile" type="submit" id="read-more">Read more about this job</button>
<div>
<dl>
<dt>Job Type:</dt><dd>Contract</dd>
<dt>Location:</dt><dd>England</dd>
<dt>Salary:</dt><dd>£650 - £700 per day</dd>
<dt>Sector:</dt><dd>Financial Services</dd>
</dl>
<button type="submit" id="apply-now">Apply Now</button>
</div>
<p class="site">c# quantitative developer - contract - derivatives - london a tier 1 investment bank is seeking a c# quantitative developer to join their london team which is responsible for the development of models, pricing tools and system integration of all flow and exotic models. the successful candidate will help develop new products that support the trading and risk functions of several different</p>
<button class="site" type="submit" id="read-more">Read more about this job</button>
</li>
<li>
<h3>c# quantitative developer - contract - derivatives - london</h3>
<p class="mobile">c# quantitative developer - contract - derivatives - london a tier 1 investment bank is seeking a c# quantitative developer to join their london team which is responsible for the development of models, pricing tools and system integration of all flow and exotic models. the successful candidate will help develop new products that support the trading and risk functions of several different</p>
<button class="mobile" type="submit" id="read-more">Read more about this job</button>
<div>
<dl>
<dt>Job Type:</dt><dd>Contract</dd>
<dt>Location:</dt><dd>England</dd>
<dt>Salary:</dt><dd>£650 - £700 per day</dd>
<dt>Sector:</dt><dd>Financial Services</dd>
</dl>
<button type="submit" id="apply-now">Apply Now</button>
</div>
<p class="site">c# quantitative developer - contract - derivatives - london a tier 1 investment bank is seeking a c# quantitative developer to join their london team which is responsible for the development of models, pricing tools and system integration of all flow and exotic models. the successful candidate will help develop new products that support the trading and risk functions of several different</p>
<button class="site" type="submit" id="read-more">Read more about this job</button>
</li>
<li>
<h3>c# quantitative developer - contract - derivatives - london</h3>
<p class="mobile">c# quantitative developer - contract - derivatives - london a tier 1 investment bank is seeking a c# quantitative developer to join their london team which is responsible for the development of models, pricing tools and system integration of all flow and exotic models. the successful candidate will help develop new products that support the trading and risk functions of several different</p>
<button class="mobile" type="submit" id="read-more">Read more about this job</button>
<div>
<dl>
<dt>Job Type:</dt><dd>Contract</dd>
<dt>Location:</dt><dd>England</dd>
<dt>Salary:</dt><dd>£650 - £700 per day</dd>
<dt>Sector:</dt><dd>Financial Services</dd>
</dl>
<button type="submit" id="apply-now">Apply Now</button>
</div>
<p class="site">c# quantitative developer - contract - derivatives - london a tier 1 investment bank is seeking a c# quantitative developer to join their london team which is responsible for the development of models, pricing tools and system integration of all flow and exotic models. the successful candidate will help develop new products that support the trading and risk functions of several different</p>
<button class="site" type="submit" id="read-more">Read more about this job</button>
</li>
<li>
<h3>c# quantitative developer - contract - derivatives - london</h3>
<p class="mobile">c# quantitative developer - contract - derivatives - london a tier 1 investment bank is seeking a c# quantitative developer to join their london team which is responsible for the development of models, pricing tools and system integration of all flow and exotic models. the successful candidate will help develop new products that support the trading and risk functions of several different</p>
<button class="mobile" type="submit" id="read-more">Read more about this job</button>
<div>
<dl>
<dt>Job Type:</dt><dd>Contract</dd>
<dt>Location:</dt><dd>England</dd>
<dt>Salary:</dt><dd>£650 - £700 per day</dd>
<dt>Sector:</dt><dd>Financial Services</dd>
</dl>
<button type="submit" id="apply-now">Apply Now</button>
</div>
<p class="site">c# quantitative developer - contract - derivatives - london a tier 1 investment bank is seeking a c# quantitative developer to join their london team which is responsible for the development of models, pricing tools and system integration of all flow and exotic models. the successful candidate will help develop new products that support the trading and risk functions of several different</p>
<button class="site" type="submit" id="read-more">Read more about this job</button>
</li>
</ul>
</div>
</div>
</main>
<!-- Contact Us Section mobile -->
<div class="page grey mobile">
<div class="inside">
<div class="container">
<div id="footer-wrap">
<!-- First column -->
<div id="address">
<h2><a id="contact">Contact Us</a></h2>
<div class="wrapper">
<ul id="contact">
<li>Link Recruitment</li>
<li>G65 Repton House</li>
<li>Bretby Business Park</li>
<li>Burton on Trent</li>
<li>Staffordshire</li>
<li>DE15 0YZ</li>
<li></li>
<li><a href="tel:0333 733 0365">0333 733 0365</a></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
<!-- Second column -->
<div id="newsletter">
<h2>Newsletter</h2>
<!-- Newsletter -->
<form class="wrapper" action="index.html" method="post">
<legend>Be the first to know about new opportunities</legend>
<ul>
<li>
<input required type="text" id="name" name="full_name" placeholder="Full Name">
</li>
<li>
<input required type="email" id="email" name="email_address" placeholder="Email">
</li>
</ul>
<button type="button"><a href="">Let's Go!</a></button>
</form>
</div>
<!-- Third column -->
<div id="news">
<h2>Latest News</h2>
<!-- TWITTER FEED -->
<!-- <a class="twitter-timeline" href="https://twitter.com/TwitterDev/timelines/539487832448843776?ref_src=twsrc%5Etfw">National Park Tweets - Curated tweets by TwitterDev</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>-->
</div>
</div>
<!-- FOOTER -->
<footer>
<p><small>©2018 Link Recruitment | All Rights Reserved</small></p>
<nav>
<ul>
<li><a href="">Terms & Conditions</a></li>
<li><a href="">Privacy Policy</a></li>
<li><a href="">Cookie Policy</a></li>
</ul>
</nav>
</footer>
<!-- Contact/newsletter section end -->
</div>
</div>
</div>
<!-- site Footer -->
<div class="grey site">
<div>
<!-- First column -->
<div id="address">
<h2><a id="contact">Contact Us</a></h2>
<div class="wrapper">
<ul id="contact">
<li>Link Recruitment</li>
<li>G65 Repton House</li>
<li>Bretby Business Park</li>
<li>Burton on Trent</li>
<li>Staffordshire</li>
<li>DE15 0YZ</li>
<li></li>
<li><a href="tel:0333 733 0365">0333 733 0365</a></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
<!-- Second column -->
<div id="newsletter">
<h2>Newsletter</h2>
<!-- Newsletter -->
<form class="wrapper" action="index.html" method="post">
<legend>Be the first to know about new opportunities</legend>
<ul>
<li>
<input required type="text" id="name" name="full_name" placeholder="Full Name">
</li>
<li>
<input required type="email" id="email" name="email_address" placeholder="Email">
</li>
</ul>
<button type="button"><a href="">Let's Go!</a></button>
</form>
</div>
<!-- Third column -->
<div id="news">
<h2>Latest News</h2>
<!-- TWITTER FEED -->
<!-- <a class="twitter-timeline" href="https://twitter.com/TwitterDev/timelines/539487832448843776?ref_src=twsrc%5Etfw">National Park Tweets - Curated tweets by TwitterDev</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>-->
</div>
</div>
<!-- FOOTER -->
<footer>
<p><small>©2018 Link Recruitment | All Rights Reserved</small></p>
<nav>
<ul>
<li><a href="">Terms & Conditions</a></li>
<li><a href="">Privacy Policy</a></li>
<li><a href="">Cookie Policy</a></li>
</ul>
</nav>
</footer>
<!-- Contact/newsletter section end -->
</div>
<script src="scripts/advancedSearch.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="scripts/typewriter.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$(".contentPost").delay(9500).fadeIn(1500);
});
</script>
<script src="scripts/burger.js"></script>
</body>
</html>