-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
462 lines (421 loc) · 28.8 KB
/
index.html
File metadata and controls
462 lines (421 loc) · 28.8 KB
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
<!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">
<link rel="stylesheet" href="style/style.css">
<meta name="author" content="Mazyar">
<title>Team Management</title>
</head>
<body class="font-inter grid grid-cols-5 max-w-screen-2xl mx-auto border-x-2 border-gray-100">
<!-- sidebar -->
<div class="col-span-1 h-screen px-7 py-8 bg-white border-r border-r-gray-100">
<div class="font-bold text-lg pl-6 flex items-center space-x-3">
<span>
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 fill-indigo-600" viewBox="0 0 20 20" fill="currentColor">
<path
d="M9 6a3 3 0 11-6 0 3 3 0 016 0zM17 6a3 3 0 11-6 0 3 3 0 016 0zM12.93 17c.046-.327.07-.66.07-1a6.97 6.97 0 00-1.5-4.33A5 5 0 0119 16v1h-6.07zM6 11a5 5 0 015 5v1H1v-1a5 5 0 015-5z" />
</svg>
</span>
<span>We Team</span>
</div>
<div class="mt-12">
<ul class="flex flex-col space-y-3 text-gray-500 text-sm sidebar-menu">
<li class="flex space-x-3 items-center px-6 py-3 rounded-lg ">
<span>
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" />
</svg>
</span>
<span>Dashboard</span>
</li>
<li class="flex space-x-3 items-center font-medium text-indigo-600 bg-indigo-100 px-6 py-3 rounded-lg">
<span>
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
<path
d="M9 6a3 3 0 11-6 0 3 3 0 016 0zM17 6a3 3 0 11-6 0 3 3 0 016 0zM12.93 17c.046-.327.07-.66.07-1a6.97 6.97 0 00-1.5-4.33A5 5 0 0119 16v1h-6.07zM6 11a5 5 0 015 5v1H1v-1a5 5 0 015-5z" />
</svg>
</span>
<span>Teams</span>
</li>
<li class="flex space-x-3 items-center px-6 py-3 rounded-lg">
<span>
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M8 10h.01M12 10h.01M16 10h.01M9 16H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-5l-5 5v-5z" />
</svg>
</span>
<span>Chat</span>
</li>
<li class="flex space-x-3 items-center px-6 py-3 rounded-lg">
<span>
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M19 20H5a2 2 0 01-2-2V6a2 2 0 012-2h10a2 2 0 012 2v1m2 13a2 2 0 01-2-2V7m2 13a2 2 0 002-2V9a2 2 0 00-2-2h-2m-4-3H9M7 16h6M7 8h6v4H7V8z" />
</svg>
</span>
<span>Feed</span>
</li>
<li class="flex space-x-3 items-center px-6 py-3 rounded-lg">
<span>
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M7 7h.01M7 3h5c.512 0 1.024.195 1.414.586l7 7a2 2 0 010 2.828l-7 7a2 2 0 01-2.828 0l-7-7A1.994 1.994 0 013 12V7a4 4 0 014-4z" />
</svg>
</span>
<span>Tasks</span>
</li>
<li class="flex space-x-3 items-center px-6 py-3 rounded-lg">
<span>
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01" />
</svg>
</span>
<span>Report</span>
</li>
</ul>
</div>
</div>
<!-- /sidebar -->
<!-- Main -->
<div class="col-span-4 bg-gray-100 ">
<!-- Nav -->
<nav class="px-8 py-6 bg-white flex items-center justify-between">
<div class="">
<span class="text-gray-600">Hi</span>
<span class="text-gray-800 font-bold ml-1">Mazyar</span>
<div class="text-indigo-500 text-xs mt-1 font-semibold">Team</div>
</div>
<div class="flex items-center text-gray-500 space-x-8">
<div class="relative items-center content-center flex">
<input type="text"
class="text-xs bg-gray-100 pl-4 pr-10 py-3 rounded-md w-64 outline-none focus:ring-1"
placeholder="Search for anything ...">
<span class="text-gray-400 absolute right-4 cursor-pointer">
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
</svg>
</span>
</div>
<a href="#">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z" />
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M15 12a3 3 0 11-6 0 3 3 0 016 0z" />
</svg>
</a>
<a href="#" class="relative h-5 w-5">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="h-2 w-2 fill-red-600 top-0.5 right-0.5 absolute stroke stroke-white" viewBox="0 0 24 24">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z"></path>
</svg>
</a>
<a href="#" class="">
<img class="rounded-full w-10 h-10 border shadow shadow-gray-300 border-blue-200"
src="images/avatar.jpg" alt="" srcset="">
</a>
</div>
</nav>
<!-- /Nav -->
<!-- Main Section -->
<section class="px-8 py-6">
<!-- attendance -->
<div class="bg-white rounded-2xl w-full px-6 py-4 flex items-center text-gray-800 justify-between ">
<div class="flex items-center ">
<div>
<div class="text-xs font-semibold">Attendance</div>
<div class="text-xxs text-gray-500 mt-1">28 Dec 2021</div>
</div>
<div class="bg-gray-100 px-5 pr-6 py-2 ml-5 rounded-l-lg font-semibold text-gray-700">10:36 Hrs
</div>
<div
class="bg-emerald-500 hover:bg-emerald-600 cursor-pointer px-4 py-2 -ml-2 rounded-lg font-semibold text-gray-50 text-xxs self-stretch flex items-center tracking-wide">
Check-in</div>
<div class="ml-12 flex items-center self-stretch ">
<span class="text-xs font-semibold">Status</span>
<div
class="bg-gray-100 px-5 py-2 ml-3 rounded-lg font-semibold text-gray-700 flex items-center self-stretch justify-between">
<span class="text-xxs font-semibold inline-flex items-center">
<svg xmlns="http://www.w3.org/2000/svg" class="h-2 w-2 fill-green-500 mr-1"
viewBox="0 0 24 24">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z"></path>
</svg>
<span class="ml-1 w-20">Available</span>
</span>
<span>
<svg xmlns="http://www.w3.org/2000/svg" class="w-3.5 h-3.5 stroke-gray-500" fill="none"
viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M19 9l-7 7-7-7" />
</svg>
</span>
</div>
</div>
</div>
<div class="flex items-center space-x-2 text-xs bg-gray-800 hover:bg-gray-900 cursor-pointer text-gray-50 px-6 py-3 rounded-lg">
<span>
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z" />
</svg>
</span>
<span>
Meeting Now
</span>
</div>
</div>
<!-- /attendance -->
<section class="grid grid-cols-3 gap-x-6 mt-6">
<!-- Members -->
<section class="col-span-2">
<div class="text-xs flex items-center justify-between w-full">
<span class="font-semibold">Team members (12)</span>
<a href="#" class="text-indigo-400 font-medium text-xs">View all</a>
</div>
<div class="grid grid-cols-4 gap-x-4 mt-4 ">
<div
class="aspect-square rounded-2xl bg-white flex justify-center items-center flex-col text-indigo-400 text-sm
hover:shadow hover:text-indigo-500 hover:font-medium cursor-pointer group">
<span
class="bg-indigo-100 rounded-full group-hover:text-indigo-500 text-indigo-400 p-2.5 border border-indigo-300 border-dashed mb-3">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M12 4v16m8-8H4" />
</svg>
</span>
<div>Add New</div>
</div>
<div
class="relative aspect-square rounded-2xl bg-white flex justify-center items-center flex-col text-gray-500 text-sm
ring-2 ring-indigo-200">
<a href="#" class="absolute top-3 right-3 text-gray-400 hover:text-indigo-500">
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z" />
</svg>
</a>
<span class="relative">
<img src="images/avatar.jpg" class="w-14 h-14 rounded-full mb-3" alt="" srcset="">
<svg xmlns="http://www.w3.org/2000/svg" class="h-3 w-3 fill-green-500 stroke-white stroke-2 absolute bottom-3 right-1" viewBox="0 0 24 24">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z"></path>
</svg>
</span>
<div class="">John Doe</div>
<div class="text-xxs text-gray-400 mt-1">Web Developer</div>
</div>
<div
class="relative aspect-square rounded-2xl bg-white flex justify-center items-center flex-col text-gray-500 text-sm
hover:ring-2 hover:ring-indigo-200">
<a href="#" class="absolute top-3 right-3 text-gray-400 hover:text-indigo-500">
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z" />
</svg>
</a>
<span class="relative">
<img src="https://api.lorem.space/image/face?w=44&h=44&hash=ic7a5vp4"
class="w-14 h-14 rounded-full mb-3" alt="" srcset="">
<svg xmlns="http://www.w3.org/2000/svg" class="h-3 w-3 fill-green-500 stroke-white stroke-2 absolute bottom-3 right-1" viewBox="0 0 24 24">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z"></path>
</svg>
</span>
<div class="">Mac Bean</div>
<div class="text-xxs text-gray-400 mt-1">Product Designer</div>
</div>
<div
class="relative aspect-square rounded-2xl bg-white flex justify-center items-center flex-col text-gray-500 text-sm
hover:ring-2 hover:ring-indigo-200">
<a href="#" class="absolute top-3 right-3 text-gray-400 hover:text-indigo-500">
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z" />
</svg>
</a>
<span class="relative">
<img src="https://api.lorem.space/image/face?w=44&h=44&hash=ic7advp4"
class="w-14 h-14 rounded-full mb-3" alt="" srcset="">
<svg xmlns="http://www.w3.org/2000/svg" class="h-3 w-3 fill-red-500 stroke-white stroke-2 absolute bottom-3 right-1" viewBox="0 0 24 24">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z"></path>
</svg>
</span>
<div class="">Jane Doe</div>
<div class="text-xxs text-gray-400 mt-1">Visual Designer</div>
</div>
</div>
<div class="grid grid-cols-5 gap-x-4 mt-6 ">
<!-- activities -->
<div class="col-span-3 ">
<div class="font-semibold text-xs ">Team activities</div>
<div class="relative mt-4 bg-white w-full rounded-2xl">
<div
class="absolute top-4 right-4 inline-flex items-center text-xs text-gray-500 space-x-1">
<span>This month</span>
<span>
<svg xmlns="http://www.w3.org/2000/svg" class="h-3 w-3 stroke-gray-500"
fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M19 9l-7 7-7-7" />
</svg>
</span>
</div>
<div class="px-6 pt-10 pb-6 h-72">
<img src="images/chart.jpg" class="" alt="" srcset="">
</div>
</div>
</div>
<!-- /activities -->
<!-- meetings -->
<div class="col-span-2">
<div class="font-semibold text-xs">Today meetings (3)</div>
<div class="mt-4 flex flex-col space-y-4 overflow-hidden h-72 overflow-y-auto no-scrollbar">
<div class="bg-white rounded-2xl p-5 flex space-x-4">
<div
class="flex w-10 h-10 text-center items-center justify-center bg-purple-600 rounded-full text-white text-xs">
FUI</div>
<div class="flex-1">
<div class="text-sm text-gray-500">Flow UI discussion</div>
<div class="text-xxs text-gray-400 mt-1">3.00 pm - 4.00 pm</div>
<div class="flex items-center justify-between mt-5">
<div class="flex -space-x-1 items-center">
<img class="rounded-full w-7 h-7 shadow-lg border border-white"
src="images/avatar.jpg" alt="" srcset="">
<img class="rounded-full w-7 h-7 shadow-lg border border-white"
src="https://api.lorem.space/image/face?w=32&h=32&hash=zsrj8cck"
alt="" srcset="">
<img class="rounded-full w-7 h-7 shadow-lg border border-white"
src="https://api.lorem.space/image/face?w=32&h=32&hash=zsfj8cck"
alt="" srcset="">
</div>
<a href="#" class="text-xs text-indigo-400">view</a>
</div>
</div>
</div>
<div class="bg-white rounded-2xl p-5 flex space-x-4">
<div
class="flex w-10 h-10 text-center items-center justify-center bg-emerald-600 rounded-full text-white text-xs">
EH</div>
<div class="flex-1">
<div class="text-sm text-gray-500">Email HTML discussion</div>
<div class="text-xxs text-gray-400 mt-1">4.30 pm - 5.00 pm</div>
<div class="flex items-center justify-between mt-5">
<div class="flex -space-x-1 items-center">
<img class="rounded-full w-7 h-7 shadow-lg border border-white"
src="images/avatar.jpg" alt="" srcset="">
<img class="rounded-full w-7 h-7 shadow-lg border border-white"
src="https://api.lorem.space/image/face?w=32&h=32&hash=zsr38cck"
alt="" srcset="">
<img class="rounded-full w-7 h-7 shadow-lg border border-white"
src="https://api.lorem.space/image/face?w=32&h=32&hash=zsfj1cck"
alt="" srcset="">
</div>
<a href="#" class="text-xs text-indigo-400">view</a>
</div>
</div>
</div>
<div class="bg-white rounded-2xl p-5 flex space-x-4">
<div
class="flex w-10 h-10 text-center items-center justify-center bg-yellow-600 rounded-full text-white text-xs">
ET</div>
<div class="flex-1">
<div class="text-sm text-gray-500">Email template</div>
<div class="text-xxs text-gray-400 mt-1">3.00 pm - 4.00 pm</div>
<div class="flex items-center justify-between mt-5">
<div class="flex -space-x-1 items-center">
<img class="rounded-full w-7 h-7 shadow-lg border border-white"
src="images/avatar.jpg" alt="" srcset="">
<img class="rounded-full w-7 h-7 shadow-lg border border-white"
src="https://api.lorem.space/image/face?w=32&h=32&hash=zstj8cck"
alt="" srcset="">
<img class="rounded-full w-7 h-7 shadow-lg border border-white"
src="https://api.lorem.space/image/face?w=32&h=32&hash=zsfjvcck"
alt="" srcset="">
</div>
<a href="#" class="text-xs text-indigo-400">view</a>
</div>
</div>
</div>
</div>
</div>
<!-- /meetings -->
</div>
</section>
<!-- /Members -->
<!-- profile -->
<section class="col-span-1 bg-white h-full rounded-2xl px-6 pt-10 pb-6">
<div class="mx-auto w-full text-center flex justify-center">
<div
class="relative aspect-square rounded-2xl bg-white flex justify-center items-center flex-col text-gray-500 text-sm">
<span>
<img src="images/avatar.jpg" class="w-20 h-20 rounded-full mb-4 border border-blue-200"
alt="" srcset="">
</span>
<div class="font-semibold">John Doe</div>
<div class="text-xxs text-gray-400 mt-1.5">Web Developer</div>
</div>
</div>
<div class="w-full mt-10">
<div class="z-20 w-full text-center">
<span
class="w-1/2 bg-gray-800 inline-block mx-auto text-xxs text-gray-50 px-2 py-2 text-center rounded-lg whitespace-nowrap ">
Reporting Manager</span>
</div>
<div
class="z-10 bg-gray-100 rounded-2xl px-5 py-6 -mt-4 flex items-center justify-between space-x-4 ">
<span class="relative">
<img src="https://api.lorem.space/image/face?w=44&h=44&hash=ic7d5vp4"
class="w-12 h-12 rounded-full " alt="" srcset="">
<svg xmlns="http://www.w3.org/2000/svg" class="h-3 w-3 fill-red-500 stroke-white stroke-2 absolute bottom-0 right-0" viewBox="0 0 24 24">
<path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2z"></path>
</svg>
</span>
<div class="flex-1">
<div class="font-semibold text-sm">Martin Lucas</div>
<div class="text-xxs text-gray-400 mt-1">Team Manager</div>
</div>
<a href="#" class="text-gray-500 hover:text-indigo-500">
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4 " fill="none"
viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M12 5v.01M12 12v.01M12 19v.01M12 6a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2zm0 7a1 1 0 110-2 1 1 0 010 2z">
</path>
</svg>
</a>
</div>
</div>
<div class="mt-8 text-xs">
<div class="text-gray-500">Email</div>
<div class="mt-1.5 font-semibold ">john@team.com</div>
<div class="text-gray-500 mt-5">Mobile</div>
<div class="mt-1.5 font-semibold">+1 (202) 555-0168</div>
<div class="text-gray-500 mt-5">Team</div>
<div class="mt-1.5 font-semibold">Web Co.</div>
</div>
</section>
<!-- /profile -->
</section>
<!-- /Main Section -->
</div>
<!-- /Main -->
</body>
</html>