-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
336 lines (305 loc) · 24.1 KB
/
index.html
File metadata and controls
336 lines (305 loc) · 24.1 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
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>BasisVR - Creator-First, Creative Freedom</title>
<meta name="description" content="Basis lets you set up your own Social VR and Networked VR games with ease. MIT-licensed, open development, optional mods, and tools to equip VR creators." />
<meta property="og:title" content="BasisVR - Open-Source Social & Networked VR" />
<meta property="og:description" content="Set up your own Social VR and Networked VR games with ease." />
<meta property="og:image" content="https://raw.githubusercontent.com/BasisVR/basisvr.github.io/main/Images/basisdiscord2.png" />
<meta name="theme-color" content="#ef1237" media="(prefers-color-scheme: light)">
<meta name="theme-color" content="#100f27" media="(prefers-color-scheme: dark)">
<meta name="color-scheme" content="light dark" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.bunny.net" />
<link href="https://fonts.bunny.net/css?family=inter:400,500,600,700" rel="stylesheet" />
<!-- Tailwind -->
<script src="https://cdn.tailwindcss.com/3.4.16"></script>
<!-- External config & theme -->
<script src="/tailwind-config.js"></script>
<script src="/theme.js" defer></script>
<!-- Custom styles -->
<link rel="stylesheet" href="/styles.css" />
</head>
<body class="bg-white text-gray-800 dark:bg-basisbg dark:text-gray-100 antialiased">
<!-- Backdrop -->
<div aria-hidden="true"
class="animated-gradient fixed inset-0 -z-30 opacity-25 dark:opacity-20">
</div>
<!-- Decorative Layers -->
<div aria-hidden="true" class="pointer-events-none fixed inset-0 -z-10 overflow-hidden">
<div class="absolute -top-24 left-1/2 -translate-x-1/2 h-[50rem] w-[50rem]
rounded-full bg-gradient-to-br from-brand/20 via-pink-500/15 to-purple-600/15 blur-3xl"></div>
<div data-parallax="8"
class="parallax-will-change absolute top-[12%] left-[8%] h-56 w-56
rounded-full bg-pink-400/25 dark:bg-pink-400/15 blur-3xl"></div>
<div data-parallax="4"
class="parallax-will-change absolute bottom-[10%] right-[12%] h-80 w-80
rounded-full bg-purple-500/25 dark:bg-purple-500/15 blur-3xl"></div>
<div data-parallax="2"
class="parallax-will-change absolute top-[35%] right-[35%] h-44 w-44
rounded-full bg-sky-400/25 dark:bg-sky-400/15 blur-3xl"></div>
<svg class="absolute bottom-[-20%] right-[-10%] h-[40rem] w-[40rem] opacity-20 dark:opacity-10"
viewBox="0 0 100 100" fill="none">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="100" y2="100">
<stop offset="0%" stop-color="#ef1237" />
<stop offset="100%" stop-color="#9333ea" />
</linearGradient>
</defs>
<circle cx="50" cy="50" r="46" stroke="url(#g)" stroke-width="1.5" />
</svg>
</div>
<!-- Page Content -->
<div class="mx-auto max-w-7xl px-6 py-8 sm:py-12">
<!-- Top bar -->
<div class="flex items-center justify-between">
<a href="/" class="inline-flex items-center gap-3">
<img src="https://raw.githubusercontent.com/BasisVR/basisvr.github.io/main/Images/BasisLogoN.png"
alt="BasisVR Logo"
class="h-10 w-10 rounded-lg ring-1 ring-gray-200 dark:ring-white/10" />
<span class="font-semibold text-lg">BasisVR</span>
</a>
<div class="flex items-center">
<!-- Nav -->
<nav class="flex items-center gap-3 md:gap-6">
<a href="/features"
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Features</a>
<a href="https://docs.basisvr.org/docs" target="_blank"
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Documentation</a>
<a href="/funding"
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Funding</a>
<a href="/philosophy"
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Philosophy</a>
</nav>
<!-- Language and github -->
<div class="flex items-center sm:border-l border-slate-100 ml-6 pl-6">
<button data-popover-target="chg-lang" data-popover-trigger="click" type="button" class="text-gray-500 hover:text-gray-700">
<svg class="w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true">
<path d="M4.545 6.714 4.11 8H3l1.862-5h1.284L8 8H6.833l-.435-1.286zm1.634-.736L5.5 3.956h-.049l-.679 2.022z"/>
<path d="M0 2a2 2 0 0 1 2-2h7a2 2 0 0 1 2 2v3h3a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2v-3H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm7.138 9.995q.289.451.63.846c-.748.575-1.673 1.001-2.768 1.292.178.217.451.635.555.867 1.125-.359 2.08-.844 2.886-1.494.777.665 1.739 1.165 2.93 1.472.133-.254.414-.673.629-.89-1.125-.253-2.057-.694-2.82-1.284.681-.747 1.222-1.651 1.621-2.757H14V8h-3v1.047h.765c-.318.844-.74 1.546-1.272 2.13a6 6 0 0 1-.415-.492 2 2 0 0 1-.94.31"/>
</svg>
</button>
<div data-popover id="chg-lang" role="tooltip" class="absolute z-10 invisible inline-block w-32 text-sm text-body transition-opacity duration-300 rounded-2xl border border-gray-200 bg-white shadow-xs opacity-0">
<div class="px-6 py-4">
<div class="px-2 py-1"><a href="javascript:void(0)" onclick="this.href=location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '') === location.pathname ? '' + location.pathname : location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '/' )">English</a></div>
<!-- <div class="px-2 py-1"><a href="javascript:void(0)" onclick="this.href=location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '') === location.pathname ? '/cn' + location.pathname : location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '/cn/')">简体中文</a></div> -->
<!-- <div class="px-2 py-1"><a href="javascript:void(0)" onclick="this.href=location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '') === location.pathname ? '/tw' + location.pathname : location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '/tw/')">繁體中文</a></div> -->
<!-- <div class="px-2 py-1"><a href="javascript:void(0)" onclick="this.href=location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '') === location.pathname ? '/es' + location.pathname : location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '/es/')">Español</a></div> -->
<!-- <div class="px-2 py-1"><a href="javascript:void(0)" onclick="this.href=location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '') === location.pathname ? '/fr' + location.pathname : location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '/fr/')">Français</a></div> -->
<!-- <div class="px-2 py-1"><a href="javascript:void(0)" onclick="this.href=location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '') === location.pathname ? '/de' + location.pathname : location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '/de/')">Deutsch</a></div> -->
<div class="px-2 py-1"><a href="javascript:void(0)" onclick="this.href=location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '') === location.pathname ? '/ja' + location.pathname : location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '/ja/')">日本語</a></div>
<!-- <div class="px-2 py-1"><a href="javascript:void(0)" onclick="this.href=location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '') === location.pathname ? '/ko' + location.pathname : location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '/ko/')">한국어</a></div> -->
<!-- <div class="px-2 py-1"><a href="javascript:void(0)" onclick="this.href=location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '') === location.pathname ? '/pt' + location.pathname : location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '/pt/')">Português</a></div> -->
<div class="px-2 py-1"><a href="javascript:void(0)" onclick="this.href=location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '') === location.pathname ? '/af' + location.pathname : location.pathname.replace(/^\/(cn|tw|es|fr|de|ja|ko|pt|af)\//, '/af/')">Afrikaans</a></div>
</div>
<div data-popper-arrow></div>
</div>
<a href="https://github.com/BasisVR/basis" target="_blank" class="ml-6 block text-gray-500 hover:text-gray-700">
<span class="sr-only">BasisVR on GitHub</span>
<svg class="w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"/>
</svg>
</a>
</div>
</div>
</div>
<!-- Hero -->
<header class="mt-12 text-center">
<h1 class="text-4xl font-extrabold sm:text-6xl">
<span class="bg-gradient-to-r from-brand to-purple-600 bg-clip-text text-transparent">Creator-First, Creative Freedom</span>
</h1>
<p class="mt-5 max-w-2xl mx-auto text-base text-gray-600 dark:text-gray-300">
<strong>Basis</strong> lets you set up your own VR games with ease.<br> Open-Source, under the MIT-License, it is designed for creators. Featuring strong systems for networking, user inputs and user presence.
</p>
<div class="mt-8 flex flex-wrap justify-center gap-3">
<a href="https://github.com/BasisVR/basis" target="_blank"
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">
GitHub
</a>
<!-- New CTA: Features -->
<a href="/features"
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">
Features
</a>
<a href="https://docs.basisvr.org/docs" target="_blank"
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">
Documentation
</a>
<a href="/funding"
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">
Funding
</a>
<a href="/philosophy"
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">
Philosophy
</a>
</div>
</header>
<!-- Banner -->
<section class="mx-auto mt-14 max-w-5xl">
<div class="relative overflow-hidden rounded-2xl ring-1 ring-black/10 dark:ring-white/10">
<img src="https://raw.githubusercontent.com/BasisVR/basisvr.github.io/main/Images/basisdiscord2.png"
alt="BasisVR Banner"
class="w-full object-cover" />
<div class="absolute inset-0 bg-gradient-to-t from-basisbg/70 to-transparent"></div>
</div>
</section>
<!-- Basis is a foundation for your VR project. -->
<section id="sustainability" class="mx-auto mt-16 max-w-3xl">
<h2 class="text-3xl font-bold">Basis is the foundation for your VR project</h2>
<p class="mt-4 text-gray-700 dark:text-gray-300">
If you have an idea for a VR application, but are overwhelmed by the massive amount of work it takes to support VR,
look no further. We cover all the basics for you: XR input, audio, player controller, networking, asset bundle loading, and more.
</p>
</section>
<!-- Sustainability & Governance -->
<section id="sustainability" class="mx-auto mt-16 max-w-3xl">
<h2 class="text-3xl font-bold">Sustainability & Governance</h2>
<p class="mt-4 text-gray-700 dark:text-gray-300">
Basis survives thanks to a mix of <strong>community donations</strong> and <strong>collaborations with companies</strong>
who build products on top of the framework. By <strong>bundling funds from multiple organizations</strong>,
we tackle hard problems that benefit everyone. Some examples include work like integrating the <em>jiggle system</em> and <em>QUIC integration</em>.
</p>
<div class="mt-6 flex flex-wrap gap-3">
<a href="https://opencollective.com/basis" target="_blank"
class="inline-flex items-center gap-2 rounded-2xl bg-emerald-500 px-5 py-3 text-sm font-semibold text-white shadow hover:shadow-lg focus:outline-none focus-visible:ring-2 focus-visible:ring-brand">
Support via OpenCollective
</a>
<a href="https://discord.gg/v6ve6WT562" target="_blank"
class="inline-flex items-center gap-2 rounded-2xl bg-indigo-600 px-5 py-3 text-sm font-semibold text-white shadow hover:shadow-lg focus:outline-none focus-visible:ring-2 focus-visible:ring-brand">
Join the Discord
</a>
</div>
</section>
<!-- Showcase -->
<section class="mx-auto mt-20 max-w-5xl text-center">
<h2 class="text-3xl font-bold sm:text-4xl">Load Test Showcase</h2>
<p class="mt-3 text-gray-600 dark:text-gray-400">
Join us weekly for our <strong>Talk & Test</strong> sessions - connect, create, and stress-test VR together.
</p>
<div class="mt-8 rounded-2xl overflow-hidden shadow-xl ring-1 ring-black/10 dark:ring-white/10">
<img src="https://raw.githubusercontent.com/BasisVR/basisvr.github.io/main/Images/NameplateMassAmount.png"
alt="BasisVR Mass Load Test"
class="w-full object-cover aspect-video" />
</div>
<figcaption class="mt-3 text-sm text-gray-500 dark:text-gray-400">
We run load tests regularly on the Basis demo build to push limits and improve stability. join our discord for more information!
</figcaption>
</section>
<!-- Project Links -->
<section class="mx-auto mt-16 max-w-4xl">
<h2 class="text-2xl font-semibold">Project Links</h2>
<ul class="mt-6 grid gap-4 sm:grid-cols-2">
<li>
<a href="https://github.com/BasisVR/basis"
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">
<div class="flex items-center gap-3">
<div class="inline-flex h-10 w-10 items-center justify-center rounded-xl bg-gray-900 text-white">💻</div>
<div class="min-w-0">
<h3 class="font-semibold">GitHub Repository</h3>
<p class="text-sm text-gray-600 dark:text-gray-400">Source, Issues, PRs, and Discussions.</p>
</div>
</div>
</a>
</li>
<li>
<a href="https://docs.basisvr.org/docs"
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">
<div class="flex items-center gap-3">
<div class="inline-flex h-10 w-10 items-center justify-center rounded-xl bg-brand text-white">📘</div>
<div class="min-w-0">
<h3 class="font-semibold">Documentation</h3>
<p class="text-sm text-gray-600 dark:text-gray-400">Get started, API, Guides & Examples.</p>
</div>
</div>
</a>
</li>
<li>
<a href="https://bsky.app/profile/basisvr.org"
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">
<div class="flex items-center gap-3">
<div class="inline-flex h-10 w-10 items-center justify-center rounded-xl bg-sky-500 text-white">🦋</div>
<div class="min-w-0">
<h3 class="font-semibold">Bluesky</h3>
<p class="text-sm text-gray-600 dark:text-gray-400">Updates and Community posts.</p>
</div>
</div>
</a>
</li>
<li>
<a href="https://x.com/BasisVR"
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">
<div class="flex items-center gap-3">
<div class="inline-flex h-10 w-10 items-center justify-center rounded-xl bg-gray-900 text-white">𝕏</div>
<div class="min-w-0">
<h3 class="font-semibold">Twitter</h3>
<p class="text-sm text-gray-600 dark:text-gray-400">Short news & Release notes.</p>
</div>
</div>
</a>
</li>
<li class="sm:col-span-2">
<a href="https://discord.gg/v6ve6WT562"
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">
<div class="flex items-center gap-3">
<div class="inline-flex h-12 w-12 items-center justify-center rounded-2xl bg-indigo-600 text-white">💬</div>
<div class="min-w-0">
<h3 class="font-semibold">Join the Basis Discord</h3>
<p class="text-sm text-gray-600 dark:text-gray-400">Hang out with other VR creators, ask questions, and share what you are building.</p>
</div>
</div>
</a>
</li>
<li>
<a href="https://opencollective.com/basis"
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">
<div class="flex items-center gap-3">
<div class="inline-flex h-10 w-10 items-center justify-center rounded-xl bg-emerald-500 text-white">💰</div>
<div class="min-w-0">
<h3 class="font-semibold">Open Collective</h3>
<p class="text-sm text-gray-600 dark:text-gray-400">Support our Development.</p>
</div>
</div>
</a>
</li>
<!-- ✅ New Funding Link -->
<li>
<a href="/funding"
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">
<div class="flex items-center gap-3">
<div class="inline-flex h-10 w-10 items-center justify-center rounded-xl bg-pink-600 text-white">🤝</div>
<div class="min-w-0">
<h3 class="font-semibold">Funding & Support</h3>
<p class="text-sm text-gray-600 dark:text-gray-400">Learn how you can contribute to BasisVR.</p>
</div>
</div>
</a>
</li>
<!-- ✅ New Features Link -->
<li>
<a href="/features"
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">
<div class="flex items-center gap-3">
<div class="inline-flex h-10 w-10 items-center justify-center rounded-xl bg-indigo-600 text-white">✨</div>
<div class="min-w-0">
<h3 class="font-semibold">Features</h3>
<p class="text-sm text-gray-600 dark:text-gray-400">Explore built-in Systems & Capabilities.</p>
</div>
</div>
</a>
</li>
</ul>
</section>
<!-- Footer -->
<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">
<p>© <span id="year"></span> BasisVR. MIT Licensed.</p>
</footer>
</div>
<!-- Footer JS -->
<script src="/footer.js" defer></script>
<!-- Flowbite -->
<script src="https://cdn.jsdelivr.net/npm/flowbite@4.0.1/dist/flowbite.min.js"></script>
</body>
</html>