-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjob-details.html
401 lines (391 loc) · 21.2 KB
/
job-details.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
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Dream Job | Find your dream job from here</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/hover.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Bungee+Inline|Lobster" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<!-- HTML5 shim and Respond.js for 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.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="loader"></div>
<aside id="sticky-social">
<ul>
<li><a href="#" class="entypo-facebook" target="_blank"><span>Facebook</span></a></li>
<li><a href="#" class="entypo-twitter" target="_blank"><span>Twitter</span></a></li>
<li><a href="#" class="entypo-gplus" target="_blank"><span>Google+</span></a></li>
<li><a href="#" class="entypo-linkedin" target="_blank"><span>LinkedIn</span></a></li>
</ul>
</aside>
<header id="main-menu">
<!-- navbar section start -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-navicon"></i>
</button>
<a class="navbar-brand" href="index.html">Dream Job</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html"><i class="fa fa-home"></i></a></li>
<li><a href="find-job.html">Find Job</a></li>
<li><a href="job-journal.html">Job Journal</a></li>
<li><a href="consultent.html">Consultants</a></li>
<li><a href="contact.html">Contact</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle hvr-underline-from-center" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Pages <span class="caret"></span></a>
<ul class="dropdown-menu drop-menu">
<li><a href="#">Post Your CV</a></li>
<li><a href="about-us.html">About us</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle hvr-underline-from-center" data-toggle="dropdown">Register <span class="caret"></span></a>
<ul class="dropdown-menu dropdown-lr animated flipInX" role="menu">
<div class="col-lg-12">
<div class="text-center">
<h3>
<b>Register</b>
</h3>
</div>
<form id="ajax-register-form" method="post" role="form" autocomplete="off">
<div class="form-group">
<input type="text" name="username" id="username" tabindex="1" class="form-control" placeholder="Username" value="">
</div>
<div class="form-group">
<input type="email" name="email" id="email" tabindex="1" class="form-control" placeholder="Email Address" value="">
</div>
<div class="form-group">
<input type="password" name="password" id="password" tabindex="2" class="form-control" placeholder="Password">
</div>
<div class="form-group">
<input type="password" name="confirm-password" id="confirm-password" tabindex="2" class="form-control" placeholder="Confirm Password">
</div>
<div class="form-group">
<div class="row">
<div class="col-xs-6 col-xs-offset-3">
<input type="submit" name="register-submit" id="register-submit" tabindex="4" class="form-control btn btn-primary" value="Register Now">
</div>
</div>
</div>
<input type="hidden" class="hide" name="token" id="token" value="7c6f19960d63f53fcd05c3e0cbc434c0">
</form>
</div>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle hvr-underline-from-center" data-toggle="dropdown"><i class="fa fa-user"></i> <span class="caret"></span></a>
<ul class="dropdown-menu dropdown-lr animated slideInRight" role="menu">
<div class="col-lg-12">
<div class="text-center">
<h3>
<b>Log In</b>
</h3>
</div>
<form id="ajax-login-form" method="post" role="form" autocomplete="off">
<div class="form-group">
<label for="username">Username</label>
<input type="text" name="username" id="username" tabindex="1" class="form-control" placeholder="Username" value="" autocomplete="off">
</div>
<div class="form-group">
<label for="password">Password</label>
<input type="password" name="password" id="password" tabindex="2" class="form-control" placeholder="Password" autocomplete="off">
</div>
<div class="form-group">
<div class="row">
<div class="col-xs-7">
<input type="checkbox" tabindex="3" name="remember" id="remember">
<label for="remember"> Remember Me</label>
</div>
<div class="col-xs-5 pull-right">
<input type="submit" name="login-submit" id="login-submit" tabindex="4" class="form-control btn btn-primary" value="Log In">
</div>
</div>
</div>
<div class="form-group">
<div class="row">
<div class="col-lg-12">
<div class="text-center">
<a href="#" tabindex="5" class="forgot-password">Forgot Password?</a>
</div>
</div>
</div>
</div>
<input type="hidden" class="hide" name="token" id="token" value="a465a2791ae0bae853cf4bf485dbe1b6">
</form>
</div>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!-- navbar section end -->
</header>
<section id="job-details">
<div class="container">
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">Job Details</li>
</ol>
</div>
<div class="col-md-12">
<div class="des-part job-heading">
<div class="text-left">
<img src="img/company10.png" class="img-thumbnail" alt="">
</div>
<div class="text-right">
<h1 class="text-uppercase">Partex group of company</h1>
<h3 class="text-capitalize">management officer</h3>
<p class="deadlines">
<span><i class="fa fa-calendar-times-o"></i> Deadline: 28 February 2017</span> /
<span><i class="fa fa-calendar"></i> Job Posted: 1 Febryary 2017</span> /
<span>No of Vacancies: 5</span>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8">
<div class="col-md-12">
<div class="des-part">
<h4>Job Responsibilities:</h4>
<ol>
<li>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</li>
<li>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</li>
<li>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</li>
<li>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</li>
<li>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</li>
<li>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</li>
<li>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</li>
<li>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</li>
<li>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</li>
<li>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</li>
</ol>
</div>
</div>
<div class="col-md-12">
<div class="des-part">
<h4>Educational Requirments:</h4>
<ol>
<li>Bachelor's degree in business with specialization in marketing and finance, or the equivalent</li>
<li>Bachelor's degree in business with specialization in marketing and finance, or the equivalent</li>
</ol>
</div>
</div>
<div class="col-md-12">
<div class="des-part">
<h4>Additional Requirements:</h4>
<ol>
<li>Bachelor's degree in business with specialization in marketing and finance, or the equivalent</li>
<li>Bachelor's degree in business with specialization in marketing and finance, or the equivalent</li>
</ol>
</div>
</div>
<div class="col-md-12">
<div class="des-part">
<h4>Salary: Negotiable</h4>
</div>
</div>
<div class="col-md-12">
<div class="des-part">
<h4>Company Description:</h4>
<p>CRP Address : CRP, P/O- CRP- Chapain, Savar, Dhaka- 1343 Web : <a href="#">www.bitm.org</a> Business : N/A</p>
</div>
</div>
</div>
<div class="col-md-4 left-padding-zero">
<div class="col-md-12">
<div class="des-part">
<h4>Job Highlights:</h4>
<ul class="job-highlights">
<li><i class="fa fa-cubes" aria-hidden="true"></i> Category: Corporate Job Category</li>
<li><i class="fa fa-balance-scale" aria-hidden="true"></i> Position Lavel: Mid</li>
<li><i class="fa fa-clock-o" aria-hidden="true"></i> Employment Type: Full Time</li>
</ul>
</div>
</div>
<div class="col-md-12">
<div class="des-part">
<h4>Job Location:</h4>
<ul class="job-highlights">
<li><i class="fa fa-flag"></i> Country: Bangladesh</li>
<li><i class="fa fa-map-marker"></i> Divition: Dhaka</li>
<li><i class="fa fa-location-arrow"></i> Address: BITM Karone Bazar, Dhaka-1201</li>
</ul>
</div>
</div>
<div class="col-md-12">
<div class="des-part">
<h4>Who Can Apply:</h4>
<ul class="job-highlights">
<li><i class="fa fa-user"></i> Age: More than 23</li>
<li><i class="fa fa-transgender"></i> Gender: N/A</li>
<li><i class="fa fa-book"></i> Experience Required: 3 - 0 Years</li>
</ul>
</div>
</div>
<div class="col-md-12">
<div class="des-part apply-online">
<h4 class="text-center text-capitalize">are you finding this job ?</h4>
<p class="text-center"><a href="#" class="btn btn-default btn-lg hvr-radial-out apply-btn" data-toggle="modal" data-target="#myModal">Apply Online Now</a></p>
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="myModalLabel">Please fill up this form...</h4>
</div>
<div class="modal-body">
<form class="form-horizontal" action="index.html" method="post">
<div class="form-group">
<label for="inputName" class="col-sm-2 control-label">Name:</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="inputName" placeholder="Your full name..">
</div>
</div>
<div class="form-group">
<label for="inputEmail" class="col-sm-2 control-label">Email:</label>
<div class="col-sm-10">
<input type="email" class="form-control" id="inputEmail" placeholder="Mail ID..">
</div>
</div>
<div class="form-group">
<label for="inputPassword" class="col-sm-2 control-label">Password:</label>
<div class="col-sm-10">
<input type="email" class="form-control" id="inputPassword" placeholder="Password..">
</div>
</div>
<div class="form-group">
<label for="inputCv" class="col-sm-2 control-label">Your CV:</label>
<div class="col-sm-10">
<input type="file" id="inputCv" class="filestyle" data-buttonName="btn-primary">
</div>
</div>
<h4>Or drag and drop files below</h4>
<div class="upload-drop-zone" id="drop-zone">
Just drag and drop files here
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<section id="footer-top">
<div class="container">
<div class="row">
<div class="col-md-9 col-sm-8 logo-footer">
<a class="" href="#">dream job</a>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-9">
<div class="row">
<div class="col-md-3 col-sm-3">
<h4>Job seekers</h4>
<ul>
<li><a href="#">Post Your CV</a></li>
<li><a href="#">Advanced Job Search</a></li>
<li><a href="#">Tips for Finding a Job</a></li>
<li><a href="#">Create a Perfact CV</a></li>
<li><a href="#">Job Seeker FAQ</a></li>
<li><a href="#">Terms of Service for Job Seekers</a></li>
</ul>
</div>
<div class="col-md-3 col-sm-3">
<h4>Employes</h4>
<ul>
<li><a href="#">Post a Job</a></li>
<li><a href="#">CV search</a></li>
<li><a href="#">Tips for Recruiting</a></li>
<li><a href="#">Employer FAQ</a></li>
<li><a href="#">Terms of Service </a></li>
<li><a href="#">for Employers</a></li>
</ul>
</div>
<div class="col-md-3 col-sm-3">
<h4>About Us</h4>
<ul>
<li><a href="#">About us</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">Partners</a></li>
</ul>
</div>
<div class="col-md-3 col-sm-4">
<h4>Follow us on</h4>
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<a href="#"><i class="fa fa-facebook fa-stack-1x fa-inverse"></i></a>
</span>
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<a href="#"><i class="fa fa-twitter fa-stack-1x fa-inverse"></i></a>
</span>
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<a href="#"><i class="fa fa-linkedin fa-stack-1x fa-inverse"></i></a>
</span>
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<a href="#"><i class="fa fa-google-plus fa-stack-1x fa-inverse"></i></a>
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="footer-bottom">
<div class="container">
<p class="text-center text-capitalize">© 2012 - 2017 Everjobs. All rights reserved. Material may not be published or reproduced in any form without prior written permission.</p>
</div>
</section>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.flexisel.js"></script>
<script src="js/dropCV.js"></script>
<script type="text/javascript">
$(window).load(function() {
$(".loader").fadeOut("slow");
})
</script>
</body>
</html>