|
5 | 5 |
|
6 | 6 | <footer class="bg-muted mt-20 border-t"> |
7 | 7 | <div class="container mx-auto px-4 py-12"> |
8 | | - <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-12"> |
| 8 | + <div class="justify-between flex flex-row gap-12"> |
9 | 9 | <div class="space-y-4"> |
10 | 10 | <KuzuLogo |
11 | 11 | textClass="text-muted-foreground" |
|
28 | 28 | <a |
29 | 29 | href="https://twitter.com/kuzudb" |
30 | 30 | class="text-muted-foreground hover:text-foreground transition-colors" |
31 | | - aria-label="Twitter" |
| 31 | + aria-label="X" |
32 | 32 | > |
33 | 33 | <i class="fa-brands fa-x-twitter"></i> |
34 | 34 | </a> |
|
39 | 39 | > |
40 | 40 | <i class="fa-brands fa-discord"></i> |
41 | 41 | </a> |
| 42 | + <a |
| 43 | + href="https://www.youtube.com/@KuzuDB" |
| 44 | + class="text-muted-foreground hover:text-foreground transition-colors" |
| 45 | + aria-label="Youtube" |
| 46 | + > |
| 47 | + <i class="fa-brands fa-youtube"></i> |
| 48 | + </a> |
42 | 49 | </div> |
43 | 50 | </div> |
44 | 51 |
|
45 | | - <div> |
46 | | - <h3 class="text-lg font-semibold mb-4">Quick Links</h3> |
47 | | - <ul class="space-y-3"> |
48 | | - <li> |
49 | | - <a |
50 | | - href="https://docs.kuzudb.com" |
51 | | - target="_blank" |
52 | | - rel="noopener noreferrer" |
53 | | - class="text-muted-foreground hover:text-foreground transition-colors text-sm" |
54 | | - >Documentation</a |
55 | | - > |
56 | | - </li> |
57 | | - <li> |
58 | | - <a |
59 | | - href="https://blog.kuzudb.com" |
60 | | - class="text-muted-foreground hover:text-foreground transition-colors text-sm" |
61 | | - >Blog</a |
62 | | - > |
63 | | - </li> |
64 | | - <li> |
65 | | - <a |
66 | | - href="//kuzudb.com/privacy" |
67 | | - class="text-muted-foreground hover:text-foreground transition-colors text-sm" |
68 | | - >Privacy Policy</a |
69 | | - > |
70 | | - </li> |
71 | | - </ul> |
72 | | - </div> |
| 52 | + <div class="flex flex-row gap-20"> |
| 53 | + <div> |
| 54 | + <h3 class="text-lg font-semibold mb-4">Quick Links</h3> |
| 55 | + <ul class="space-y-3"> |
| 56 | + <li> |
| 57 | + <a |
| 58 | + href="https://docs.kuzudb.com" |
| 59 | + target="_blank" |
| 60 | + rel="noopener noreferrer" |
| 61 | + class="text-muted-foreground hover:text-foreground transition-colors text-sm" |
| 62 | + >Documentation</a |
| 63 | + > |
| 64 | + </li> |
| 65 | + <li> |
| 66 | + <a |
| 67 | + href="https://blog.kuzudb.com" |
| 68 | + class="text-muted-foreground hover:text-foreground transition-colors text-sm" |
| 69 | + >Blog</a |
| 70 | + > |
| 71 | + </li> |
| 72 | + <li> |
| 73 | + <a |
| 74 | + href="//kuzudb.com/privacy" |
| 75 | + class="text-muted-foreground hover:text-foreground transition-colors text-sm" |
| 76 | + >Privacy Policy</a |
| 77 | + > |
| 78 | + </li> |
| 79 | + </ul> |
| 80 | + </div> |
73 | 81 |
|
74 | | - <div> |
75 | | - <h3 class="text-lg font-semibold mb-4">Contact</h3> |
76 | | - <ul class="space-y-3"> |
77 | | - <li class="flex items-center space-x-2"> |
78 | | - <Mail class="h-4 w-4 text-muted-foreground" /> |
79 | | - <a |
80 | | - href="mailto:contact@kuzudb.com" |
81 | | - class="text-muted-foreground hover:text-foreground transition-colors text-sm" |
82 | | - >contact@kuzudb.com</a |
83 | | - > |
84 | | - </li> |
85 | | - <li class="flex items-center space-x-2"> |
86 | | - <MapPin class="h-4 w-4 text-muted-foreground" /> |
87 | | - <span class="text-muted-foreground text-sm" |
88 | | - >295 Hagey Blvd, Waterloo, ON</span |
89 | | - > |
90 | | - </li> |
91 | | - </ul> |
| 82 | + <div> |
| 83 | + <h3 class="text-lg font-semibold mb-4">Contact</h3> |
| 84 | + <ul class="space-y-3"> |
| 85 | + <li class="flex items-center space-x-2"> |
| 86 | + <Mail class="h-4 w-4 text-muted-foreground" /> |
| 87 | + <a |
| 88 | + href="mailto:contact@kuzudb.com" |
| 89 | + class="text-muted-foreground hover:text-foreground transition-colors text-sm" |
| 90 | + >contact@kuzudb.com</a |
| 91 | + > |
| 92 | + </li> |
| 93 | + <li class="flex items-center space-x-2"> |
| 94 | + <MapPin class="h-4 w-4 text-muted-foreground" /> |
| 95 | + <span class="text-muted-foreground text-sm" |
| 96 | + >295 Hagey Blvd, Waterloo, ON</span |
| 97 | + > |
| 98 | + </li> |
| 99 | + </ul> |
| 100 | + </div> |
92 | 101 | </div> |
93 | 102 | </div> |
94 | 103 |
|
|
0 commit comments