-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
440 lines (376 loc) · 20.9 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Taskbarter | Get tasks done!</title>
<!-- Bootstrap core CSS -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="style.css" rel="stylesheet">
<link href="/inc/icons/css/all.css" rel="stylesheet">
</head>
<body class="bg-light">
<nav class="navbar navbar-expand-lg fixed-top tb-navbar">
<!-- a class="navbar-brand mr-auto mr-lg-0" href="#">Offcanvas navbar</a -->
<a href="/"> <img src="/inc/logo.png" class="logo navbar-brand mr-auto mr-lg-0"> </a>
<button class="navbar-toggler p-0 border-0" type="button" data-toggle="offcanvas">
<span class="navbar-toggler-icon"><i class="fas fa-bars"></i></span>
</button>
<div class="navbar-collapse offcanvas-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav mr-auto">
</ul>
<form class="form-inline my-2 my-lg-0 search-bar">
<input class="form-control mr-sm-2 search-form" type="text" placeholder="Search tasks" aria-label="Search" width="100px">
<button class="btn btn-primary my-2 my-sm-0 search-button" type="submit"><i class="fas fa-search search-icon"></i></button>
</form>
<div class="dropdown">
<a href="#" role="button" id="dropdown03" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="nav-message">
<i class="fas fa-envelope nav-icon nav-msg-icon"></i>
<span class="badge badge-danger message-badge-2">4</span>
</div>
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdown03">
<div class="message-dropdown-heading">Messages (4)</div>
<div class=" scrollable-menu mt-2">
<a class="dropdown-item" href="#">Message1</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Message2</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Message3</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Message1</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Message2</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Message3</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Message1</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Message2</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Message3</a>
</div>
</div>
</div>
<div class="dropdown">
<a href="#" role="button" id="dropdown04" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="nav-notification">
<i class="fas fa-bell nav-icon nav-notif-icon"></i>
<span class="badge badge-danger message-badge-2">11</span>
</div>
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdown04">
<div class="message-dropdown-heading">Notifications (11)</div>
<div class=" scrollable-menu mt-2">
<a class="dropdown-item" href="#">Notification 0</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Notification 1</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Notification 2</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Notification 3</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Notification 4</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Notification 5</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Notification 6</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Notification 7</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Notification 8</a>
</div>
</div>
</div>
<div class="dropdown">
<a href="#" role="button" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="nav-user-dp ml-2 nav-icon">
<i class="fas fa-user"></i>
</div>
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdown01">
<a class="dropdown-item" href="#">See Points <span class="badge badge-pill bg-light align-text-bottom points-badge-dd">124</span></a>
<a class="dropdown-item" href="#">Public Profile</a>
<a class="dropdown-item" href="#">My Added Tasks</a>
<a class="dropdown-item" href="#">My Account</a>
<a class="dropdown-item" href="#">Logout</a>
</div>
</div>
<div class="mobile-menu d-flex justify-content-center">
<div class="nav-notification-mobile mr-2">
<i class="fas fa-bell nav-icon nav-notif-icon"></i>
<span class="badge badge-danger message-badge-2">11</span>
</div>
<div class="nav-message-mobile mr-2">
<i class="fas fa-envelope nav-icon nav-msg-icon"></i>
<span class="badge badge-danger message-badge-2">4</span>
</div>
<a id="dropdown02" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<div class="nav-message-mobile">
<i class="fas fa-user nav-icon nav-msg-icon"></i>
</div>
</a>
<div class="dropdown-menu" aria-labelledby="dropdown02">
<a class="dropdown-item" href="#">See Points <span class="badge badge-pill bg-light align-text-bottom points-badge-dd">124</span></a>
<a class="dropdown-item" href="#">Public Profile</a>
<a class="dropdown-item" href="#">My Added Tasks</a>
<a class="dropdown-item" href="#">My Account</a>
<a class="dropdown-item" href="#">Logout</a>
</div>
</div>
</div>
</nav>
<div class="nav-scroller bg-white box-shadow nav-submenu">
<nav class="nav nav-underline">
<a class="nav-link active" href="#">Dashboard</a>
<a class="nav-link" href="/search" >Search Tasks</a>
<a class="nav-link" href="#">
Pending Tasks
<span class="badge badge-pill bg-light align-text-bottom">27</span>
</a>
<a class="nav-link" href="#">Explore</a>
<a class="nav-link" href="#" style="margin-right: auto">Your Profile</a>
<a class="nav-link points-submenu" href="#">124 <span class="tp-curr">TP</span></a>
</nav>
</div>
<main role="main" class="container mt-4">
<div class="row">
<div class="col-md-4 order-md-2 mb-2">
<div class="card card-body redeem-points mb-2">
<div class="redeem-heading">Redeem Your Points</div>
<div class="redeem-text">You can use your earned points to add tasks to Taskbarter according to your terms and requirements.</div>
<a href="/add"><button class="btn redeem-btn">Add a task</button></a>
</div>
<div class="card card-body profile-badge">
<div class="profile-badge-dp">
<img src="/inc/Mohsin_DP.jpg" class="rounded img-thumbnail"/>
</div>
<div class="profile-badge-name">Mohsin Hayat</div>
<div class="profile-badge-headline">Full Stack Web Developer & Designer</div>
<div class="profile-badge-categories"><div class="profile-badge-category">Web Development</div><div class="profile-badge-category">Wordpress Development</div><div class="profile-badge-category">Databases</div><div class="profile-badge-category">React Development</div><div class="profile-badge-category">Content Writing</div><div class="profile-badge-category">Designing</div> <span class="profile-categories-more"> and 16 more</span></div>
<div class="profile-badge-rating">
<i class="fas fa-star fa-fw"></i>
<i class="fas fa-star fa-fw"></i>
<i class="fas fa-star fa-fw"></i>
<i class="fas fa-star-half-alt"></i>
<i class="far fa-star fa-fw"></i>
<br>
<span class="profile-badge-rating-info">(25 reviews)</span>
</div>
<div class="profile-badge-stats">
<div>
Tasks Done: <span id="profile-tasks-done">19</span> | Tasks Posted: <span id="profile-tasks-posted">11</span> | Tasks Cancelled: <span id="profile-tasks-cancelled">1</span> <br/>
Points Earned: <span id="profile-points-earned">862</span> | Points Spent: <span id="profile-points-spent">738</span>
</div>
</div>
<span class="profile-badge-edit">edit</span>
</div>
</div>
<div class="col-md-8 order-md-1">
<div class="card card-body mb-2">
<div class="notification-heading">Your Notifications
<button class="btn notification-btn">
View all
</button>
</div>
<div class="notification-block-first">
<div class="notification-entry">
Your task "Develop a Wordpress website.." is near its deadline. Mark it complete before the deadline ends.
</div>
</div>
<div class="notification-block">
<div class="notification-entry">
The task you added has been cancelled because it violates our terms and conditions.
</div>
</div>
<div class="notification-block">
<div class="notification-entry">
Anas Usman, Muhammad Nouman and 12 others have liked your task "Develop a new website..". Keep up the good work!
</div>
</div>
</div>
<div class="card card-body">
<div class="tasks-heading">
Recommended Tasks
</div>
<div class="tasks-entries pt-2">
<div class="task-entry mb-1">
<div class="task-entry-body">
<div id="task-statement">Design a new logo for our company that has funky and artistic effects in in it. We need it urgently.</div>
<div id="task-details">I want someone to actually review all the reports that have been written before and create something meaningful for our company that has some value... (<a href="#">more</a>)</div>
<a href="#" class="task-more-options"><i class="fa fa-ellipsis-v" aria-hidden="true"></i></a>
<div class="row mt-2">
<div class="col-sm-8">
<div class="task-category">Chemical</div>
<div class="task-category">Engineering</div>
</div>
<div class="col-sm-4 task-date">
added 3 hours ago
</div>
</div>
</div>
<div class="task-footer">
<span class="task-fav"><i class="far fa-heart fa-fw"></i></span>
<button class="btn task-hire-btn">Send Proposal</button>
<div class="task-points">14 <span class="task-points-curr">TP</span></div>
<div class="task-rating">
<i class="fas fa-star fa-fw"></i>
<i class="fas fa-star fa-fw"></i>
<i class="fas fa-star fa-fw"></i>
<i class="fas fa-star-half-alt"></i>
<i class="far fa-star fa-fw"></i>
<span class="rating-info">(25 reviews)</span>
</div>
</div>
</div>
<div class="task-entry mb-1">
<div class="task-entry-body">
<div id="task-statement">Develop an optimized database using 3NF database rule and make it as modular as possible.</div>
<div id="task-details">I am a computer student and I recently got an assignment saying that I have to create something extraordinary and exceptional like this database... (<a href="#">more</a>)</div>
<a href="#" class="task-more-options"><i class="fa fa-ellipsis-v" aria-hidden="true"></i></a>
<div class="row mt-2">
<div class="col-sm-8">
<div class="task-category">Programming</div>
<div class="task-category">Database</div>
<div class="task-category">SQL</div>
</div>
<div class="col-sm-4 task-date">
added 1 day ago
</div>
</div>
</div>
<div class="task-footer">
<span class="task-fav"><i class="far fa-heart fa-fw"></i></span>
<button class="btn task-hire-btn">Send Proposal</button>
<div class="task-points">21 <span class="task-points-curr">TP</span></div>
<div class="task-rating">
<i class="fas fa-star fa-fw"></i>
<i class="fas fa-star fa-fw"></i>
<i class="fas fa-star fa-fw"></i>
<i class="far fa-star fa-fw"></i>
<i class="far fa-star fa-fw"></i>
<span class="rating-info">(1 review)</span>
</div>
</div>
</div>
<div class="task-entry mb-1">
<div class="task-entry-body">
<div id="task-statement">Write an exceptional report with the feasibility study of using AI for human computer interaction.</div>
<div id="task-details">I have a rude teacher who has said that the world is temporary but the assignment marks are permanent so please can anyone... (<a href="#">more</a>)</div>
<a href="#" class="task-more-options"><i class="fa fa-ellipsis-v" aria-hidden="true"></i></a>
<div class="row mt-2">
<div class="col-sm-8">
<div class="task-category">Artificial Intelligence</div>
</div>
<div class="col-sm-4 task-date">
added a month ago
</div>
</div>
</div>
<div class="task-footer">
<span class="task-fav"><i class="far fa-heart fa-fw"></i></span>
<button class="btn task-hire-btn">Send Proposal</button>
<div class="task-points">9 <span class="task-points-curr">TP</span></div>
<div class="task-rating">
<i class="fas fa-star fa-fw"></i>
<i class="fas fa-star fa-fw"></i>
<i class="fas fa-star fa-fw"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt fa-fw"></i>
<span class="rating-info">(180 reviews)</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="align-items-center p-3 my-3" style="text-align: center; font-weight: 900; font-size: 50px; color: #41367d; margin-top: 150px !important;">
COMING SOON!
</div> -->
<!-- <div class="d-flex align-items-center p-3 my-3 text-white-50 bg-purple rounded box-shadow">
<img class="mr-3" src="https://getbootstrap.com/assets/brand/bootstrap-outline.svg" alt="" width="48" height="48">
<div class="lh-100">
<h6 class="mb-0 text-white lh-100">Bootstrap</h6>
<small>Since 2011</small>
</div>
</div>
<div class="my-3 p-3 bg-white rounded box-shadow">
<h6 class="border-bottom border-gray pb-2 mb-0">Recent updates</h6>
<div class="media text-muted pt-3">
<img data-src="holder.js/32x32?theme=thumb&bg=007bff&fg=007bff&size=1" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 small lh-125 border-bottom border-gray">
<strong class="d-block text-gray-dark">@username</strong>
Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
</p>
</div>
<div class="media text-muted pt-3">
<img data-src="holder.js/32x32?theme=thumb&bg=e83e8c&fg=e83e8c&size=1" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 small lh-125 border-bottom border-gray">
<strong class="d-block text-gray-dark">@username</strong>
Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
</p>
</div>
<div class="media text-muted pt-3">
<img data-src="holder.js/32x32?theme=thumb&bg=6f42c1&fg=6f42c1&size=1" alt="" class="mr-2 rounded">
<p class="media-body pb-3 mb-0 small lh-125 border-bottom border-gray">
<strong class="d-block text-gray-dark">@username</strong>
Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.
</p>
</div>
<small class="d-block text-right mt-3">
<a href="#">All updates</a>
</small>
</div>
<div class="my-3 p-3 bg-white rounded box-shadow">
<h6 class="border-bottom border-gray pb-2 mb-0">Suggestions</h6>
<div class="media text-muted pt-3">
<img data-src="holder.js/32x32?theme=thumb&bg=007bff&fg=007bff&size=1" alt="" class="mr-2 rounded">
<div class="media-body pb-3 mb-0 small lh-125 border-bottom border-gray">
<div class="d-flex justify-content-between align-items-center w-100">
<strong class="text-gray-dark">Full Name</strong>
<a href="#">Follow</a>
</div>
<span class="d-block">@username</span>
</div>
</div>
<div class="media text-muted pt-3">
<img data-src="holder.js/32x32?theme=thumb&bg=007bff&fg=007bff&size=1" alt="" class="mr-2 rounded">
<div class="media-body pb-3 mb-0 small lh-125 border-bottom border-gray">
<div class="d-flex justify-content-between align-items-center w-100">
<strong class="text-gray-dark">Full Name</strong>
<a href="#">Follow</a>
</div>
<span class="d-block">@username</span>
</div>
</div>
<div class="media text-muted pt-3">
<img data-src="holder.js/32x32?theme=thumb&bg=007bff&fg=007bff&size=1" alt="" class="mr-2 rounded">
<div class="media-body pb-3 mb-0 small lh-125 border-bottom border-gray">
<div class="d-flex justify-content-between align-items-center w-100">
<strong class="text-gray-dark">Full Name</strong>
<a href="#">Follow</a>
</div>
<span class="d-block">@username</span>
</div>
</div>
<small class="d-block text-right mt-3">
<a href="#">All suggestions</a>
</small>
</div> -->
</main>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="/js/vendor/popper.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/vendor/holder.min.js"></script>
<script src="script.js"></script>
</body>
</html>