-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
563 lines (507 loc) · 34.5 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
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
<!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">
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600" rel="stylesheet">
<!-- fontawesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css">
<!-- bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<!-- css -->
<link rel="stylesheet" href="css/style.css">
<title>Home</title>
<style>
body {
background-color: #fff;
}
.circle {
position: fixed;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 100px;
height: 100px;
border-radius: 50%;
overflow: hidden;
}
.circle img {
width: 100%;
height: 100%;
object-fit: cover;
}
.suggestion {
position: fixed;
bottom: 0;
right: 0%;
transform: translateX(-50%);
width: 20%;
}
</style>
</head>
<body>
<div class="container">
<div class="d-flex flex-wrap flex-stack pt-10 pb-8">
<!--begin::Heading-->
<h3 class="fw-bold my-2">
Project Management
<span class="fs-6 text-gray-400 fw-semibold ms-1">by Recent Updates ↓</span>
</h3>
<!--end::Heading-->
<!--begin::Controls-->
<div class="d-flex flex-wrap my-1">
<!--begin::Tab nav-->
<ul class="nav nav-pills me-5" role="tablist">
<li class="nav-item m-0" role="presentation">
<a class="btn btn-sm btn-icon btn-light btn-color-muted btn-active-primary active me-3"
data-bs-toggle="tab" href="#" aria-selected="true" role="tab">
<!--begin::Svg Icon | path: icons/duotune/general/gen024.svg-->
<span class="svg-icon svg-icon-1"><svg xmlns="http://www.w3.org/2000/svg" width="24px"
height="24px" viewBox="0 0 24 24">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect x="5" y="5" width="5" height="5" rx="1" fill="currentColor"></rect>
<rect x="14" y="5" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3"></rect>
<rect x="5" y="14" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3"></rect>
<rect x="14" y="14" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3"></rect>
</g>
</svg></span>
<!--end::Svg Icon--> </a>
</li>
<li class="nav-item m-0" role="presentation">
<a class="btn btn-sm btn-icon btn-light btn-color-muted btn-active-primary" data-bs-toggle="tab"
href="#" aria-selected="false" tabindex="-1" role="tab">
<!--begin::Svg Icon | path: icons/duotune/abstract/abs015.svg-->
<span class="svg-icon svg-icon-2"><svg width="24" height="24" viewBox="0 0 24 24"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M21 7H3C2.4 7 2 6.6 2 6V4C2 3.4 2.4 3 3 3H21C21.6 3 22 3.4 22 4V6C22 6.6 21.6 7 21 7Z"
fill="currentColor"></path>
<path opacity="0.3"
d="M21 14H3C2.4 14 2 13.6 2 13V11C2 10.4 2.4 10 3 10H21C21.6 10 22 10.4 22 11V13C22 13.6 21.6 14 21 14ZM22 20V18C22 17.4 21.6 17 21 17H3C2.4 17 2 17.4 2 18V20C2 20.6 2.4 21 3 21H21C21.6 21 22 20.6 22 20Z"
fill="currentColor"></path>
</svg>
</span>
<!--end::Svg Icon--> </a>
</li>
</ul>
<!--end::Tab nav-->
</div>
<!--end::Controls-->
</div>
<div class="row g-9 lists">
<div class="col-md-4 list">
<div class="mb-9">
<div class="d-flex flex-stack">
<div class="fw-bold fs-4">
Pending
<span class="fs-6 text-gray-400 ms-2 fa fa-sign"></span>
</div>
<!--begin::Menu-->
<div>
<button type="button"
class="btn btn-sm btn-icon btn-color-light-dark btn-active-light-primary"
data-kt-menu-trigger="click" data-kt-menu-placement="bottom-end">
<!--begin::Svg Icon | path: icons/duotune/general/gen024.svg-->
<span class="svg-icon svg-icon-2"><svg xmlns="http://www.w3.org/2000/svg" width="24px"
height="24px" viewBox="0 0 24 24">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect x="5" y="5" width="5" height="5" rx="1" fill="currentColor"></rect>
<rect x="14" y="5" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3"></rect>
<rect x="5" y="14" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3"></rect>
<rect x="14" y="14" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3"></rect>
</g>
</svg></span>
<!--end::Svg Icon--> </button>
</div>
<!--end::Menu-->
</div>
<div class="h-3px w-100 bg-warning"></div>
</div>
<!--begin::Card-->
<div class="card mb-6 mb-xl-9 list-item" draggable="true" id="M19">
<!--begin::Card body-->
<div class="card-body">
<!--begin::Header-->
<div class="d-flex flex-stack mb-3">
<div class="fw-bold">M19
<!--begin::Badge-->
<div class="badge badge-light">Study</div>
<!--end::Badge-->
</div>
<!--begin::Menu-->
<div>
<button type="button"
class="btn btn-sm btn-icon btn-color-light-dark btn-active-light-primary"
data-kt-menu-trigger="click" data-kt-menu-placement="bottom-end">
<!--begin::Svg Icon | path: icons/duotune/general/gen024.svg-->
<span class="svg-icon svg-icon-2"><svg xmlns="http://www.w3.org/2000/svg"
width="24px" height="24px" viewBox="0 0 24 24">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect x="5" y="5" width="5" height="5" rx="1" fill="currentColor" />
<rect x="14" y="5" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3" />
<rect x="5" y="14" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3" />
<rect x="14" y="14" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3" />
</g>
</svg></span>
<!--end::Svg Icon--> </button>
</div>
<!--end::Menu-->
</div>
<!--end::Header-->
<!--begin::Title-->
<div class="mb-2">
<a href="#" class="fs-4 fw-bold mb-1 text-gray-900 text-hover-primary title-header">CST3140 Module</a>
</div>
<!--end::Title-->
<!--begin::Content-->
<div class="fs-6 fw-semibold text-gray-600 mb-5">Complete Novel Coursework 2 prototype and create report for access</div>
<!--end::Content-->
<!--begin::Footer-->
<div class="d-flex flex-stack flex-wrapr">
<!--begin::Users-->
<div class="symbol-group symbol-hover my-1">
<div class="symbol symbol-35px symbol-circle" data-bs-toggle="tooltip"
title="Alan Warden">
<span class="symbol-label bg-primary text-inverse-warning fw-bold">A</span>
</div>
<div class="symbol symbol-35px symbol-circle" data-bs-toggle="tooltip"
title="Michelle Swanston">
<img alt="Pic" src="images/person.jpg" />
</div>
</div>
<!--end::Users-->
<!--begin::Stats-->
<div class="d-flex my-1">
<!--begin::Stat-->
<div class="border border-dashed border-gray-300 rounded py-2 px-3">
<!--begin::Svg Icon | path: icons/duotune/communication/com008.svg-->
<span class="svg-icon svg-icon-3"><svg width="24" height="24" viewBox="0 0 24 24"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.3"
d="M4.425 20.525C2.525 18.625 2.525 15.525 4.425 13.525L14.825 3.125C16.325 1.625 18.825 1.625 20.425 3.125C20.825 3.525 20.825 4.12502 20.425 4.52502C20.025 4.92502 19.425 4.92502 19.025 4.52502C18.225 3.72502 17.025 3.72502 16.225 4.52502L5.82499 14.925C4.62499 16.125 4.62499 17.925 5.82499 19.125C7.02499 20.325 8.82501 20.325 10.025 19.125L18.425 10.725C18.825 10.325 19.425 10.325 19.825 10.725C20.225 11.125 20.225 11.725 19.825 12.125L11.425 20.525C9.525 22.425 6.425 22.425 4.425 20.525Z"
fill="currentColor" />
<path
d="M9.32499 15.625C8.12499 14.425 8.12499 12.625 9.32499 11.425L14.225 6.52498C14.625 6.12498 15.225 6.12498 15.625 6.52498C16.025 6.92498 16.025 7.525 15.625 7.925L10.725 12.8249C10.325 13.2249 10.325 13.8249 10.725 14.2249C11.125 14.6249 11.725 14.6249 12.125 14.2249L19.125 7.22493C19.525 6.82493 19.725 6.425 19.725 5.925C19.725 5.325 19.525 4.825 19.125 4.425C18.725 4.025 18.725 3.42498 19.125 3.02498C19.525 2.62498 20.125 2.62498 20.525 3.02498C21.325 3.82498 21.725 4.825 21.725 5.925C21.725 6.925 21.325 7.82498 20.525 8.52498L13.525 15.525C12.325 16.725 10.525 16.725 9.32499 15.625Z"
fill="currentColor" />
</svg>
</span>
<!--end::Svg Icon--> <span class="ms-1 fs-7 fw-bold text-gray-600">5</span>
</div>
<!--end::Stat-->
<!--begin::Stat-->
<div class="border border-dashed border-gray-300 rounded py-2 px-3 ms-3">
<!--begin::Svg Icon | path: icons/duotune/communication/com012.svg-->
<span class="svg-icon svg-icon-3"><svg width="24" height="24" viewBox="0 0 24 24"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.3"
d="M20 3H4C2.89543 3 2 3.89543 2 5V16C2 17.1046 2.89543 18 4 18H4.5C5.05228 18 5.5 18.4477 5.5 19V21.5052C5.5 22.1441 6.21212 22.5253 6.74376 22.1708L11.4885 19.0077C12.4741 18.3506 13.6321 18 14.8167 18H20C21.1046 18 22 17.1046 22 16V5C22 3.89543 21.1046 3 20 3Z"
fill="currentColor" />
<rect x="6" y="12" width="7" height="2" rx="1" fill="currentColor" />
<rect x="6" y="7" width="12" height="2" rx="1" fill="currentColor" />
</svg>
</span>
<!--end::Svg Icon--> <span class="ms-1 fs-7 fw-bold text-gray-600">3</span>
</div>
<!--end::Stat-->
</div>
<!--end::Stats-->
</div>
<!--end::Footer-->
</div>
<!--end::Card body-->
</div>
<!--end::Card-->
<!--begin::Card-->
<div class="card mb-6 mb-xl-9 list-item" draggable="true" id="M16">
<!--begin::Card body-->
<div class="card-body">
<!--begin::Header-->
<div class="d-flex flex-stack mb-3">
<div class="fw-bold">M16
<!--begin::Badge-->
<div class="badge badge-light">Development</div>
<!--end::Badge-->
</div>
<!--begin::Menu-->
<div>
<button type="button"
class="btn btn-sm btn-icon btn-color-light-dark btn-active-light-primary"
data-kt-menu-trigger="click" data-kt-menu-placement="bottom-end">
<!--begin::Svg Icon | path: icons/duotune/general/gen024.svg-->
<span class="svg-icon svg-icon-2"><svg xmlns="http://www.w3.org/2000/svg"
width="24px" height="24px" viewBox="0 0 24 24">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect x="5" y="5" width="5" height="5" rx="1" fill="currentColor" />
<rect x="14" y="5" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3" />
<rect x="5" y="14" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3" />
<rect x="14" y="14" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3" />
</g>
</svg></span>
<!--end::Svg Icon--> </button>
</div>
<!--end::Menu-->
</div>
<!--end::Header-->
<!--begin::Title-->
<div class="mb-2">
<a href="#" class="fs-4 fw-bold mb-1 text-gray-900 text-hover-primary title-header">Year 3 report</a>
</div>
<!--end::Title-->
<!--begin::Content-->
<div class="fs-6 fw-semibold text-gray-600 mb-5">Write the final report for UG, Reminder: Can is watching us!</div>
<!--end::Content-->
<!--begin::Footer-->
<div class="d-flex flex-stack flex-wrapr">
<!--begin::Users-->
<div class="symbol-group symbol-hover my-1">
<div class="symbol symbol-35px symbol-circle" data-bs-toggle="tooltip"
title="Alan Warden">
<span class="symbol-label bg-danger text-inverse-warning fw-bold">A</span>
</div>
</div>
<!--end::Users-->
<!--begin::Stats-->
<div class="d-flex my-1">
<!--begin::Stat-->
<div class="border border-dashed border-gray-300 rounded py-2 px-3">
<!--begin::Svg Icon | path: icons/duotune/communication/com008.svg-->
<span class="svg-icon svg-icon-3"><svg width="24" height="24" viewBox="0 0 24 24"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.3"
d="M4.425 20.525C2.525 18.625 2.525 15.525 4.425 13.525L14.825 3.125C16.325 1.625 18.825 1.625 20.425 3.125C20.825 3.525 20.825 4.12502 20.425 4.52502C20.025 4.92502 19.425 4.92502 19.025 4.52502C18.225 3.72502 17.025 3.72502 16.225 4.52502L5.82499 14.925C4.62499 16.125 4.62499 17.925 5.82499 19.125C7.02499 20.325 8.82501 20.325 10.025 19.125L18.425 10.725C18.825 10.325 19.425 10.325 19.825 10.725C20.225 11.125 20.225 11.725 19.825 12.125L11.425 20.525C9.525 22.425 6.425 22.425 4.425 20.525Z"
fill="currentColor" />
<path
d="M9.32499 15.625C8.12499 14.425 8.12499 12.625 9.32499 11.425L14.225 6.52498C14.625 6.12498 15.225 6.12498 15.625 6.52498C16.025 6.92498 16.025 7.525 15.625 7.925L10.725 12.8249C10.325 13.2249 10.325 13.8249 10.725 14.2249C11.125 14.6249 11.725 14.6249 12.125 14.2249L19.125 7.22493C19.525 6.82493 19.725 6.425 19.725 5.925C19.725 5.325 19.525 4.825 19.125 4.425C18.725 4.025 18.725 3.42498 19.125 3.02498C19.525 2.62498 20.125 2.62498 20.525 3.02498C21.325 3.82498 21.725 4.825 21.725 5.925C21.725 6.925 21.325 7.82498 20.525 8.52498L13.525 15.525C12.325 16.725 10.525 16.725 9.32499 15.625Z"
fill="currentColor" />
</svg>
</span>
<!--end::Svg Icon--> <span class="ms-1 fs-7 fw-bold text-gray-600">1</span>
</div>
<!--end::Stat-->
<!--begin::Stat-->
<div class="border border-dashed border-gray-300 rounded py-2 px-3 ms-3">
<!--begin::Svg Icon | path: icons/duotune/communication/com012.svg-->
<span class="svg-icon svg-icon-3"><svg width="24" height="24" viewBox="0 0 24 24"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.3"
d="M20 3H4C2.89543 3 2 3.89543 2 5V16C2 17.1046 2.89543 18 4 18H4.5C5.05228 18 5.5 18.4477 5.5 19V21.5052C5.5 22.1441 6.21212 22.5253 6.74376 22.1708L11.4885 19.0077C12.4741 18.3506 13.6321 18 14.8167 18H20C21.1046 18 22 17.1046 22 16V5C22 3.89543 21.1046 3 20 3Z"
fill="currentColor" />
<rect x="6" y="12" width="7" height="2" rx="1" fill="currentColor" />
<rect x="6" y="7" width="12" height="2" rx="1" fill="currentColor" />
</svg>
</span>
<!--end::Svg Icon--> <span class="ms-1 fs-7 fw-bold text-gray-600">2</span>
</div>
<!--end::Stat-->
</div>
<!--end::Stats-->
</div>
<!--end::Footer-->
</div>
<!--end::Card body-->
</div>
<!--end::Card-->
<!--begin::Card-->
<div class="card mb-6 mb-xl-9 list-item" draggable="true" id="M22">
<!--begin::Card body-->
<div class="card-body">
<!--begin::Header-->
<div class="d-flex flex-stack mb-3">
<div class="fw-bold">M22
<!--begin::Badge-->
<div class="badge badge-light">Phase 2.6 QA</div>
<!--end::Badge-->
</div>
<!--begin::Menu-->
<div>
<button type="button"
class="btn btn-sm btn-icon btn-color-light-dark btn-active-light-primary"
data-kt-menu-trigger="click" data-kt-menu-placement="bottom-end">
<!--begin::Svg Icon | path: icons/duotune/general/gen024.svg-->
<span class="svg-icon svg-icon-2"><svg xmlns="http://www.w3.org/2000/svg"
width="24px" height="24px" viewBox="0 0 24 24">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect x="5" y="5" width="5" height="5" rx="1" fill="currentColor" />
<rect x="14" y="5" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3" />
<rect x="5" y="14" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3" />
<rect x="14" y="14" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3" />
</g>
</svg></span>
<!--end::Svg Icon--> </button>
</div>
<!--end::Menu-->
</div>
<!--end::Header-->
<!--begin::Title-->
<div class="mb-2">
<a href="#" class="fs-4 fw-bold mb-1 text-gray-900 text-hover-primary title-header">Sales report page</a>
</div>
<!--end::Title-->
<!--begin::Content-->
<div class="fs-6 fw-semibold text-gray-600 mb-5">Practive game development with Unity, try out VR and perform field research</div>
<!--end::Content-->
<!--begin::Footer-->
<div class="d-flex flex-stack flex-wrapr">
<!--begin::Users-->
<div class="symbol-group symbol-hover my-1">
<div class="symbol symbol-35px symbol-circle" data-bs-toggle="tooltip"
title="John Warden">
<span class="symbol-label bg-success text-inverse-warning fw-bold">J</span>
</div>
<div class="symbol symbol-35px symbol-circle" data-bs-toggle="tooltip"
title="Ashanti Ava">
<span class="symbol-label bg-primary text-inverse-warning fw-bold">A</span>
</div>
</div>
<!--end::Users-->
<!--begin::Stats-->
<div class="d-flex my-1">
<!--begin::Stat-->
<div class="border border-dashed border-gray-300 rounded py-2 px-3">
<!--begin::Svg Icon | path: icons/duotune/communication/com008.svg-->
<span class="svg-icon svg-icon-3"><svg width="24" height="24" viewBox="0 0 24 24"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.3"
d="M4.425 20.525C2.525 18.625 2.525 15.525 4.425 13.525L14.825 3.125C16.325 1.625 18.825 1.625 20.425 3.125C20.825 3.525 20.825 4.12502 20.425 4.52502C20.025 4.92502 19.425 4.92502 19.025 4.52502C18.225 3.72502 17.025 3.72502 16.225 4.52502L5.82499 14.925C4.62499 16.125 4.62499 17.925 5.82499 19.125C7.02499 20.325 8.82501 20.325 10.025 19.125L18.425 10.725C18.825 10.325 19.425 10.325 19.825 10.725C20.225 11.125 20.225 11.725 19.825 12.125L11.425 20.525C9.525 22.425 6.425 22.425 4.425 20.525Z"
fill="currentColor" />
<path
d="M9.32499 15.625C8.12499 14.425 8.12499 12.625 9.32499 11.425L14.225 6.52498C14.625 6.12498 15.225 6.12498 15.625 6.52498C16.025 6.92498 16.025 7.525 15.625 7.925L10.725 12.8249C10.325 13.2249 10.325 13.8249 10.725 14.2249C11.125 14.6249 11.725 14.6249 12.125 14.2249L19.125 7.22493C19.525 6.82493 19.725 6.425 19.725 5.925C19.725 5.325 19.525 4.825 19.125 4.425C18.725 4.025 18.725 3.42498 19.125 3.02498C19.525 2.62498 20.125 2.62498 20.525 3.02498C21.325 3.82498 21.725 4.825 21.725 5.925C21.725 6.925 21.325 7.82498 20.525 8.52498L13.525 15.525C12.325 16.725 10.525 16.725 9.32499 15.625Z"
fill="currentColor" />
</svg>
</span>
<!--end::Svg Icon--> <span class="ms-1 fs-7 fw-bold text-gray-600">0</span>
</div>
<!--end::Stat-->
<!--begin::Stat-->
<div class="border border-dashed border-gray-300 rounded py-2 px-3 ms-3">
<!--begin::Svg Icon | path: icons/duotune/communication/com012.svg-->
<span class="svg-icon svg-icon-3"><svg width="24" height="24" viewBox="0 0 24 24"
fill="none" xmlns="http://www.w3.org/2000/svg">
<path opacity="0.3"
d="M20 3H4C2.89543 3 2 3.89543 2 5V16C2 17.1046 2.89543 18 4 18H4.5C5.05228 18 5.5 18.4477 5.5 19V21.5052C5.5 22.1441 6.21212 22.5253 6.74376 22.1708L11.4885 19.0077C12.4741 18.3506 13.6321 18 14.8167 18H20C21.1046 18 22 17.1046 22 16V5C22 3.89543 21.1046 3 20 3Z"
fill="currentColor" />
<rect x="6" y="12" width="7" height="2" rx="1" fill="currentColor" />
<rect x="6" y="7" width="12" height="2" rx="1" fill="currentColor" />
</svg>
</span>
<!--end::Svg Icon--> <span class="ms-1 fs-7 fw-bold text-gray-600">4</span>
</div>
<!--end::Stat-->
</div>
<!--end::Stats-->
</div>
<!--end::Footer-->
</div>
<!--end::Card body-->
</div>
<!--end::Card-->
<a href="#" class="btn btn-primary er w-100 fs-6 px-8 py-4" data-bs-toggle="modal"
data-bs-target="#kt_modal_new_target">Create New Target</a>
</div>
<div class="col-md-4 list">
<div class="mb-9">
<div class="d-flex flex-stack">
<div class="fw-bold fs-4">
In Progress
<span class="fs-6 text-gray-400 ms-2 fa fa-circle-notch"></span>
</div>
<!--begin::Menu-->
<div>
<button type="button"
class="btn btn-sm btn-icon btn-color-light-dark btn-active-light-primary"
data-kt-menu-trigger="click" data-kt-menu-placement="bottom-end">
<!--begin::Svg Icon | path: icons/duotune/general/gen024.svg-->
<span class="svg-icon svg-icon-2"><svg xmlns="http://www.w3.org/2000/svg" width="24px"
height="24px" viewBox="0 0 24 24">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect x="5" y="5" width="5" height="5" rx="1" fill="currentColor"></rect>
<rect x="14" y="5" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3"></rect>
<rect x="5" y="14" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3"></rect>
<rect x="14" y="14" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3"></rect>
</g>
</svg></span>
<!--end::Svg Icon--> </button>
</div>
<!--end::Menu-->
</div>
<div class="h-3px w-100 bg-primary"></div>
</div>
</div>
<div class="col-md-4 list">
<div class="mb-9">
<div class="d-flex flex-stack">
<div class="fw-bold fs-4">
Completed
<span class="fs-6 text-gray-400 ms-2 fa fa-check-circle"></span>
</div>
<!--begin::Menu-->
<div>
<button type="button"
class="btn btn-sm btn-icon btn-color-light-dark btn-active-light-primary"
data-kt-menu-trigger="click" data-kt-menu-placement="bottom-end">
<!--begin::Svg Icon | path: icons/duotune/general/gen024.svg-->
<span class="svg-icon svg-icon-2"><svg xmlns="http://www.w3.org/2000/svg" width="24px"
height="24px" viewBox="0 0 24 24">
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<rect x="5" y="5" width="5" height="5" rx="1" fill="currentColor"></rect>
<rect x="14" y="5" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3"></rect>
<rect x="5" y="14" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3"></rect>
<rect x="14" y="14" width="5" height="5" rx="1" fill="currentColor"
opacity="0.3"></rect>
</g>
</svg></span>
<!--end::Svg Icon--> </button>
</div>
<!--end::Menu-->
</div>
<div class="h-3px w-100 bg-success"></div>
</div>
</div>
</div>
</div>
<hr class="mb-5">
<div class="circle shadow-lg mb-4" id="micButton">
<img src="images/play.gif">
</div>
<div class="container-fluid suggestion" id="suggestion" style="width: 20%;">
<div class="card bg-secondary text-white shadow-sm" style="height: 30px;">
<div class="card-body p-2">
<div class="row">
<div class="col-2">
<i class="fa fa-info-circle text-white"></i>
</div>
<div class="col-8">
<span>Say: update task</span>
</div>
</div>
</div>
</div>
</div>
<script src="js/main.js"></script>
</body>
</html>