Skip to content

Commit 294c067

Browse files
committed
added funding section
1 parent fd5e508 commit 294c067

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,24 @@ <h1 class="text-4xl font-extrabold sm:text-6xl">
113113
class="inline-flex items-center gap-2 rounded-2xl bg-gray-900 px-5 py-3 text-sm font-semibold text-white shadow hover:shadow-lg hover:ring-2 hover:ring-brand focus:outline-none focus-visible:ring-2 focus-visible:ring-brand">
114114
GitHub
115115
</a>
116+
116117
<a href="https://docs.basisvr.org/docs/getting-started" target="_blank"
117118
class="inline-flex items-center gap-2 rounded-2xl bg-white px-5 py-3 text-sm font-semibold text-gray-900 shadow ring-1 ring-gray-200 hover:bg-gray-50 dark:bg-white/10 dark:text-white dark:ring-white/10">
118119
Read the docs
119120
</a>
121+
120122
<a href="https://basisvr.org/philosophy" target="_blank"
121123
class="inline-flex items-center gap-2 rounded-2xl bg-white/70 px-5 py-3 text-sm font-semibold text-gray-800 shadow ring-1 ring-gray-200 hover:bg-gray-100 dark:bg-white/10 dark:text-gray-100 dark:ring-white/10">
122124
Philosophy
123125
</a>
126+
127+
<!-- ✅ New Funding button -->
128+
<a href="funding.html"
129+
class="inline-flex items-center gap-2 rounded-2xl bg-pink-600 px-5 py-3 text-sm font-semibold text-white shadow hover:shadow-lg hover:ring-2 hover:ring-pink-400 focus:outline-none focus-visible:ring-2 focus-visible:ring-pink-400">
130+
Funding
131+
</a>
124132
</div>
133+
125134
</header>
126135

127136
<!-- Banner -->

0 commit comments

Comments
 (0)