Skip to content

Commit d096432

Browse files
committed
more cleanup
1 parent ef94dac commit d096432

1 file changed

Lines changed: 18 additions & 46 deletions

File tree

index.html

Lines changed: 18 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -119,37 +119,27 @@ <h1 class="text-4xl font-extrabold sm:text-6xl">
119119
</a>
120120
</div>
121121
</header>
122-
<!-- What is Basis -->
123-
<section id="what-is-basis" class="mx-auto mt-12 max-w-3xl">
124-
<div class="rounded-2xl border border-gray-200/70 dark:border-white/10 bg-white/70 dark:bg-white/5 shadow-soft p-6">
125-
<h2 class="text-2xl font-bold">What is Basis?</h2>
126-
<p class="mt-3 text-gray-700 dark:text-gray-300">
127-
<strong>Basis is a foundation for your VR project.</strong>
128-
</p>
129-
<p class="mt-3 text-gray-700 dark:text-gray-300">
130-
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.
131-
We cover the basics for you: XR input, audio, player controller, networking, asset bundle loading, and more.
132-
</p>
133-
<ul class="mt-4 space-y-2 text-gray-700 dark:text-gray-300 list-disc pl-5">
134-
<li><strong>Making a game?</strong> Focus on art and gameplay.</li>
135-
<li><strong>Hosting an event?</strong> Design the venue and the flow.</li>
136-
<li><strong>Have an idea but overwhelmed by VR plumbing?</strong> Use Basis as the starting point.</li>
137-
</ul>
138-
<details class="mt-5 group">
139-
<summary class="cursor-pointer font-semibold text-gray-900 dark:text-gray-100">Technically…</summary>
140-
<div class="mt-3 text-gray-700 dark:text-gray-300 space-y-3">
141-
<p><strong>Framework</strong> = a set of Unity/C# libraries and a demo showing how components fit together. Built with URP, targeting IL2CPP.</p>
142-
<p>It focuses on the three building blocks of good VR:</p>
143-
<ol class="list-decimal pl-5 space-y-1">
144-
<li><strong>Presence</strong> — feeling like you exist in a space.</li>
145-
<li><strong>Spatialization</strong> — your actions affect objects in physical space.</li>
146-
<li><strong>Embodiment</strong> — a tight, continuous loop between your body and its representation.</li>
147-
</ol>
148-
</div>
149-
</details>
122+
123+
<!-- Basis is a foundation for your VR project. -->
124+
<section id="sustainability" class="mx-auto mt-16 max-w-3xl">
125+
<h2 class="text-3xl font-bold">Basis is a foundation for your VR project</h2>
126+
<p class="mt-4 text-gray-700 dark:text-gray-300">
127+
If you have an idea for a VR application but are overwhelmed by the massive amount of work it takes to support VR,
128+
look no further. We cover the basics for you: XR input, audio, player controller, networking, asset bundle loading, and more.
129+
</p>
130+
</section>
131+
132+
<!-- Banner -->
133+
<section class="mx-auto mt-14 max-w-5xl">
134+
<div class="relative overflow-hidden rounded-2xl ring-1 ring-black/10 dark:ring-white/10">
135+
<img src="https://raw.githubusercontent.com/BasisVR/basisvr.github.io/main/Images/basisdiscord2.png"
136+
alt="BasisVR Banner"
137+
class="w-full object-cover" />
138+
<div class="absolute inset-0 bg-gradient-to-t from-basisbg/70 to-transparent"></div>
150139
</div>
151140
</section>
152141

142+
153143
<!-- Sustainability & Governance -->
154144
<section id="sustainability" class="mx-auto mt-16 max-w-3xl">
155145
<h2 class="text-3xl font-bold">Sustainability & Governance</h2>
@@ -158,13 +148,6 @@ <h2 class="text-3xl font-bold">Sustainability & Governance</h2>
158148
who build products on top of the framework. By <strong>bundling funds from multiple organizations</strong>,
159149
we tackle hard problems that benefit everyone—examples include work like the <em>jiggle system</em> and <em>QUIC integration</em>.
160150
</p>
161-
<p class="mt-4 text-gray-700 dark:text-gray-300">
162-
Today, <strong>Dooly works full-time on Basis</strong>, and donations directly support their livelihood and the project’s momentum.
163-
</p>
164-
<p class="mt-4 text-gray-700 dark:text-gray-300">
165-
Basis is operated by <strong>the Pillars</strong>—trusted contributors who keep the effort on the narrow straight,
166-
ensuring the project stays aligned and does not get derailed.
167-
</p>
168151
<div class="mt-6 flex flex-wrap gap-3">
169152
<a href="https://opencollective.com/basis" target="_blank"
170153
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">
@@ -176,17 +159,6 @@ <h2 class="text-3xl font-bold">Sustainability & Governance</h2>
176159
</a>
177160
</div>
178161
</section>
179-
180-
<!-- Banner -->
181-
<section class="mx-auto mt-14 max-w-5xl">
182-
<div class="relative overflow-hidden rounded-2xl ring-1 ring-black/10 dark:ring-white/10">
183-
<img src="https://raw.githubusercontent.com/BasisVR/basisvr.github.io/main/Images/basisdiscord2.png"
184-
alt="BasisVR Banner"
185-
class="w-full object-cover" />
186-
<div class="absolute inset-0 bg-gradient-to-t from-basisbg/70 to-transparent"></div>
187-
</div>
188-
</section>
189-
190162
<!-- Showcase -->
191163
<section class="mx-auto mt-20 max-w-5xl text-center">
192164
<h2 class="text-3xl font-bold sm:text-4xl">Load Test Showcase</h2>

0 commit comments

Comments
 (0)