-
Notifications
You must be signed in to change notification settings - Fork 9
/
job_listing.html
607 lines (578 loc) · 27.6 KB
/
job_listing.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
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Bytewise - Job Listing</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="shortcut icon" type="image/x-icon" href="assets/img/B_icon.png">
<!-- CSS here -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/price_rangs.css">
<link rel="stylesheet" href="assets/css/slicknav.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/css/themify-icons.css">
<link rel="stylesheet" href="assets/css/slick.css">
<link rel="stylesheet" href="assets/css/nice-select.css">
<link rel="stylesheet" href="assets/css/style.css">
<style>
#nav-bar-left li {
float: right;
}
#nav-bar-left ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
#nav-bar-left li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
transition: 0.3s ease;
}
#nav-bar-left li a:hover:not(.active)
{
background-color: #111;
}
#nav-bar-left .active {
background-color: #4CAF50;
}
.sidebar
{
margin: 0;
margin-top: -77px;
padding: 0;
list-style: none;
text-decoration: none;
position: fixed;
left: -250px;
width: 250px;
height: 110%;
background: #333333;
transition: all 0.5s ease;
z-index: 6;
}
.sidebar header
{
font-size: 22px;
color: white;
text-align: center;
line-height: 47px;
background: #202020;
user-select: none;
}
ul
{
margin-top: 20px;
}
.sidebar ul a
{
display: block;
color: white;
height: 100%;
width: 100%;
line-height: 80px;
font-size: 20px;
padding-left: 40px;
box-sizing: border-box;
text-decoration: none;
transition: 0.4s;
}
.sidebar .option li:hover a
{
padding-left: 50px;
}
.sidebar ul a i{
margin-right: 16px;
}
#check
{
display: none;
}
label #btn,label #cancel
{
position: absolute;
cursor: pointer;
border-radius: 6px;
}
label #btn
{
left: 5px;
top: 1px;
font-size: 35px;
color: white;
padding: 6px 12px;
transition: all 0.5s ease;
position: fixed;
}
label #btn:hover
{
color: #8C6E26;
}
label #cancel
{
z-index: 1111;
left: -195px;
top: 4px;
font-size: 30px;
color: white;
padding: 4px 9px;
transition: 0.46s ease;
position: fixed;
}
label #cancel:hover
{
color: #8C6E26;
}
#check:checked ~ .sidebar
{
left: 0;
}
#check:checked ~ label #btn
{
left: 250px;
opacity: 0;
pointer-events: none;
}
#check:checked ~ label #cancel
{
left: 210px;
}
</style>
</head>
<body>
<header>
<nav id="nav-bar-left">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About</a></li>
<li><a href="Portfolio/Portfolio.html">Portfolio</a></li>
<li><a href="Contact/Contact.html">Contact</a></li>
</ul>
</nav>
</header>
<input type="checkbox" id="check">
<label for="check">
<i class="fas fa-bars" id="btn"></i>
<i class="fas fa-times" id="cancel"></i>
</label>
<div class="sidebar">
<header>MENU</header>
<ul class="option">
<li><a href="obaidak/index.html"><i class="fas fa-qrcode "></i>Members</a></li>
<li><a href="job_details.html"><i class="fas fa-link "></i>Job Details</a></li>
<li><a href="job_listing.html"><i class="fas fa-stream "></i>Job Listing</a></li>
<li><a href="open-positions.html"><i class="fas fa-calendar-week "></i>Open Position</a></li>
<li><a href="bytewise-magazine.html"><i class="far fa-question-circle "></i>Magazine</a></li>
</ul>
</div>
<main>
<!-- Hero Area Start-->
<div class="slider-area ">
<div class="single-slider section-overly slider-height2 d-flex align-items-center" data-background="assets/img/hero/about.jpg">
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="hero-cap text-center">
<h2>Apply Now!</h2>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Hero Area End -->
<!-- Job List Area Start -->
<div class="job-listing-area pt-120 pb-120">
<div class="container">
<div class="row">
<!-- Left content -->
<div class="col-xl-3 col-lg-3 col-md-4">
<div class="row">
<div class="col-12">
<div class="small-section-tittle2 mb-45">
<div class="ion"> <svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="20px" height="12px">
<path fill-rule="evenodd" fill="rgb(27, 207, 107)"
d="M7.778,12.000 L12.222,12.000 L12.222,10.000 L7.778,10.000 L7.778,12.000 ZM-0.000,-0.000 L-0.000,2.000 L20.000,2.000 L20.000,-0.000 L-0.000,-0.000 ZM3.333,7.000 L16.667,7.000 L16.667,5.000 L3.333,5.000 L3.333,7.000 Z"/>
</svg>
</div>
<h4>Filter Jobs</h4>
</div>
</div>
</div>
<!-- Job Category Listing start -->
<div class="job-category-listing mb-50">
<!-- single one -->
<div class="single-listing">
<div class="small-section-tittle2">
<h4>Job Category</h4>
</div>
<!-- Select job items start -->
<div class="select-job-items2">
<select name="select">
<option value="">All Category</option>
<option value="">UI/UX Design</option>
<option value="">Mobile Application</option>
<option value="">Design & Development</option>
<option value="">Content Writing</option>
</select>
</div>
<!-- Select job items End-->
<!-- select-Categories start -->
<div class="select-Categories pt-80 pb-50">
<div class="small-section-tittle2">
<h4>Job Type</h4>
</div>
<label class="container">Full Time
<input type="checkbox" >
<span class="checkmark"></span>
</label>
<label class="container">Part Time
<input type="checkbox" checked="checked active">
<span class="checkmark"></span>
</label>
<label class="container">Remote
<input type="checkbox">
<span class="checkmark"></span>
</label>
<label class="container">Freelance
<input type="checkbox">
<span class="checkmark"></span>
</label>
</div>
<!-- select-Categories End -->
</div>
<!-- single two -->
<div class="single-listing">
<div class="small-section-tittle2">
<h4>Job Location</h4>
</div>
<!-- Select job items start -->
<div class="select-job-items2">
<select name="select">
<option value="">Rawalpindi</option>
<option value="">Islamabad</option>
</select>
</div>
<!-- Select job items End-->
<!-- select-Categories start -->
<div class="select-Categories pt-80 pb-50">
<div class="small-section-tittle2">
<h4>Experience</h4>
</div>
<label class="container">1-2 Years
<input type="checkbox" >
<span class="checkmark"></span>
</label>
<label class="container">2-3 Years
<input type="checkbox" checked="checked active">
<span class="checkmark"></span>
</label>
<label class="container">3-6 Years
<input type="checkbox">
<span class="checkmark"></span>
</label>
</div>
<!-- select-Categories End -->
</div>
<!-- single three -->
<div class="single-listing">
<!-- select-Categories start -->
<div class="select-Categories pb-50">
<div class="small-section-tittle2">
<h4>Posted Within</h4>
</div>
<label class="container">Any
<input type="checkbox" >
<span class="checkmark"></span>
</label>
<label class="container">Today
<input type="checkbox" checked="checked active">
<span class="checkmark"></span>
</label>
<label class="container">Last 2 days
<input type="checkbox">
<span class="checkmark"></span>
</label>
<label class="container">Last 3 days
<input type="checkbox">
<span class="checkmark"></span>
</label>
<label class="container">Last 5 days
<input type="checkbox">
<span class="checkmark"></span>
</label>
</div>
<!-- select-Categories End -->
</div>
<div class="single-listing">
<!-- Range Slider Start -->
<aside class="left_widgets p_filter_widgets price_rangs_aside sidebar_box_shadow">
<div class="small-section-tittle2">
<h4>Filter Jobs</h4>
</div>
<div class="widgets_inner">
<div class="range_item">
<!-- <div id="slider-range"></div> -->
<input type="text" class="js-range-slider" value="" />
<div class="d-flex align-items-center">
<div class="price_text">
<p>Price :</p>
</div>
<div class="price_value d-flex justify-content-center">
<input type="text" class="js-input-from" id="amount" readonly />
<span>to</span>
<input type="text" class="js-input-to" id="amount" readonly />
</div>
</div>
</div>
</div>
</aside>
<!-- Range Slider End -->
</div>
</div>
<!-- Job Category Listing End -->
</div>
<!-- Right content -->
<div class="col-xl-9 col-lg-9 col-md-8">
<!-- Featured_job_start -->
<section class="featured-job-area">
<div class="container">
<!-- Count of Job list Start -->
<div class="row">
<div class="col-lg-12">
<div class="count-job mb-35">
<span>9 Jobs found</span>
<!-- Select job items start -->
<div class="select-job-items">
<span>Sort by</span>
<select name="select">
<option value="">None</option>
<option value="">Location</option>
<option value="">Experience</option>
<option value="">Job Type</option>
</select>
</div>
<!-- Select job items End-->
</div>
</div>
</div>
<!-- Count of Job list End -->
<!-- single-job-content -->
<div class="single-job-items mb-30">
<div class="job-items">
<div class="company-img">
<a href="#"><img src="assets/img/icon/job-list1.png" alt=""></a>
</div>
<div class="job-tittle job-tittle2">
<a href="#">
<h4>UI/UX Design</h4>
</a>
<ul>
<li>Bytewise</li>
<li><i class="fas fa-map-marker-alt"></i>Rawalpindi, Pakistan</li>
<li>$350 - $400</li>
</ul>
</div>
</div>
<div class="items-link items-link2 f-right">
<a href="job_details.html">Full Time</a>
<span>7 hours ago</span>
</div>
</div>
<!-- single-job-content -->
<div class="single-job-items mb-30">
<div class="job-items">
<div class="company-img">
<a href="#"><img src="assets/img/icon/job-list2.png" alt=""></a>
</div>
<div class="job-tittle job-tittle2">
<a href="#">
<h4>Mobile Application</h4>
</a>
<ul>
<li>Bytewise</li>
<li><i class="fas fa-map-marker-alt"></i>Islamabad, Pakistan</li>
<li>$150 - $200</li>
</ul>
</div>
</div>
<div class="items-link items-link2 f-right">
<a href="job_details.html">Full Time</a>
<span>2 hours ago</span>
</div>
</div>
<!-- single-job-content -->
<div class="single-job-items mb-30">
<div class="job-items">
<div class="company-img">
<a href="#"><img src="assets/img/icon/job-list3.png" alt=""></a>
</div>
<div class="job-tittle job-tittle2">
<a href="#">
<h4>Design & Development</h4>
</a>
<ul>
<li>Bytewise</li>
<li><i class="fas fa-map-marker-alt"></i>Islamabad, Pakistan</li>
<li>$500 - $1500</li>
</ul>
</div>
</div>
<div class="items-link items-link2 f-right">
<a href="job_details.html">Full Time</a>
<span>9 hours ago</span>
</div>
</div>
<!-- single-job-content -->
<div class="single-job-items mb-30">
<div class="job-items">
<div class="company-img">
<a href="#"><img src="assets/img/icon/job-list4.png" alt=""></a>
</div>
<div class="job-tittle job-tittle2">
<a href="#">
<h4>Content Writer</h4>
</a>
<ul>
<li>Bytewise</li>
<li><i class="fas fa-map-marker-alt"></i>Islamabad, Pakistan</li>
<li>$350 - $400</li>
</ul>
</div>
</div>
<div class="items-link items-link2 f-right">
<a href="job_details.html">Part Time</a>
<span>1 day ago</span>
</div>
</div>
</div>
</section>
<!-- Featured_job_end -->
</div>
</div>
</div>
</div>
<!-- Job List Area End -->
</main>
<footer>
<!-- Footer Start-->
<div class="footer-area footer-bg footer-padding">
<div class="container">
<div class="row d-flex justify-content-between">
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-6">
<div class="single-footer-caption mb-50">
<div class="single-footer-caption mb-30">
<div class="footer-tittle">
<h4>About Us</h4>
<div class="footer-pera">
<p>Founded in 2019 by Mr.Usman Niazi he first started out, his passion for "We Make IT Happen" drove them to start their own business.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-5">
<div class="single-footer-caption mb-50">
<div class="footer-tittle">
<h4>Contact Info</h4>
<ul>
<li>
<p>Address : Jinnah Avenue Street 7
Islamabad / Pakistan / Asia</p>
</li>
<li><a href="#">Phone : +92 304 5260 527</a></li>
<li><a href="mailto:[email protected]">Email : [email protected]</a></li>
</ul>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-5">
<div class="single-footer-caption mb-50">
<div class="footer-tittle">
<h4>Important Link</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom-area footer-bg">
<div class="container">
<div class="footer-border">
<div class="row d-flex justify-content-between align-items-center">
<div class="col-xl-10 col-lg-10 ">
<div class="footer-copy-right">
<p><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | Made by <a href="http://bytewise.ml" target="_blank">ByteIT</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
<div class="col-xl-2 col-lg-2">
<div class="footer-social f-right">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fas fa-globe"></i></a>
<a href="#"><i class="fab fa-behance"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End-->
</footer>
<!-- JS here -->
<!-- All JS Custom Plugins Link Here here -->
<script src="./assets/js/vendor/modernizr-3.5.0.min.js"></script>
<!-- Jquery, Popper, Bootstrap -->
<script src="./assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="./assets/js/popper.min.js"></script>
<script src="./assets/js/bootstrap.min.js"></script>
<!-- Jquery Mobile Menu -->
<script src="./assets/js/jquery.slicknav.min.js"></script>
<!-- Jquery Slick , Owl-Carousel Plugins -->
<script src="./assets/js/owl.carousel.min.js"></script>
<script src="./assets/js/slick.min.js"></script>
<script src="./assets/js/price_rangs.js"></script>
<!-- One Page, Animated-HeadLin -->
<script src="./assets/js/wow.min.js"></script>
<script src="./assets/js/animated.headline.js"></script>
<script src="./assets/js/jquery.magnific-popup.js"></script>
<!-- Scrollup, nice-select, sticky -->
<script src="./assets/js/jquery.scrollUp.min.js"></script>
<script src="./assets/js/jquery.nice-select.min.js"></script>
<script src="./assets/js/jquery.sticky.js"></script>
<!-- contact js -->
<script src="./assets/js/contact.js"></script>
<script src="./assets/js/jquery.form.js"></script>
<script src="./assets/js/jquery.validate.min.js"></script>
<script src="./assets/js/mail-script.js"></script>
<script src="./assets/js/jquery.ajaxchimp.min.js"></script>
<!-- Jquery Plugins, main Jquery -->
<script src="./assets/js/plugins.js"></script>
<script src="./assets/js/main.js"></script>
</body>
</html>