-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
523 lines (492 loc) · 24 KB
/
index.html
File metadata and controls
523 lines (492 loc) · 24 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
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
<!doctype html>
<html lang="en" class="custom-scrollbar">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Optimization -->
<meta
name="description"
content="Manage your tasks efficiently with Boardify's intuitive kanban board."
/>
<meta
property="og:title"
content="Boardify - The simple and powerful kanban board for task management."
/>
<meta
property="og:description"
content="Boardify is a flexible kanban board application that helps you organize tasks, boost productivity, and streamline your workflow."
/>
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://the-boardify.vercel.app/boardify.png"
/>
<meta property="og:url" content="https://the-boardify.vercel.app/" />
<title>Boardify</title>
<!-- Favicons Section -->
<link rel="shortcut icon" href="./assets/favicon.svg" />
<!-- Light mode favicon -->
<link
rel="icon"
href="./assets/favicon-light.svg"
type="image/x-icon"
media="(prefers-color-scheme: light)"
/>
<!-- Dark mode favicon -->
<link
rel="icon"
href="./assets/favicon.svg"
type="image/x-icon"
media="(prefers-color-scheme: dark)"
/>
<!-- 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:opsz,wght@14..32,354&family=Onest:wght@100..900&display=swap"
rel="stylesheet"
/>
<!-- Stylesheets -->
<link rel="stylesheet" href="./css/style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
/>
</head>
<body
class="mx-auto flex min-h-[100dvh] max-w-[1440px] flex-col bg-white font-[Inter] transition-colors duration-300 dark:bg-[#121617]"
>
<header
class="sticky top-0 left-0 z-50 w-full px-6 py-4 backdrop-blur-sm md:px-12"
>
<nav class="mx-auto flex flex-wrap items-center justify-between">
<div class="flex items-center space-x-3">
<svg
class="size-6 text-gray-800 md:size-8 dark:text-white"
viewBox="0 0 24 24"
fill="none"
>
<path
d="M9.6 4H4.4C3.6268 4 3 4.6268 3 5.4V19.6C3 20.3732 3.6268 21 4.4 21H9.6C10.3732 21 11 20.3732 11 19.6V5.4C11 4.6268 10.3732 4 9.6 4Z"
stroke="currentColor"
stroke-width="1"
stroke-linecap="round"
></path>
<path
d="M19.6 4H15.4C14.6268 4 14 4.6268 14 5.4V14.6C14 15.3732 14.6268 16 15.4 16H19.6C20.3732 16 21 15.3732 21 14.6V5.4C21 4.6268 20.3732 4 19.6 4Z"
stroke="currentColor"
stroke-width="1"
stroke-linecap="round"
></path>
</svg>
<span
class="text-lg font-medium tracking-wide text-gray-800 md:text-xl dark:text-white"
>
Boardify
</span>
</div>
<div class="flex gap-2 md:gap-4">
<div class="flex items-center space-x-4">
<div class="relative hidden w-42 items-center sm:flex md:w-64">
<i
class="fas fa-search absolute left-3 text-xs text-gray-500 dark:text-gray-300"
></i>
<input
id="search-input"
type="text"
placeholder="Search for tasks..."
class="h-[34px] w-full rounded-md border border-gray-400 bg-white px-3 py-1 pl-8 text-sm text-gray-700 focus:border-gray-600 focus:ring-0 focus:outline-none dark:border-gray-600 dark:bg-[#202227] dark:text-gray-300 dark:focus:border-gray-400"
/>
</div>
</div>
<button
id="theme-toggle"
aria-label="Toggle dark mode"
class="ml-2 flex cursor-pointer items-center rounded-lg text-gray-800 transition-all duration-300 dark:text-gray-300"
>
<svg
id="sun-icon"
class="hidden h-6 w-6 transform transition-transform duration-800"
viewBox="0 0 256 256"
>
<g
fill="#ffffff"
fill-rule="nonzero"
stroke="none"
stroke-width="1"
stroke-linecap="butt"
stroke-linejoin="miter"
stroke-miterlimit="10"
stroke-dasharray=""
stroke-dashoffset="0"
font-family="none"
font-weight="none"
font-size="none"
text-anchor="none"
style="mix-blend-mode: normal"
>
<g transform="scale(5.12,5.12)">
<path
d="M24.90625,3.96875c-0.04297,0.00781 -0.08594,0.01953 -0.125,0.03125c-0.46484,0.10547 -0.79297,0.52344 -0.78125,1v6c-0.00391,0.35938 0.18359,0.69531 0.49609,0.87891c0.3125,0.17969 0.69531,0.17969 1.00781,0c0.3125,-0.18359 0.5,-0.51953 0.49609,-0.87891v-6c0.01172,-0.28906 -0.10547,-0.56641 -0.3125,-0.76172c-0.21094,-0.19922 -0.49609,-0.29687 -0.78125,-0.26953zM10.65625,9.84375c-0.375,0.06641 -0.67578,0.33984 -0.78125,0.70313c-0.10547,0.36719 0.00391,0.75781 0.28125,1.01563l4.25,4.25c0.24219,0.29688 0.62891,0.43359 1.00391,0.34766c0.37109,-0.08594 0.66406,-0.37891 0.75,-0.75c0.08594,-0.375 -0.05078,-0.76172 -0.34766,-1.00391l-4.25,-4.25c-0.20703,-0.22266 -0.50781,-0.33594 -0.8125,-0.3125c-0.03125,0 -0.0625,0 -0.09375,0zM39.03125,9.84375c-0.22656,0.03125 -0.4375,0.14453 -0.59375,0.3125l-4.25,4.25c-0.29687,0.24219 -0.43359,0.62891 -0.34766,1.00391c0.08594,0.37109 0.37891,0.66406 0.75,0.75c0.375,0.08594 0.76172,-0.05078 1.00391,-0.34766l4.25,-4.25c0.3125,-0.29687 0.40234,-0.76172 0.21875,-1.15234c-0.1875,-0.39453 -0.60156,-0.62109 -1.03125,-0.56641zM25,15c-5.51562,0 -10,4.48438 -10,10c0,5.51563 4.48438,10 10,10c5.51563,0 10,-4.48437 10,-10c0,-5.51562 -4.48437,-10 -10,-10zM4.71875,24c-0.55078,0.07813 -0.9375,0.58984 -0.85937,1.14063c0.07813,0.55078 0.58984,0.9375 1.14063,0.85938h6c0.35938,0.00391 0.69531,-0.18359 0.87891,-0.49609c0.17969,-0.3125 0.17969,-0.69531 0,-1.00781c-0.18359,-0.3125 -0.51953,-0.5 -0.87891,-0.49609h-6c-0.03125,0 -0.0625,0 -0.09375,0c-0.03125,0 -0.0625,0 -0.09375,0c-0.03125,0 -0.0625,0 -0.09375,0zM38.71875,24c-0.55078,0.07813 -0.9375,0.58984 -0.85937,1.14063c0.07813,0.55078 0.58984,0.9375 1.14063,0.85938h6c0.35938,0.00391 0.69531,-0.18359 0.87891,-0.49609c0.17969,-0.3125 0.17969,-0.69531 0,-1.00781c-0.18359,-0.3125 -0.51953,-0.5 -0.87891,-0.49609h-6c-0.03125,0 -0.0625,0 -0.09375,0c-0.03125,0 -0.0625,0 -0.09375,0c-0.03125,0 -0.0625,0 -0.09375,0zM15,33.875c-0.22656,0.03125 -0.4375,0.14453 -0.59375,0.3125l-4.25,4.25c-0.29687,0.24219 -0.43359,0.62891 -0.34766,1.00391c0.08594,0.37109 0.37891,0.66406 0.75,0.75c0.375,0.08594 0.76172,-0.05078 1.00391,-0.34766l4.25,-4.25c0.29688,-0.28516 0.38672,-0.72656 0.22656,-1.10547c-0.15625,-0.37891 -0.53516,-0.62109 -0.94531,-0.61328c-0.03125,0 -0.0625,0 -0.09375,0zM34.6875,33.875c-0.375,0.06641 -0.67578,0.33984 -0.78125,0.70313c-0.10547,0.36719 0.00391,0.75781 0.28125,1.01563l4.25,4.25c0.24219,0.29688 0.62891,0.43359 1.00391,0.34766c0.37109,-0.08594 0.66406,-0.37891 0.75,-0.75c0.08594,-0.375 -0.05078,-0.76172 -0.34766,-1.00391l-4.25,-4.25c-0.1875,-0.19922 -0.44531,-0.30859 -0.71875,-0.3125c-0.03125,0 -0.0625,0 -0.09375,0c-0.03125,0 -0.0625,0 -0.09375,0zM24.90625,37.96875c-0.04297,0.00781 -0.08594,0.01953 -0.125,0.03125c-0.46484,0.10547 -0.79297,0.52344 -0.78125,1v6c-0.00391,0.35938 0.18359,0.69531 0.49609,0.87891c0.3125,0.17969 0.69531,0.17969 1.00781,0c0.3125,-0.18359 0.5,-0.51953 0.49609,-0.87891v-6c0.01172,-0.28906 -0.10547,-0.56641 -0.3125,-0.76172c-0.21094,-0.19922 -0.49609,-0.29687 -0.78125,-0.26953z"
></path>
</g>
</g>
</svg>
<svg
id="moon-icon"
class="h-6 w-6 transform transition-transform duration-800"
viewBox="-3 -1 36 36"
>
<title>moon</title>
<path
d="M10.895 7.574c0 7.55 5.179 13.67 11.567 13.67 1.588 0 3.101-0.38 4.479-1.063-1.695 4.46-5.996 7.636-11.051 7.636-6.533 0-11.83-5.297-11.83-11.83 0-4.82 2.888-8.959 7.023-10.803-0.116 0.778-0.188 1.573-0.188 2.39z"
></path>
</svg>
</button>
</div>
</nav>
</header>
<main class="w-full flex-1 px-6 pt-4 md:px-12 md:pb-2">
<section class="relative mb-6 flex items-center space-x-4 sm:hidden">
<i
class="fas fa-search absolute left-3 text-xs text-gray-500 dark:text-gray-300"
></i>
<input
id="search-input-mob"
type="text"
placeholder="Search for tasks..."
class="min-h-9 w-full rounded-md border border-gray-400 bg-white px-3 py-1 pl-8 text-sm text-gray-700 focus:border-gray-600 focus:ring-0 focus:outline-none dark:border-gray-600 dark:bg-[#202227] dark:text-gray-300"
/>
</section>
<section
class="board custom-scrollbar horizontal-scrollbar flex flex-nowrap gap-4 overflow-x-auto overflow-y-hidden pb-6 md:gap-6"
>
<div
class="board-container flex min-h-[75dvh] max-w-[375px] min-w-[320px] flex-shrink-0 flex-col overflow-hidden rounded-lg bg-white shadow-md md:min-h-[80dvh] dark:bg-[#202227]"
>
<header
class="flex flex-shrink-0 items-center justify-between bg-sky-200 p-3 text-gray-700 dark:bg-sky-300 dark:text-gray-800"
>
<h3 class="text-sm font-semibold md:text-base">To Do</h3>
<div class="flex space-x-1">
<button
class="edit-board-btn cursor-pointer rounded p-1 text-gray-700 transition-colors hover:bg-white/20 dark:text-gray-800"
>
<i class="fas fa-pencil-alt text-sm"></i>
</button>
<button
class="delete-board-btn cursor-pointer rounded p-1 text-gray-700 transition-colors hover:bg-white/20 dark:text-gray-800"
>
<i class="fas fa-trash text-sm"></i>
</button>
</div>
</header>
<section
class="task-list flex-grow space-y-3 overflow-y-auto bg-gray-50 p-4 dark:bg-gray-700"
></section>
<footer class="flex-shrink-0 p-4">
<button
class="add-task-btn flex w-full cursor-pointer items-center justify-center gap-2 text-gray-600 transition-opacity duration-200 ease-in-out hover:text-gray-700 dark:text-gray-300 dark:hover:text-gray-200"
>
<i class="fas fa-plus text-[12px]"></i>
Add Task
</button>
</footer>
</div>
<div
class="board-container flex min-h-[75dvh] max-w-[375px] min-w-[320px] flex-shrink-0 flex-col overflow-hidden rounded-lg bg-white shadow-md md:min-h-[80dvh] dark:bg-[#202227]"
>
<header
class="flex flex-shrink-0 items-center justify-between bg-amber-200 p-3 text-gray-700 dark:bg-amber-300 dark:text-gray-800"
>
<h3 class="text-sm font-semibold md:text-base">In Progress</h3>
<div class="flex space-x-1">
<button
class="edit-board-btn cursor-pointer rounded p-1 text-gray-700 transition-colors hover:bg-white/20 dark:text-gray-800"
>
<i class="fas fa-pencil-alt text-sm"></i>
</button>
<button
class="delete-board-btn cursor-pointer rounded p-1 text-gray-700 transition-colors hover:bg-white/20 dark:text-gray-800"
>
<i class="fas fa-trash text-sm"></i>
</button>
</div>
</header>
<section
class="task-list flex-grow space-y-3 overflow-y-auto bg-gray-50 p-3 dark:bg-gray-700"
></section>
<footer class="flex-shrink-0 p-4">
<button
class="add-task-btn flex w-full cursor-pointer items-center justify-center gap-2 text-gray-600 transition-opacity duration-200 ease-in-out hover:text-gray-700 dark:text-gray-300 dark:hover:text-gray-200"
>
<i class="fas fa-plus text-[12px]"></i>
Add Task
</button>
</footer>
</div>
<div
class="board-container flex min-h-[75dvh] max-w-[375px] min-w-[320px] flex-shrink-0 flex-col overflow-hidden rounded-lg bg-white shadow-md md:min-h-[80dvh] dark:bg-[#202227]"
>
<header
class="flex flex-shrink-0 items-center justify-between bg-green-200 p-3 text-gray-700 dark:bg-green-300 dark:text-gray-800"
>
<h3 class="text-sm font-semibold md:text-base">Done</h3>
<div class="flex space-x-1">
<button
class="edit-board-btn cursor-pointer rounded p-1 text-gray-700 transition-colors hover:bg-white/20 dark:text-gray-800"
>
<i class="fas fa-pencil-alt text-sm"></i>
</button>
<button
class="delete-board-btn cursor-pointer rounded p-1 text-gray-700 transition-colors hover:bg-white/20 dark:text-gray-800"
>
<i class="fas fa-trash text-sm"></i>
</button>
</div>
</header>
<section
class="task-list flex-grow space-y-3 overflow-y-auto bg-gray-50 p-3 dark:bg-gray-700"
></section>
<footer class="flex-shrink-0 p-4">
<button
class="add-task-btn flex w-full cursor-pointer items-center justify-center gap-2 text-gray-600 transition-opacity duration-200 ease-in-out hover:text-gray-700 dark:text-gray-300 dark:hover:text-gray-200"
>
<i class="fas fa-plus text-[12px]"></i>
Add Task
</button>
</footer>
</div>
<button
id="add-new-board-btn"
class="flex min-w-[320px] flex-col items-center justify-center rounded-lg border-2 border-dashed border-gray-300 text-gray-400 transition-colors hover:bg-gray-200 hover:text-gray-600 md:min-h-[80dvh] dark:border-gray-600 dark:text-gray-500 dark:hover:bg-gray-700 dark:hover:text-gray-300"
>
<i class="fas fa-plus fa-2x mb-2"></i>
<span class="font-medium">Add New Board</span>
</button>
</section>
</main>
<div
id="task-modal"
class="fixed inset-0 z-50 hidden items-center justify-center bg-black/50 p-4"
>
<div
class="w-full max-w-md overflow-hidden rounded-lg bg-white shadow-lg dark:bg-[#121617]"
id="modal-content"
>
<div
class="flex items-center justify-between border-b border-gray-200 p-4 dark:border-gray-700"
>
<h3 class="font-medium text-gray-900 dark:text-white">
Add New Task
</h3>
<button
id="close-modal"
class="cursor-pointer text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200"
>
×
</button>
</div>
<div class="p-4">
<form id="task-form">
<div class="mb-4">
<label
for="task-title"
class="mb-1 block text-sm font-medium text-gray-700 dark:text-gray-300"
>Title</label
>
<input
type="text"
id="task-title"
class="w-full rounded-md border border-gray-300 bg-white px-3 py-2 text-sm text-gray-900 focus:ring-1 focus:ring-indigo-500 focus:outline-none dark:border-gray-600 dark:bg-[#202227] dark:text-white dark:focus:ring-indigo-400"
required
/>
</div>
<div class="mb-4">
<label
for="task-description"
class="mb-1 block text-sm font-medium text-gray-700 dark:text-gray-300"
>Description</label
>
<textarea
id="task-description"
rows="3"
class="w-full resize-none rounded-md border border-gray-300 bg-white px-3 py-2 text-sm text-gray-900 focus:ring-1 focus:ring-indigo-500 focus:outline-none dark:border-gray-600 dark:bg-[#202227] dark:text-white dark:focus:ring-indigo-400"
></textarea>
</div>
<div class="mb-4">
<label
for="task-priority"
class="mb-1 block text-sm font-medium text-gray-700 dark:text-gray-300"
>Priority</label
>
<div class="relative w-full">
<select
id="task-priority"
class="w-full appearance-none rounded-md border border-gray-300 bg-white px-3 py-2 pr-10 text-sm text-gray-900 focus:ring-1 focus:ring-indigo-500 focus:outline-none dark:border-gray-600 dark:bg-[#202227] dark:text-white dark:focus:ring-indigo-400"
>
<option value="low">Low</option>
<option value="medium">Medium</option>
<option value="high">High</option>
</select>
<div
class="pointer-events-none absolute inset-y-0 right-3 flex items-center"
>
<svg
class="h-4 w-4 text-gray-500 dark:text-gray-400"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor"
>
<path
fill-rule="evenodd"
d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z"
clip-rule="evenodd"
/>
</svg>
</div>
</div>
</div>
<div class="mb-4">
<label
for="task-due-date"
class="mb-1 block text-sm font-medium text-gray-700 dark:text-gray-300"
>Due Date</label
>
<input
type="date"
id="task-due-date"
class="w-full rounded-md border border-gray-300 bg-white px-3 py-2 text-sm text-gray-900 focus:ring-1 focus:ring-indigo-500 focus:outline-none dark:border-gray-600 dark:bg-[#202227] dark:text-white dark:focus:ring-indigo-400"
/>
</div>
<div class="mb-4">
<label
for="task-assignee"
class="mb-1 block text-sm font-medium text-gray-700 dark:text-gray-300"
>Assignee</label
>
<input
type="text"
id="task-assignee"
class="w-full rounded-md border border-gray-300 bg-white px-3 py-2 text-sm text-gray-900 focus:ring-1 focus:ring-indigo-500 focus:outline-none dark:border-gray-600 dark:bg-[#202227] dark:text-white dark:focus:ring-indigo-400"
/>
</div>
<div class="mt-6 flex justify-end space-x-4">
<button
type="button"
id="cancel-modal"
class="cursor-pointer rounded-md bg-gray-200 px-4 py-2 text-gray-700 transition-colors hover:bg-gray-300 dark:bg-[#202227] dark:text-gray-300 dark:hover:bg-gray-600"
>
Cancel
</button>
<button
type="submit"
class="cursor-pointer rounded-md bg-indigo-600 px-4 py-2 text-white transition-colors hover:bg-indigo-700 dark:bg-indigo-500 dark:hover:bg-indigo-600"
>
Save Task
</button>
</div>
</form>
</div>
</div>
</div>
<div
id="edit-board-modal"
class="fixed inset-0 z-50 hidden items-center justify-center bg-black/50 p-4"
>
<div
class="w-full max-w-md overflow-hidden rounded-lg bg-white shadow-lg dark:bg-[#121617]"
>
<div
class="flex items-center justify-between border-b border-gray-200 p-4 dark:border-gray-700"
>
<h3 class="font-medium text-gray-900 dark:text-white">Edit Board</h3>
<button
id="close-edit-board-modal"
class="cursor-pointer text-gray-500 hover:text-gray-700 dark:text-gray-400 dark:hover:text-gray-200"
>
×
</button>
</div>
<div class="p-4">
<form id="edit-board-form">
<div class="mb-4">
<label
class="mb-1 block text-sm font-medium text-gray-700 dark:text-gray-300"
>Board Name</label
>
<input
id="board-name-input"
type="text"
class="w-full rounded-md border bg-gray-50 px-3 py-2 text-gray-900 dark:border-gray-600 dark:bg-[#202227] dark:text-white"
/>
</div>
<div class="mb-4 flex items-center gap-4">
<label
class="block text-sm font-medium text-gray-700 dark:text-gray-300"
>Board Color</label
>
<input
id="board-color-input"
type="color"
class="size-8 cursor-pointer appearance-none rounded-lg border-0 bg-transparent p-0"
/>
</div>
<div class="mt-6 flex items-center justify-between">
<button
type="button"
id="clear-board-btn"
class="cursor-pointer rounded bg-rose-500 px-3 py-2 text-white transition-colors hover:bg-rose-600"
>
Clear Board
</button>
<div class="space-x-2">
<button
type="button"
id="cancel-edit-board"
class="cursor-pointer rounded bg-gray-200 px-3 py-2 text-gray-700 transition-colors hover:bg-gray-300 dark:bg-[#202227] dark:text-gray-300 dark:hover:bg-gray-600"
>
Cancel
</button>
<button
type="submit"
class="cursor-pointer rounded bg-indigo-500 px-3 py-2 text-white transition-colors hover:bg-indigo-600"
>
Save Changes
</button>
</div>
</div>
</form>
</div>
</div>
</div>
<footer
class="flex w-full items-center justify-between p-6 md:px-12 "
>
<a
href="https://devwithjay.com"
class="text-sm font-light text-gray-800 transition-opacity duration-300 dark:text-white"
>
Developed By Jay
</a>
<a
href="https://github.com/devwithjay/boardify"
target="_blank"
aria-label="GitHub repository"
title="View GitHub Repository"
class="flex size-[22px] animate-pulse items-center justify-center transition-all duration-300 hover:underline"
>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
class="h-full w-full cursor-pointer fill-gray-800 dark:fill-white"
>
<path
d="M12 0C5.374 0 0 5.373 0 12c0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23A11.5 11.5 0 0 1 12 5.803c1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576C20.566 21.797 24 17.3 24 12c0-6.627-5.373-12-12-12"
></path>
</svg>
</a>
</footer>
<script type="module" src="./js/script.js"></script>
</body>
</html>