-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjob-single.html
446 lines (382 loc) · 25.7 KB
/
job-single.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
<!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.0">
<title>Mamurjor</title>
<base href="index.html">
<!-- Google Font -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;800&display=swap" rel="stylesheet">
<!-- Slick Slider -->
<link rel="stylesheet" type="text/css" href="assets/css/slick.css"/>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css" integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<!-- Stylesheet -->
<link rel="stylesheet" href="assets/css/style.css">
<style>
.dropdown:hover .dropdown-menu {
display: block;
}
</style>
</head>
<body>
<!-- Header Section Start -->
<div class="header-wrapper px-6 md:px-12 py-6 shadow-sm filter drop-shadow-lg bg-white sticky top-0 z-50">
<div class="flex justify-between">
<div class="flex flex-start space-x-6 divide-x">
<!-- Brand Logo -->
<h1 class="text-2xl">Mamurjor</h1>
<!-- Navigation -->
<nav class="self-center">
<ul class="flex space-x-4 text-gray-600 ml-6">
<li><a href="/">Home</a></li>
<li class="dropdown inline-block relative">
<button class="inline-flex items-center">
<span class="mr-1">Find Work</span>
<svg class="fill-current h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"/> </svg>
</button>
<ul class="dropdown-menu absolute hidden bg-gray-800 text-gray-50 pt-5 w-64 rounded py-3">
<li class=""><a class="text-gray-400 hover:text-gray-50 transition duration-300 -mt-5 py-2 px-4 block whitespace-no-wrap" href="#">One</a></li>
<li class=""><a class="text-gray-400 hover:text-gray-50 transition duration-300 py-2 px-4 block whitespace-no-wrap" href="#">Two</a></li>
<li class=""><a class="text-gray-400 hover:text-gray-50 transition duration-300 py-2 px-4 block whitespace-no-wrap" href="#">Three is the magic number</a></li>
</ul>
</li>
<li><a href="employer-profile.html">For Employers</a></li>
<li><a href="course.html">Training</a></li>
<li><a href="single.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="course.html">Blog</a></li>
</ul>
</nav>
</div>
<!-- Header Right Side Widgets -->
<div class="flex space-x-6 flex-wrap content-center">
<div class="flex space-x-4 flex-wrap content-center border-l pl-4">
<div class="relative">
<i class="far fa-bell"></i>
<span class="absolute bg-blue-800 text-xs text-white px-1 rounded-full -mt-1 -ml-2">4</span>
</div>
<div class="relative">
<i class="far fa-envelope"></i>
<span class="absolute bg-blue-800 text-xs text-white px-1 rounded-full -mt-1 -ml-2">3</span>
</div>
</div>
<div class="border-l pl-4">
<div class="relative">
<img class="w-10 bg-gray-200 rounded-full" src="assets/images/profile.png" alt="">
<span class="w-3 h-3 absolute bg-green-500 text-xs text-white px-1 rounded-full ml-7 -mt-3 shadow-2xl"></span>
</div>
</div>
</div>
</div>
</div>
<!-- Header Section End -->
<!-- Single Page Header -->
<div class="py-8 md:py-16 bg-gray-100 px-4 md:px-0">
<div class="container mx-auto">
<div class="md:pr-10 flex flex-wrap content-center justify-between flex-col md:flex-row pb-5 md:pb-0">
<div class="flex justify-start md:p-3 md:pt-5 md:pb-5 md:pr-5">
<img class="hidden md:block mt-3 mr-5 w-28 h-28 rounded" src="assets/images/company-logo-01.png" alt="">
<div class="px-0 md:px-3 flex flex-col">
<h2 class="text-3xl pt-1 pb-3 text-gray-700">Food Delivery Mobile Application</h2>
<h3 class="text-xl mt-3 pb-2 text-gray-700">
About the Employer
</h3>
<ul class="flex flex-col md:flex-row space-y-2 md:space-x-3 text-lg text-gray-500">
<li class="md:self-center"><a href="#"><i class="far mr-2 fa-building"></i>Hexagon</a></li>
<li>
<div class="flex md:justify-center">
<span class="bg-yellow-400 px-2 rounded text-base text-white mr-2">4.9</span>
<div class="flex text-xl text-yellow-400">
<span>★</span>
<span>★</span>
<span>★</span>
<span>★</span>
<span>★</span>
</div>
</div>
</li>
<li>
<div class="flex md:justify-center text-xl space-x-3">
<span>🇧🇩</span>
<h2 class="text-gray-800">John Doe</h2>
</div>
</li>
<li class="flex md:align-middle text-white text-sm font-semibold">
<i class="fas px-2 py-2 rounded-l bg-green-500 fa-check self-center"></i>
<span class="px-2 py-1 rounded-r bg-green-600">Verified</span>
</li>
</ul>
</div>
</div>
<div href="#" class="rounded-lg mb-6 mt-3 md:mt-0 py-6 md:py-10 px-8 bg-gray-50 shadow-xl md:m-7">
<h2 class="text-xl text-gray-500">Annual Salary</h2>
<h3 class="text-3xl font-thin text-gray-700">$35k - $38k</h3>
</div>
</div>
</div>
</div>
<div class="py-16">
<div class="container mx-auto">
<div class="grid grid-cols-1 md:grid-cols-4 md:grid-flow-col grid-flow-row">
<!-- Left Content Area -->
<div class="flex flex-col col-span-3 pr-4 sm:pr-12 pl-4 md:pl-0">
<h1 class="text-2xl text-gray-700 mb-4">Project Description</h1>
<p class="text-gray-500 text-justify mb-6 mt-2">
Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.
<br><br>
Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.
<br><br>
Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.
</p>
<h1 class="text-2xl text-gray-700 mb-4">Attachments</h1>
<div class="grid grid-flow-col grid-cols-1 md:grid-cols-3 gap-6">
<div class="group p-4 bg-gray-100 hover:bg-blue-700 rounded transition duration-200 cursor-pointer shadow-lg">
<h2 class="text-gray-700 text-lg pb-3 group-hover:text-gray-100">Project Brief</h2>
<span class="text-gray-500 group-hover:text-gray-300">PDF</span>
</div>
</div>
<h1 class="text-2xl text-gray-700 mb-4 mt-6">Skills Required</h1>
<div class="space-y-1">
<button class="w-max bg-gray-200 text-blue-700 px-4 py-2 rounded hover:bg-gray-300 transition duration-500">html</button>
<button class="w-max bg-gray-200 text-blue-700 px-4 py-2 rounded hover:bg-gray-300 transition duration-500">front-end-dev</button>
<button class="w-max bg-gray-200 text-blue-700 px-4 py-2 rounded hover:bg-gray-300 transition duration-500">wordpress</button>
<button class="w-max bg-gray-200 text-blue-700 px-4 py-2 rounded hover:bg-gray-300 transition duration-500">react</button>
</div>
<div class="mt-16">
<div class="container mx-auto">
<div class="px-12 py-6 bg-gray-200 mb-4 rounded">
<div class="flex text-xl">
<i class="fas fa-users mr-2 text-blue-700"></i>
<h2 class="-mt-1 text-gray-700">Freelancers Bidding</h2>
</div>
</div>
</div>
<div class="container mx-auto">
<div class="bg-gray-50 px-4 md:px-0 md:pr-10 flex flex-wrap justify-between flex-col md:flex-row pb-5 md:pb-0">
<div class="flex justify-start mb-3 md:mb-0 md:p-3 md:pt-5 md:pb-5 md:pr-5 md:self-center">
<img class="mt-3 mr-5 w-20 h-20 rounded-full" src="assets/images/user-avatar-big-01.jpg" alt="">
<div class="px-0 md:px-3 flex flex-col">
<h2 class="text-2xl pt-1 pb-3 text-gray-700">Tom Smith<span class="ml-2">🇧🇩</span></h2>
<div class="flex md:justify-start">
<span class="bg-yellow-400 px-2 rounded text-base text-white mr-2">4.9</span>
<div class="flex text-xl text-yellow-400">
<span>★</span>
<span>★</span>
<span>★</span>
<span>★</span>
<span>★</span>
</div>
</div>
</div>
</div>
<div href="#" class="md:self-center rounded-lg py-2 px-8 bg-gray-50 shadow-xl">
<h2 class="text-xl text-gray-500">$4,400</h2>
<h3 class="text-base font-thin text-gray-700">in 7 days</h3>
</div>
</div>
<div class="bg-gray-100 px-4 md:px-0 md:pr-10 flex flex-wrap justify-between flex-col md:flex-row pb-5 md:pb-0">
<div class="flex justify-start mb-3 md:mb-0 md:p-3 md:pt-5 md:pb-5 md:pr-5 md:self-center">
<img class="mt-3 mr-5 w-20 h-20 rounded-full" src="assets/images/user-avatar-big-02.jpg" alt="">
<div class="px-0 md:px-3 flex flex-col">
<h2 class="text-2xl pt-1 pb-3 text-gray-700">David Peterson<span class="ml-2">🇧🇩</span></h2>
<div class="flex md:justify-start">
<span class="bg-yellow-400 px-2 rounded text-base text-white mr-2">4.9</span>
<div class="flex text-xl text-yellow-400">
<span>★</span>
<span>★</span>
<span>★</span>
<span>★</span>
<span>★</span>
</div>
</div>
</div>
</div>
<div href="#" class="md:self-center rounded-lg py-2 px-8 bg-gray-50 shadow-xl">
<h2 class="text-xl text-gray-500">$4,400</h2>
<h3 class="text-base font-thin text-gray-700">in 7 days</h3>
</div>
</div>
<div class="bg-gray-50 px-4 md:px-0 md:pr-10 flex flex-wrap justify-between flex-col md:flex-row pb-5 md:pb-0">
<div class="flex justify-start mb-3 md:mb-0 md:p-3 md:pt-5 md:pb-5 md:pr-5 md:self-center">
<img class="mt-3 mr-5 w-20 h-20 rounded-full" src="assets/images/user-avatar-placeholder.png" alt="">
<div class="px-0 md:px-3 flex flex-col">
<h2 class="text-2xl pt-1 pb-3 text-gray-700">Marcin Kowalski<span class="ml-2">🇧🇩</span></h2>
<div class="flex md:justify-start">
<span class="bg-yellow-400 px-2 rounded text-base text-white mr-2">4.9</span>
<div class="flex text-xl text-yellow-400">
<span>★</span>
<span>★</span>
<span>★</span>
<span>★</span>
<span>★</span>
</div>
</div>
</div>
</div>
<div href="#" class="md:self-center rounded-lg py-2 px-8 bg-gray-50 shadow-xl">
<h2 class="text-xl text-gray-500">$4,400</h2>
<h3 class="text-base font-thin text-gray-700">in 7 days</h3>
</div>
</div>
</div>
</div>
</div>
<!-- Right Sidebar -->
<div class="flex flex-col col-span-1 p-4 md:p-0">
<div href="#" class="group block bg-green-100 rounded text-center py-3 mt-3 text-green-500 transform hover:-translate-y-1 duration-300 transition">6 days, 23 hours left</div>
<div class="mt-6">
<div class="flex flex-col rounded">
<h1 class="bg-gray-100 py-4 px-6 text-xl text-gray-700">Bid on this job!</h1>
<div class="flex flex-col py-4 px-6 bg-gray-50 space-y-4">
<h1 class="text-xl"><span class="text-gray-500">Set your</span> <span class="text-gray-700">minimal rate</span></h1>
<h1 class="text-gray-700 text-3xl">$3,200</h1>
<div onclick="" class="w-full py-2 mt-2">
<input type="range" class="w-full outline-none " placeholder="Keyword">
</div>
<h1 class="text-xl"><span class="text-gray-500">Set your</span> <span class="text-gray-700">delivery time</span></h1>
<div class="grid grid-flow-col grid-cols-2 gap-2">
<div class="flex justify-between p-1 rounded shadow-xl border">
<button class="bg-gray-200 px-3 rounded">+</button>
<input type="text" class="w-2/3 outline-none bg-transparent px-1 text-center text-gray-700" value="1">
<button class="bg-gray-200 px-3 rounded">-</button>
</div>
<div class="relative">
<select name="" id="" class="appearance-none bg-white text-gray-700 w-full py-2 rounded text-sm">
<option>All Categories</option>
<option value="web-design">Web Design</option>
<option value="web-development">Web Development</option>
<option value="laravel">Laravel</option>
<option value="vue">Vue</option>
<option value="react">React</option>
<option value="wordpress">Wordpress</option>
<option value="domain-hosting">Domain & Hosting</option>
</select>
<div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-2 text-gray-700">
<svg class="fill-current h-4 w-4" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z"/></svg>
</div>
</div>
</div>
<button class="w-full block bg-blue-700 rounded text-center py-3 mt-3 text-white transform hover:-translate-y-1 shadow-lg duration-300 transition">Place A Bid</button>
</div>
</div>
</div>
<h1 class="text-2xl text-gray-700 mb-4 mt-6">Bookmark or Share</h1>
<button class="flex align-middle text-white text-lg">
<i class="fas fa-star px-2 py-3 rounded-l bg-gray-600 self-center"></i>
<span class="px-2 py-1 rounded-r bg-gray-700">Bookmark</span>
</button>
<form action="" class="mt-5">
<div class="flex flex-row">
<input class="w-full border outline-none py-3 px-3 rounded-l text-gray-700" type="email" value="http://127.0.0.1:5500/single.html" readonly>
<button class="bg-blue-700 rounded-r px-5 text-white transition" type="copy"><i class="far fa-copy"></i></button>
</div>
</form>
<div class="flex mt-6 space-x-3">
<i class="fas fa-share-alt py-3 px-4 bg-gray-100 rounded"></i>
<h2 class="self-center text-lg text-gray-600">Interesting? <a href="" class="text-blue-600">Share It!</a></h2>
</div>
<div class="flex mt-6 text-white">
<a href="" class="py-2 px-4 bg-blue-800 rounded-l">
<i class="fab fa-facebook-f"></i>
</a>
<a href="" class="py-2 px-4 bg-blue-500">
<i class="fab fa-twitter"></i>
</a>
<a href="" class="py-2 px-4 bg-red-600">
<i class="fab fa-google-plus-g"></i>
</a>
<a href="" class="py-2 px-4 bg-blue-600 rounded-r">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-800">
<div class="px-6 md:px-12 py-6 shadow-sm filter drop-shadow-lg sticky top-0 border-b border-gray-700">
<div class="container mx-auto">
<div class="flex justify-between">
<div class="flex flex-start space-x-6 divide-x ">
<!-- Brand Logo -->
<h1 class="text-xl sm:text-2xl text-white">Mamurjor</h1>
</div>
<!-- Header Right Side Widgets -->
<div class="flex space-x-6 flex-wrap content-center">
<div class="flex text-white space-x-4 flex-wrap content-center border-gray-600 border-l pl-4">
<i class="far fa-bell"></i>
<i class="far fa-envelope"></i>
</div>
<div class="border-l border-gray-600 pl-4">
<select name="" id="" class="bg-gray-700 rounded border-none px-2 py-1 text-sm md:text-base text-white">
<option>English</option>
<option value="bengali">Bengali</option>
</select>
</div>
</div>
</div>
</div>
</div>
<div class="container mx-auto px-6">
<div class="py-12">
<div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-5 gap-6">
<div class="col-span-1">
<h5 class="text-gray-100 text-lg">For Candidates</h5>
<hr width="70">
<ul class="mt-3 space-y-1 text-gray-300">
<li><a href="#">Browse Jobs</a></li>
<li><a href="#">Add Resume</a></li>
<li><a href="#">Job Alerts</a></li>
<li><a href="#">My Bookmarks</a></li>
</ul>
</div>
<div class="col-span-1">
<h5 class="text-gray-100 text-lg">For Employers</h5>
<hr width="70">
<ul class="mt-3 space-y-1 text-gray-300">
<li><a href="#">Browse Candidates</a></li>
<li><a href="#">Post a Job</a></li>
<li><a href="#">Post a Task</a></li>
<li><a href="#">Plans & Pricing</a></li>
</ul>
</div>
<div class="col-span-1">
<h5 class="text-gray-100 text-lg">Useful Links</h5>
<hr width="70">
<ul class="mt-3 space-y-1 text-gray-300">
<li><a href="#">Contact</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Use</a></li>
<li><a href="#">My Account</a></li>
</ul>
</div>
<div class="md:col-span-2">
<h5 class="text-gray-100 text-lg"><i class="far mr-2 fa-envelope"></i>Sign Up For a Newsletter</h5>
<hr width="70">
<p class="py-3 text-gray-400">
Weekly breaking news, analysis and cutting edge<br>advices on job searching.
</p>
<form action="">
<div class="flex flex-row">
<input class="w-full outline-none py-3 pl-3 rounded bg-gray-900 text-gray-100" type="email" placeholder="Enter your email address">
<button class="bg-blue-700 hover:bg-white ml-1 rounded px-5 text-white hover:text-black transition" type="submit"><i class="fas fa-arrow-right"></i></button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="px-12 py-6 shadow-sm filter drop-shadow-lg sticky top-0 z-50 border-t border-gray-700">
<div class="container mx-auto text-center text-gray-300">
<p>
Copyright @ <a href="#" class="font-semibold text-gray-100 hover:underline">Mamurjor IT</a> | Designed & Developed by - Mamurjor Team
</p>
</div>
</div>
</footer>
</body>
</html>