File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -459,6 +459,25 @@ export default function HomePage() {
459
459
</ span >
460
460
</ div >
461
461
< div className = "flex justify-center space-x-4 mt-4" >
462
+ < svg
463
+ viewBox = "0 0 496.08 512"
464
+ className = "h-4 w-4 sm:h-5 sm:w-5 mr-1 text-green-600 dark:text-green-400"
465
+ >
466
+ < path
467
+ fill = "currentColor"
468
+ d = "M245.83 214.87l-33.22 17.28c-9.43-19.58-25.24-19.93-27.46-19.93-22.13 0-33.22 14.61-33.22 43.84 0 23.57 9.21 43.84 33.22 43.84 14.47 0 24.65-7.09 30.57-21.26l30.55 15.5c-6.17 11.51-25.69 38.98-65.1 38.98-22.6 0-73.96-10.32-73.96-77.05 0-58.69 43-77.06 72.63-77.06 30.72-.01 52.7 11.95 65.99 35.86zm143.05 0l-32.78 17.28c-9.5-19.77-25.72-19.93-27.9-19.93-22.14 0-33.22 14.61-33.22 43.84 0 23.55 9.23 43.84 33.22 43.84 14.45 0 24.65-7.09 30.54-21.26l31 15.5c-2.1 3.75-21.39 38.98-65.09 38.98-22.69 0-73.96-9.87-73.96-77.05 0-58.67 42.97-77.06 72.63-77.06 30.71-.01 52.58 11.95 65.56 35.86zM247.56 8.05C104.74 8.05 0 123.11 0 256.05c0 138.49 113.6 248 247.56 248 129.93 0 248.44-100.87 248.44-248 0-137.87-106.62-248-248.44-248zm.87 450.81c-112.54 0-203.7-93.04-203.7-202.81 0-105.42 85.43-203.27 203.72-203.27 112.53 0 202.82 89.46 202.82 203.26-.01 121.69-99.68 202.82-202.84 202.82z"
469
+ />
470
+ </ svg >
471
+ < span >
472
+ < a
473
+ href = "https://creativecommons.org/licenses/by/4.0/"
474
+ target = "_blank"
475
+ rel = "noopener noreferrer"
476
+ className = "text-green-700 hover:text-green-900 dark:text-green-400 dark:hover:text-green-300 underline"
477
+ >
478
+ License 4.0
479
+ </ a >
480
+
462
481
< Link href = "/about" className = "text-emerald-600 hover:text-emerald-700" >
463
482
About
464
483
</ Link >
@@ -469,6 +488,8 @@ export default function HomePage() {
469
488
GitHub
470
489
</ Link >
471
490
491
+ • Iqra 💡 Team AI
492
+ </ span >
472
493
</ div >
473
494
</ footer >
474
495
</ div >
You can’t perform that action at this time.
0 commit comments