8282 < div class ="mx-auto max-w-7xl px-6 py-8 sm:py-12 ">
8383 <!-- Top bar -->
8484 < div class ="flex items-center justify-between ">
85+ <!-- Left side: logo -->
8586 < a href ="/ " class ="inline-flex items-center gap-3 ">
8687 < img src ="https://raw.githubusercontent.com/BasisVR/basisvr.github.io/main/Images/BasisLogoN.png "
8788 alt ="BasisVR Logo "
8889 class ="h-10 w-10 rounded-lg ring-1 ring-gray-200 dark:ring-white/10 " />
8990 < span class ="font-semibold text-lg "> BasisVR</ span >
9091 </ a >
91- < a href ="https://docs.basisvr.org/docs/getting-started " target ="_blank "
92- class ="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand "> Docs</ a >
92+
93+ <!-- Right side: links -->
94+ < div class ="flex items-center gap-6 ">
95+ < a href ="https://docs.basisvr.org/docs/getting-started " target ="_blank "
96+ class ="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand "> Docs</ a >
97+ < a href ="https://basisvr.org/funding "
98+ class ="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand "> Funding</ a >
99+ </ div >
93100 </ div >
94101
95102 <!-- Hero -->
@@ -156,6 +163,7 @@ <h3 class="font-semibold">GitHub Repository</h3>
156163 </ div >
157164 </ a >
158165 </ li >
166+
159167 < li >
160168 < a href ="https://docs.basisvr.org "
161169 class ="group block rounded-2xl border border-gray-200 bg-white/70 p-4 shadow-sm backdrop-blur transition hover:-translate-y-0.5 hover:shadow-lg hover:shadow-brand/20 focus:outline-none focus-visible:ring-2 focus-visible:ring-brand dark:border-white/10 dark:bg-white/5 ">
@@ -168,6 +176,7 @@ <h3 class="font-semibold">Documentation</h3>
168176 </ div >
169177 </ a >
170178 </ li >
179+
171180 < li >
172181 < a href ="https://bsky.app/profile/basisvr.org "
173182 class ="group block rounded-2xl border border-gray-200 bg-white/70 p-4 shadow-sm backdrop-blur transition hover:-translate-y-0.5 hover:shadow-lg hover:shadow-brand/20 focus:outline-none focus-visible:ring-2 focus-visible:ring-brand dark:border-white/10 dark:bg-white/5 ">
@@ -180,6 +189,7 @@ <h3 class="font-semibold">Bluesky</h3>
180189 </ div >
181190 </ a >
182191 </ li >
192+
183193 < li >
184194 < a href ="https://x.com/BasisVR "
185195 class ="group block rounded-2xl border border-gray-200 bg-white/70 p-4 shadow-sm backdrop-blur transition hover:-translate-y-0.5 hover:shadow-lg hover:shadow-brand/20 focus:outline-none focus-visible:ring-2 focus-visible:ring-brand dark:border-white/10 dark:bg-white/5 ">
@@ -192,6 +202,7 @@ <h3 class="font-semibold">Twitter</h3>
192202 </ div >
193203 </ a >
194204 </ li >
205+
195206 < li class ="sm:col-span-2 ">
196207 < a href ="https://discord.gg/v6ve6WT562 "
197208 class ="group block rounded-2xl border border-gray-200 bg-white/70 p-5 shadow-sm backdrop-blur transition hover:-translate-y-0.5 hover:shadow-lg hover:shadow-brand/20 focus:outline-none focus-visible:ring-2 focus-visible:ring-brand dark:border-white/10 dark:bg-white/5 ">
@@ -204,6 +215,7 @@ <h3 class="font-semibold">Join the Basis Discord</h3>
204215 </ div >
205216 </ a >
206217 </ li >
218+
207219 < li >
208220 < a href ="https://opencollective.com/basis "
209221 class ="group block rounded-2xl border border-gray-200 bg-white/70 p-4 shadow-sm backdrop-blur transition hover:-translate-y-0.5 hover:shadow-lg hover:shadow-brand/20 focus:outline-none focus-visible:ring-2 focus-visible:ring-brand dark:border-white/10 dark:bg-white/5 ">
@@ -216,9 +228,24 @@ <h3 class="font-semibold">Open Collective</h3>
216228 </ div >
217229 </ a >
218230 </ li >
231+
232+ <!-- ✅ New Funding Link -->
233+ < li >
234+ < a href ="funding.html "
235+ class ="group block rounded-2xl border border-gray-200 bg-white/70 p-4 shadow-sm backdrop-blur transition hover:-translate-y-0.5 hover:shadow-lg hover:shadow-brand/20 focus:outline-none focus-visible:ring-2 focus-visible:ring-brand dark:border-white/10 dark:bg-white/5 ">
236+ < div class ="flex items-center gap-3 ">
237+ < div class ="inline-flex h-10 w-10 items-center justify-center rounded-xl bg-pink-600 text-white "> 🤝</ div >
238+ < div class ="min-w-0 ">
239+ < h3 class ="font-semibold "> Funding & Support</ h3 >
240+ < p class ="text-sm text-gray-600 dark:text-gray-400 "> Learn how to contribute to BasisVR.</ p >
241+ </ div >
242+ </ div >
243+ </ a >
244+ </ li >
219245 </ ul >
220246 </ section >
221247
248+
222249 <!-- Footer -->
223250 < footer class ="mx-auto mt-16 max-w-7xl border-t border-gray-200 pt-6 text-sm text-gray-500 dark:border-white/10 dark:text-gray-400 text-center ">
224251 < p > © < span id ="year "> </ span > BasisVR. MIT Licensed.</ p >
0 commit comments