nasar37 commited on
Commit
3801837
·
verified ·
1 Parent(s): 64d98ff

Create similar dashboard houzz crm for LED capture online interior designer business and work process designer and social media anylisis - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +6 -4
  2. index.html +594 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Awsemo
3
- emoji: 🚀
4
  colorFrom: gray
5
- colorTo: gray
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: awsemo
3
+ emoji: 🐳
4
  colorFrom: gray
5
+ colorTo: green
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,594 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>LuminousCRM - Interior Design Dashboard</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <script>
10
+ tailwind.config = {
11
+ theme: {
12
+ extend: {
13
+ colors: {
14
+ primary: '#6D28D9',
15
+ secondary: '#8B5CF6',
16
+ accent: '#A78BFA',
17
+ dark: '#1F2937',
18
+ light: '#F9FAFB'
19
+ }
20
+ }
21
+ }
22
+ }
23
+ </script>
24
+ <style>
25
+ .sidebar {
26
+ transition: all 0.3s ease;
27
+ }
28
+ .sidebar-collapsed {
29
+ width: 80px;
30
+ }
31
+ .sidebar-collapsed .sidebar-text {
32
+ display: none;
33
+ }
34
+ .sidebar-collapsed .logo-text {
35
+ display: none;
36
+ }
37
+ .sidebar-collapsed .nav-item {
38
+ justify-content: center;
39
+ }
40
+ .content-area {
41
+ transition: all 0.3s ease;
42
+ }
43
+ .content-expanded {
44
+ margin-left: 80px;
45
+ }
46
+ .chart-container {
47
+ position: relative;
48
+ height: 300px;
49
+ }
50
+ .project-card:hover {
51
+ transform: translateY(-5px);
52
+ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
53
+ }
54
+ .task-completed {
55
+ background-color: #ECFDF5;
56
+ border-left: 4px solid #10B981;
57
+ }
58
+ .task-pending {
59
+ background-color: #FEF2F2;
60
+ border-left: 4px solid #EF4444;
61
+ }
62
+ .task-in-progress {
63
+ background-color: #EFF6FF;
64
+ border-left: 4px solid #3B82F6;
65
+ }
66
+ </style>
67
+ </head>
68
+ <body class="bg-gray-50 font-sans">
69
+ <div class="flex h-screen overflow-hidden">
70
+ <!-- Sidebar -->
71
+ <div class="sidebar bg-white shadow-lg w-64 fixed h-full flex flex-col z-10">
72
+ <div class="p-4 flex items-center border-b border-gray-200">
73
+ <div class="w-10 h-10 rounded-full bg-gradient-to-r from-primary to-secondary flex items-center justify-center text-white font-bold text-xl">L</div>
74
+ <span class="logo-text ml-3 text-xl font-semibold text-gray-800">LuminousCRM</span>
75
+ </div>
76
+
77
+ <div class="flex-1 overflow-y-auto py-4">
78
+ <div class="px-4 mb-8">
79
+ <div class="relative">
80
+ <input type="text" placeholder="Search..." class="w-full pl-10 pr-4 py-2 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent">
81
+ <i class="fas fa-search absolute left-3 top-3 text-gray-400"></i>
82
+ </div>
83
+ </div>
84
+
85
+ <nav>
86
+ <div class="px-4 mb-2">
87
+ <p class="text-xs font-semibold text-gray-500 uppercase tracking-wider sidebar-text">Main</p>
88
+ </div>
89
+ <a href="#" class="nav-item flex items-center px-4 py-3 text-primary bg-purple-50">
90
+ <i class="fas fa-home text-lg"></i>
91
+ <span class="sidebar-text ml-3 font-medium">Dashboard</span>
92
+ </a>
93
+ <a href="#" class="nav-item flex items-center px-4 py-3 text-gray-600 hover:text-primary hover:bg-purple-50">
94
+ <i class="fas fa-lightbulb text-lg"></i>
95
+ <span class="sidebar-text ml-3 font-medium">LED Projects</span>
96
+ </a>
97
+ <a href="#" class="nav-item flex items-center px-4 py-3 text-gray-600 hover:text-primary hover:bg-purple-50">
98
+ <i class="fas fa-paint-roller text-lg"></i>
99
+ <span class="sidebar-text ml-3 font-medium">Design Studio</span>
100
+ </a>
101
+ <a href="#" class="nav-item flex items-center px-4 py-3 text-gray-600 hover:text-primary hover:bg-purple-50">
102
+ <i class="fas fa-users text-lg"></i>
103
+ <span class="sidebar-text ml-3 font-medium">Clients</span>
104
+ </a>
105
+
106
+ <div class="px-4 mt-6 mb-2">
107
+ <p class="text-xs font-semibold text-gray-500 uppercase tracking-wider sidebar-text">Work Process</p>
108
+ </div>
109
+ <a href="#" class="nav-item flex items-center px-4 py-3 text-gray-600 hover:text-primary hover:bg-purple-50">
110
+ <i class="fas fa-tasks text-lg"></i>
111
+ <span class="sidebar-text ml-3 font-medium">Projects</span>
112
+ </a>
113
+ <a href="#" class="nav-item flex items-center px-4 py-3 text-gray-600 hover:text-primary hover:bg-purple-50">
114
+ <i class="fas fa-calendar-alt text-lg"></i>
115
+ <span class="sidebar-text ml-3 font-medium">Calendar</span>
116
+ </a>
117
+ <a href="#" class="nav-item flex items-center px-4 py-3 text-gray-600 hover:text-primary hover:bg-purple-50">
118
+ <i class="fas fa-file-invoice-dollar text-lg"></i>
119
+ <span class="sidebar-text ml-3 font-medium">Invoices</span>
120
+ </a>
121
+
122
+ <div class="px-4 mt-6 mb-2">
123
+ <p class="text-xs font-semibold text-gray-500 uppercase tracking-wider sidebar-text">Social & Analytics</p>
124
+ </div>
125
+ <a href="#" class="nav-item flex items-center px-4 py-3 text-gray-600 hover:text-primary hover:bg-purple-50">
126
+ <i class="fas fa-chart-line text-lg"></i>
127
+ <span class="sidebar-text ml-3 font-medium">Analytics</span>
128
+ </a>
129
+ <a href="#" class="nav-item flex items-center px-4 py-3 text-gray-600 hover:text-primary hover:bg-purple-50">
130
+ <i class="fas fa-hashtag text-lg"></i>
131
+ <span class="sidebar-text ml-3 font-medium">Social Media</span>
132
+ </a>
133
+ <a href="#" class="nav-item flex items-center px-4 py-3 text-gray-600 hover:text-primary hover:bg-purple-50">
134
+ <i class="fas fa-bullhorn text-lg"></i>
135
+ <span class="sidebar-text ml-3 font-medium">Campaigns</span>
136
+ </a>
137
+ </nav>
138
+ </div>
139
+
140
+ <div class="p-4 border-t border-gray-200">
141
+ <div class="flex items-center">
142
+ <div class="w-10 h-10 rounded-full bg-gray-300 flex items-center justify-center">
143
+ <i class="fas fa-user text-gray-600"></i>
144
+ </div>
145
+ <div class="ml-3 sidebar-text">
146
+ <p class="text-sm font-medium text-gray-800">Sarah Designer</p>
147
+ <p class="text-xs text-gray-500">Admin</p>
148
+ </div>
149
+ <button class="ml-auto text-gray-500 hover:text-gray-700">
150
+ <i class="fas fa-ellipsis-v"></i>
151
+ </button>
152
+ </div>
153
+ </div>
154
+ </div>
155
+
156
+ <!-- Main Content -->
157
+ <div class="content-area flex-1 flex flex-col overflow-hidden ml-64">
158
+ <!-- Top Navigation -->
159
+ <header class="bg-white shadow-sm py-4 px-6 flex items-center justify-between">
160
+ <div class="flex items-center">
161
+ <button id="sidebarToggle" class="text-gray-500 focus:outline-none mr-4">
162
+ <i class="fas fa-bars text-xl"></i>
163
+ </button>
164
+ <h1 class="text-xl font-semibold text-gray-800">Dashboard Overview</h1>
165
+ </div>
166
+
167
+ <div class="flex items-center space-x-4">
168
+ <button class="text-gray-500 hover:text-gray-700 focus:outline-none">
169
+ <i class="fas fa-bell text-xl"></i>
170
+ <span class="absolute top-0 right-0 h-2 w-2 rounded-full bg-red-500"></span>
171
+ </button>
172
+ <button class="text-gray-500 hover:text-gray-700 focus:outline-none">
173
+ <i class="fas fa-envelope text-xl"></i>
174
+ </button>
175
+ <button class="text-gray-500 hover:text-gray-700 focus:outline-none">
176
+ <i class="fas fa-cog text-xl"></i>
177
+ </button>
178
+ </div>
179
+ </header>
180
+
181
+ <!-- Dashboard Content -->
182
+ <main class="flex-1 overflow-y-auto p-6 bg-gray-50">
183
+ <!-- Stats Cards -->
184
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mb-6">
185
+ <div class="bg-white rounded-xl shadow-sm p-6">
186
+ <div class="flex items-center">
187
+ <div class="p-3 rounded-lg bg-purple-100 text-primary">
188
+ <i class="fas fa-lightbulb text-2xl"></i>
189
+ </div>
190
+ <div class="ml-4">
191
+ <p class="text-sm font-medium text-gray-500">LED Projects</p>
192
+ <p class="text-2xl font-semibold text-gray-800">24</p>
193
+ </div>
194
+ </div>
195
+ <div class="mt-4">
196
+ <span class="text-green-500 text-sm font-medium">+12%</span>
197
+ <span class="text-gray-500 text-sm ml-2">from last month</span>
198
+ </div>
199
+ </div>
200
+
201
+ <div class="bg-white rounded-xl shadow-sm p-6">
202
+ <div class="flex items-center">
203
+ <div class="p-3 rounded-lg bg-blue-100 text-blue-500">
204
+ <i class="fas fa-users text-2xl"></i>
205
+ </div>
206
+ <div class="ml-4">
207
+ <p class="text-sm font-medium text-gray-500">Active Clients</p>
208
+ <p class="text-2xl font-semibold text-gray-800">42</p>
209
+ </div>
210
+ </div>
211
+ <div class="mt-4">
212
+ <span class="text-green-500 text-sm font-medium">+5%</span>
213
+ <span class="text-gray-500 text-sm ml-2">from last month</span>
214
+ </div>
215
+ </div>
216
+
217
+ <div class="bg-white rounded-xl shadow-sm p-6">
218
+ <div class="flex items-center">
219
+ <div class="p-3 rounded-lg bg-green-100 text-green-500">
220
+ <i class="fas fa-dollar-sign text-2xl"></i>
221
+ </div>
222
+ <div class="ml-4">
223
+ <p class="text-sm font-medium text-gray-500">Revenue</p>
224
+ <p class="text-2xl font-semibold text-gray-800">$28,450</p>
225
+ </div>
226
+ </div>
227
+ <div class="mt-4">
228
+ <span class="text-green-500 text-sm font-medium">+18%</span>
229
+ <span class="text-gray-500 text-sm ml-2">from last month</span>
230
+ </div>
231
+ </div>
232
+
233
+ <div class="bg-white rounded-xl shadow-sm p-6">
234
+ <div class="flex items-center">
235
+ <div class="p-3 rounded-lg bg-yellow-100 text-yellow-500">
236
+ <i class="fas fa-tasks text-2xl"></i>
237
+ </div>
238
+ <div class="ml-4">
239
+ <p class="text-sm font-medium text-gray-500">Tasks Completed</p>
240
+ <p class="text-2xl font-semibold text-gray-800">76%</p>
241
+ </div>
242
+ </div>
243
+ <div class="mt-4">
244
+ <span class="text-green-500 text-sm font-medium">+8%</span>
245
+ <span class="text-gray-500 text-sm ml-2">from last month</span>
246
+ </div>
247
+ </div>
248
+ </div>
249
+
250
+ <!-- Charts and Projects -->
251
+ <div class="grid grid-cols-1 lg:grid-cols-3 gap-6 mb-6">
252
+ <!-- Project Timeline -->
253
+ <div class="lg:col-span-2 bg-white rounded-xl shadow-sm p-6">
254
+ <div class="flex items-center justify-between mb-6">
255
+ <h2 class="text-lg font-semibold text-gray-800">Project Timeline</h2>
256
+ <div class="flex space-x-2">
257
+ <button class="px-3 py-1 text-sm rounded-lg bg-primary text-white">Add Project</button>
258
+ <button class="px-3 py-1 text-sm rounded-lg border border-gray-300 text-gray-700">View All</button>
259
+ </div>
260
+ </div>
261
+
262
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-4">
263
+ <!-- Project Card 1 -->
264
+ <div class="project-card bg-white border border-gray-200 rounded-lg p-4 transition duration-300">
265
+ <div class="flex items-start">
266
+ <div class="w-12 h-12 rounded-lg bg-purple-100 flex items-center justify-center text-primary">
267
+ <i class="fas fa-lightbulb text-xl"></i>
268
+ </div>
269
+ <div class="ml-4 flex-1">
270
+ <h3 class="font-medium text-gray-800">Modern Living Room LED</h3>
271
+ <p class="text-sm text-gray-500 mt-1">Client: Johnson Family</p>
272
+ <div class="mt-3 flex items-center">
273
+ <div class="flex -space-x-2">
274
+ <img class="w-8 h-8 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/44.jpg" alt="">
275
+ <img class="w-8 h-8 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/men/32.jpg" alt="">
276
+ </div>
277
+ <span class="ml-2 text-xs text-gray-500">+2 more</span>
278
+ </div>
279
+ </div>
280
+ </div>
281
+ <div class="mt-4 flex items-center justify-between">
282
+ <div>
283
+ <span class="text-xs px-2 py-1 rounded-full bg-green-100 text-green-800">On Track</span>
284
+ </div>
285
+ <div class="text-xs text-gray-500">Due: May 25</div>
286
+ </div>
287
+ </div>
288
+
289
+ <!-- Project Card 2 -->
290
+ <div class="project-card bg-white border border-gray-200 rounded-lg p-4 transition duration-300">
291
+ <div class="flex items-start">
292
+ <div class="w-12 h-12 rounded-lg bg-blue-100 flex items-center justify-center text-blue-500">
293
+ <i class="fas fa-home text-xl"></i>
294
+ </div>
295
+ <div class="ml-4 flex-1">
296
+ <h3 class="font-medium text-gray-800">Kitchen Remodel</h3>
297
+ <p class="text-sm text-gray-500 mt-1">Client: Smith Residence</p>
298
+ <div class="mt-3 flex items-center">
299
+ <div class="flex -space-x-2">
300
+ <img class="w-8 h-8 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/12.jpg" alt="">
301
+ </div>
302
+ </div>
303
+ </div>
304
+ </div>
305
+ <div class="mt-4 flex items-center justify-between">
306
+ <div>
307
+ <span class="text-xs px-2 py-1 rounded-full bg-yellow-100 text-yellow-800">In Review</span>
308
+ </div>
309
+ <div class="text-xs text-gray-500">Due: May 18</div>
310
+ </div>
311
+ </div>
312
+
313
+ <!-- Project Card 3 -->
314
+ <div class="project-card bg-white border border-gray-200 rounded-lg p-4 transition duration-300">
315
+ <div class="flex items-start">
316
+ <div class="w-12 h-12 rounded-lg bg-green-100 flex items-center justify-center text-green-500">
317
+ <i class="fas fa-building text-xl"></i>
318
+ </div>
319
+ <div class="ml-4 flex-1">
320
+ <h3 class="font-medium text-gray-800">Office Space Design</h3>
321
+ <p class="text-sm text-gray-500 mt-1">Client: TechStart Inc.</p>
322
+ <div class="mt-3 flex items-center">
323
+ <div class="flex -space-x-2">
324
+ <img class="w-8 h-8 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/men/75.jpg" alt="">
325
+ <img class="w-8 h-8 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/65.jpg" alt="">
326
+ </div>
327
+ </div>
328
+ </div>
329
+ </div>
330
+ <div class="mt-4 flex items-center justify-between">
331
+ <div>
332
+ <span class="text-xs px-2 py-1 rounded-full bg-red-100 text-red-800">Delayed</span>
333
+ </div>
334
+ <div class="text-xs text-gray-500">Due: May 10</div>
335
+ </div>
336
+ </div>
337
+
338
+ <!-- Project Card 4 -->
339
+ <div class="project-card bg-white border border-gray-200 rounded-lg p-4 transition duration-300">
340
+ <div class="flex items-start">
341
+ <div class="w-12 h-12 rounded-lg bg-pink-100 flex items-center justify-center text-pink-500">
342
+ <i class="fas fa-bed text-xl"></i>
343
+ </div>
344
+ <div class="ml-4 flex-1">
345
+ <h3 class="font-medium text-gray-800">Master Bedroom</h3>
346
+ <p class="text-sm text-gray-500 mt-1">Client: Davis Family</p>
347
+ <div class="mt-3 flex items-center">
348
+ <div class="flex -space-x-2">
349
+ <img class="w-8 h-8 rounded-full border-2 border-white" src="https://randomuser.me/api/portraits/women/33.jpg" alt="">
350
+ </div>
351
+ </div>
352
+ </div>
353
+ </div>
354
+ <div class="mt-4 flex items-center justify-between">
355
+ <div>
356
+ <span class="text-xs px-2 py-1 rounded-full bg-green-100 text-green-800">Completed</span>
357
+ </div>
358
+ <div class="text-xs text-gray-500">Finished: May 5</div>
359
+ </div>
360
+ </div>
361
+ </div>
362
+ </div>
363
+
364
+ <!-- Social Media Analytics -->
365
+ <div class="bg-white rounded-xl shadow-sm p-6">
366
+ <div class="flex items-center justify-between mb-6">
367
+ <h2 class="text-lg font-semibold text-gray-800">Social Media Engagement</h2>
368
+ <div class="flex space-x-2">
369
+ <button class="px-3 py-1 text-sm rounded-lg border border-gray-300 text-gray-700">View All</button>
370
+ </div>
371
+ </div>
372
+
373
+ <div class="chart-container">
374
+ <canvas id="socialChart"></canvas>
375
+ </div>
376
+
377
+ <div class="mt-6 space-y-4">
378
+ <div class="flex items-center justify-between">
379
+ <div class="flex items-center">
380
+ <div class="w-8 h-8 rounded-full bg-blue-500 flex items-center justify-center text-white">
381
+ <i class="fab fa-facebook-f"></i>
382
+ </div>
383
+ <span class="ml-3 text-sm font-medium text-gray-700">Facebook</span>
384
+ </div>
385
+ <div class="text-sm font-medium text-gray-700">1,245</div>
386
+ </div>
387
+
388
+ <div class="flex items-center justify-between">
389
+ <div class="flex items-center">
390
+ <div class="w-8 h-8 rounded-full bg-pink-500 flex items-center justify-center text-white">
391
+ <i class="fab fa-instagram"></i>
392
+ </div>
393
+ <span class="ml-3 text-sm font-medium text-gray-700">Instagram</span>
394
+ </div>
395
+ <div class="text-sm font-medium text-gray-700">2,876</div>
396
+ </div>
397
+
398
+ <div class="flex items-center justify-between">
399
+ <div class="flex items-center">
400
+ <div class="w-8 h-8 rounded-full bg-blue-400 flex items-center justify-center text-white">
401
+ <i class="fab fa-twitter"></i>
402
+ </div>
403
+ <span class="ml-3 text-sm font-medium text-gray-700">Twitter</span>
404
+ </div>
405
+ <div class="text-sm font-medium text-gray-700">543</div>
406
+ </div>
407
+
408
+ <div class="flex items-center justify-between">
409
+ <div class="flex items-center">
410
+ <div class="w-8 h-8 rounded-full bg-red-500 flex items-center justify-center text-white">
411
+ <i class="fab fa-pinterest-p"></i>
412
+ </div>
413
+ <span class="ml-3 text-sm font-medium text-gray-700">Pinterest</span>
414
+ </div>
415
+ <div class="text-sm font-medium text-gray-700">3,210</div>
416
+ </div>
417
+ </div>
418
+ </div>
419
+ </div>
420
+
421
+ <!-- Tasks and Recent Activity -->
422
+ <div class="grid grid-cols-1 lg:grid-cols-3 gap-6">
423
+ <!-- Recent Tasks -->
424
+ <div class="lg:col-span-2 bg-white rounded-xl shadow-sm p-6">
425
+ <div class="flex items-center justify-between mb-6">
426
+ <h2 class="text-lg font-semibold text-gray-800">Recent Tasks</h2>
427
+ <div class="flex space-x-2">
428
+ <button class="px-3 py-1 text-sm rounded-lg bg-primary text-white">Add Task</button>
429
+ <button class="px-3 py-1 text-sm rounded-lg border border-gray-300 text-gray-700">View All</button>
430
+ </div>
431
+ </div>
432
+
433
+ <div class="space-y-4">
434
+ <!-- Task 1 -->
435
+ <div class="task-completed p-4 rounded-lg">
436
+ <div class="flex items-start">
437
+ <div class="flex items-center h-5">
438
+ <input id="task1" type="checkbox" checked class="h-4 w-4 text-green-500 focus:ring-green-500 border-gray-300 rounded">
439
+ </div>
440
+ <div class="ml-3 flex-1">
441
+ <label for="task1" class="font-medium text-gray-700">Finalize living room LED layout</label>
442
+ <p class="text-sm text-gray-500 mt-1">Project: Modern Living Room LED</p>
443
+ </div>
444
+ <div class="text-sm text-gray-500">Today, 10:30 AM</div>
445
+ </div>
446
+ </div>
447
+
448
+ <!-- Task 2 -->
449
+ <div class="task-in-progress p-4 rounded-lg">
450
+ <div class="flex items-start">
451
+ <div class="flex items-center h-5">
452
+ <input id="task2" type="checkbox" class="h-4 w-4 text-blue-500 focus:ring-blue-500 border-gray-300 rounded">
453
+ </div>
454
+ <div class="ml-3 flex-1">
455
+ <label for="task2" class="font-medium text-gray-700">Create 3D render for kitchen remodel</label>
456
+ <p class="text-sm text-gray-500 mt-1">Project: Kitchen Remodel</p>
457
+ </div>
458
+ <div class="text-sm text-gray-500">Tomorrow, 2:00 PM</div>
459
+ </div>
460
+ </div>
461
+
462
+ <!-- Task 3 -->
463
+ <div class="task-pending p-4 rounded-lg">
464
+ <div class="flex items-start">
465
+ <div class="flex items-center h-5">
466
+ <input id="task3" type="checkbox" class="h-4 w-4 text-red-500 focus:ring-red-500 border-gray-300 rounded">
467
+ </div>
468
+ <div class="ml-3 flex-1">
469
+ <label for="task3" class="font-medium text-gray-700">Client meeting for office space design</label>
470
+ <p class="text-sm text-gray-500 mt-1">Project: Office Space Design</p>
471
+ </div>
472
+ <div class="text-sm text-gray-500">May 12, 9:00 AM</div>
473
+ </div>
474
+ </div>
475
+
476
+ <!-- Task 4 -->
477
+ <div class="task-in-progress p-4 rounded-lg">
478
+ <div class="flex items-start">
479
+ <div class="flex items-center h-5">
480
+ <input id="task4" type="checkbox" class="h-4 w-4 text-blue-500 focus:ring-blue-500 border-gray-300 rounded">
481
+ </div>
482
+ <div class="ml-3 flex-1">
483
+ <label for="task4" class="font-medium text-gray-700">Select LED fixtures for bedroom</label>
484
+ <p class="text-sm text-gray-500 mt-1">Project: Master Bedroom</p>
485
+ </div>
486
+ <div class="text-sm text-gray-500">May 8, 11:00 AM</div>
487
+ </div>
488
+ </div>
489
+ </div>
490
+ </div>
491
+
492
+ <!-- Recent Activity -->
493
+ <div class="bg-white rounded-xl shadow-sm p-6">
494
+ <div class="flex items-center justify-between mb-6">
495
+ <h2 class="text-lg font-semibold text-gray-800">Recent Activity</h2>
496
+ <button class="px-3 py-1 text-sm rounded-lg border border-gray-300 text-gray-700">View All</button>
497
+ </div>
498
+
499
+ <div class="space-y-4">
500
+ <!-- Activity 1 -->
501
+ <div class="flex">
502
+ <div class="flex-shrink-0">
503
+ <img class="w-10 h-10 rounded-full" src="https://randomuser.me/api/portraits/women/44.jpg" alt="">
504
+ </div>
505
+ <div class="ml-3">
506
+ <p class="text-sm font-medium text-gray-900">Lisa Johnson</p>
507
+ <p class="text-sm text-gray-500">Approved the final design for living room LED project</p>
508
+ <p class="text-xs text-gray-400 mt-1">2 hours ago</p>
509
+ </div>
510
+ </div>
511
+
512
+ <!-- Activity 2 -->
513
+ <div class="flex">
514
+ <div class="flex-shrink-0">
515
+ <img class="w-10 h-10 rounded-full" src="https://randomuser.me/api/portraits/men/32.jpg" alt="">
516
+ </div>
517
+ <div class="ml-3">
518
+ <p class="text-sm font-medium text-gray-900">Michael Smith</p>
519
+ <p class="text-sm text-gray-500">Requested changes to kitchen remodel layout</p>
520
+ <p class="text-xs text-gray-400 mt-1">5 hours ago</p>
521
+ </div>
522
+ </div>
523
+
524
+ <!-- Activity 3 -->
525
+ <div class="flex">
526
+ <div class="flex-shrink-0">
527
+ <img class="w-10 h-10 rounded-full" src="https://randomuser.me/api/portraits/men/75.jpg" alt="">
528
+ </div>
529
+ <div class="ml-3">
530
+ <p class="text-sm font-medium text-gray-900">David Wilson</p>
531
+ <p class="text-sm text-gray-500">Scheduled meeting for office space project</p>
532
+ <p class="text-xs text-gray-400 mt-1">Yesterday</p>
533
+ </div>
534
+ </div>
535
+
536
+ <!-- Activity 4 -->
537
+ <div class="flex">
538
+ <div class="flex-shrink-0">
539
+ <div class="w-10 h-10 rounded-full bg-purple-100 flex items-center justify-center text-primary">
540
+ <i class="fas fa-lightbulb"></i>
541
+ </div>
542
+ </div>
543
+ <div class="ml-3">
544
+ <p class="text-sm font-medium text-gray-900">System Notification</p>
545
+ <p class="text-sm text-gray-500">New LED product catalog available for download</p>
546
+ <p class="text-xs text-gray-400 mt-1">May 3</p>
547
+ </div>
548
+ </div>
549
+ </div>
550
+ </div>
551
+ </div>
552
+ </main>
553
+ </div>
554
+ </div>
555
+
556
+ <script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
557
+ <script>
558
+ // Toggle sidebar
559
+ document.getElementById('sidebarToggle').addEventListener('click', function() {
560
+ document.querySelector('.sidebar').classList.toggle('sidebar-collapsed');
561
+ document.querySelector('.content-area').classList.toggle('content-expanded');
562
+ });
563
+
564
+ // Social Media Chart
565
+ const socialCtx = document.getElementById('socialChart').getContext('2d');
566
+ const socialChart = new Chart(socialCtx, {
567
+ type: 'doughnut',
568
+ data: {
569
+ labels: ['Facebook', 'Instagram', 'Twitter', 'Pinterest'],
570
+ datasets: [{
571
+ data: [1245, 2876, 543, 3210],
572
+ backgroundColor: [
573
+ '#3B5998',
574
+ '#E1306C',
575
+ '#1DA1F2',
576
+ '#E60023'
577
+ ],
578
+ borderWidth: 0
579
+ }]
580
+ },
581
+ options: {
582
+ responsive: true,
583
+ maintainAspectRatio: false,
584
+ cutout: '70%',
585
+ plugins: {
586
+ legend: {
587
+ display: false
588
+ }
589
+ }
590
+ }
591
+ });
592
+ </script>
593
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=nasar37/awsemo" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
594
+ </html>