Skip to content

Commit 55cbc85

Browse files
authored
Formatting and general pass across all written content (#2)
* Update index.html * Update index.html * Update features.html * Update funding.html * Update philosophy.html
1 parent e31f270 commit 55cbc85

4 files changed

Lines changed: 43 additions & 38 deletions

File tree

features.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,10 @@
272272

273273
<nav class="hidden md:flex items-center gap-6 text-sm">
274274
<a href="https://basisvr.org/features.html" class="text-gray-900 dark:text-gray-100 font-semibold">Features</a>
275-
<a href="https://docs.basisvr.org/docs/getting-started" target="_blank" class="text-gray-600 dark:text-gray-300 hover:text-brand">Docs</a>
275+
<a href="https://docs.basisvr.org/docs/getting-started" target="_blank" class="text-gray-600 dark:text-gray-300 hover:text-brand">Documentation</a>
276276
<a href="https://basisvr.org/funding" class="text-gray-600 dark:text-gray-300 hover:text-brand">Funding</a>
277277
<a href="https://basisvr.org/philosophy" class="text-gray-600 dark:text-gray-300 hover:text-brand">Philosophy</a>
278+
<a href="https://github.com/BasisVR/basis" class="text-gray-600 dark:text-gray-300 hover:text-brand">GitHub</a>
278279
</nav>
279280
</div>
280281

@@ -286,7 +287,7 @@ <h1 class="mt-4 text-4xl/tight sm:text-5xl/tight font-extrabold">
286287
Build VR Apps that <span class="bg-gradient-to-r from-brand to-purple-600 bg-clip-text text-transparent">scale</span>
287288
</h1>
288289
<p class="mt-4 max-w-xl text-sm sm:text-base text-gray-600 dark:text-gray-300">
289-
Explore everything in Basis Framework today, and what’s coming next. Clean architecture, efficient systems, and a creator-first toolchain.
290+
Explore what the Basis Framework has to offer today and what is to come.<br>We strive for a clean architecture, efficient systems, and a creator-first toolchain.
290291
</p>
291292
</div>
292293

@@ -321,7 +322,7 @@ <h1 class="mt-4 text-4xl/tight sm:text-5xl/tight font-extrabold">
321322
<a href="https://docs.basisvr.org/docs/getting-started" target="_blank"
322323
class="block rounded-2xl border border-black/10 dark:border-white/10 bg-white/70 dark:bg-white/[0.06] p-3 text-sm hover:ring-2 hover:ring-brand">
323324
<div class="flex items-center justify-between">
324-
<span>Getting started guide</span><span class="text-gray-500"></span>
325+
<span>Getting Started Guide</span><span class="text-gray-500"></span>
325326
</div>
326327
</a>
327328
<a href="https://github.com/BasisVR/basis/issues" target="_blank"
@@ -701,7 +702,7 @@ <h3 class="mt-3 font-semibold">Engine Optimizations <em class="status available"
701702
<li class="card" data-status="available" data-tags="tests,ci,automation,performance">
702703
<div class="icn">🧪</div>
703704
<h3 class="mt-3 font-semibold">Weekly Tests <em class="status available">Available</em></h3>
704-
<p class="mt-2 text-sm text-gray-600 dark:text-gray-300">weekly tests allow us to verify new features and validate performance to catch regressions before they hit LTS.</p>
705+
<p class="mt-2 text-sm text-gray-600 dark:text-gray-300">Weekly tests allow us to verify new features and validate performance to catch regressions before they hit LTS.</p>
705706
</li>
706707
</ul>
707708
</section>
@@ -758,7 +759,7 @@ <h3 class="mt-3 font-semibold">
758759
<em class="status available">Available</em>
759760
</h3>
760761
<p class="mt-2 text-sm text-gray-600 dark:text-gray-300">
761-
basis encrypted extension for range requests.
762+
Basis Encrypted Extension for range requests.
762763
</p>
763764
</li>
764765
</ul>

funding.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@
7878
<span class="font-semibold text-lg">BasisVR</span>
7979
</a>
8080
<nav class="hidden sm:flex items-center gap-5 text-sm">
81+
<a href="https://basisvr.org/features" class="text-gray-600 dark:text-gray-300 hover:text-brand">Features</a>
82+
<a href="https://docs.basisvr.org" target="_blank" class="text-gray-600 dark:text-gray-300 hover:text-brand">Documentation</a>
8183
<a href="https://basisvr.org/funding" class="text-gray-900 dark:text-gray-100 font-semibold">Funding</a>
8284
<a href="https://basisvr.org/philosophy" class="text-gray-600 dark:text-gray-300 hover:text-brand">Philosophy</a>
83-
<a href="https://docs.basisvr.org" target="_blank" class="text-gray-600 dark:text-gray-300 hover:text-brand">Docs</a>
8485
<a href="https://github.com/BasisVR/basis" class="text-gray-600 dark:text-gray-300 hover:text-brand">GitHub</a>
85-
<a href="https://basisvr.org/features" class="text-gray-600 dark:text-gray-300 hover:text-brand">features</a>
8686
</nav>
8787
</div>
8888

@@ -99,23 +99,23 @@ <h1 class="text-4xl font-extrabold sm:text-6xl">
9999
<!-- Status pill -->
100100
<div class="mx-auto mt-6 max-w-xl">
101101
<div class="rounded-2xl border border-amber-300/70 dark:border-amber-200/20 bg-amber-50/70 dark:bg-amber-200/10 px-4 py-3 text-sm text-amber-900 dark:text-amber-100">
102-
<strong>Status:</strong> We ship frequently and are building toward stronger process (versioning, migration guides, moderation tooling).
103-
Some pieces are still in progressthanks for your patience while we get this vision across the line.
102+
<strong>Status:</strong> We ship frequently and are building toward a stronger process (versioning, migration guides, moderation tooling).
103+
Some pieces are still in progress - thanks for your patience while we get this vision across the line.
104104
</div>
105105
</div>
106106

107107
<div class="mt-8 flex flex-wrap justify-center gap-3">
108108
<a href="https://opencollective.com/basis" target="_blank"
109109
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">
110-
Support via OpenCollective
110+
Support us via OpenCollective
111111
</a>
112112
<a href="https://discord.gg/v6ve6WT562" target="_blank"
113113
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">
114114
Join the Discord
115115
</a>
116116
<a href="https://docs.basisvr.org" target="_blank"
117117
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">
118-
Read the docs
118+
Read the Docs
119119
</a>
120120
</div>
121121
</header>
@@ -176,7 +176,7 @@ <h3 class="text-xl font-semibold">Optional Services</h3>
176176
<div class="mt-8 rounded-2xl border border-gray-200/70 dark:border-white/10 bg-white/70 dark:bg-white/5 p-6 shadow-soft">
177177
<h3 class="text-xl font-semibold">How Funds Are Allocated</h3>
178178
<p class="mt-2 text-gray-700 dark:text-gray-300">
179-
We keep a simple, transparent allocation model. Percentages may shift with project needs; we document changes in monthly notes.
179+
We keep a simple and transparent allocation model. Percentages may shift with project needs; we document changes in monthly notes.
180180
</p>
181181
<div class="mt-4 overflow-x-auto">
182182
<table class="w-full text-left text-sm">
@@ -222,14 +222,14 @@ <h3 class="text-xl font-semibold">How Funds Are Allocated</h3>
222222
<h3 class="text-xl font-semibold">Transparency</h3>
223223
<ul class="mt-2 list-disc pl-5 text-gray-700 dark:text-gray-300 space-y-1">
224224
<li>Public ledger on OpenCollective</li>
225-
<li>Quarterly updates summarizing spend & impact</li>
225+
<li>Quarterly updates summarizing expenditures and their impact</li>
226226
<li>Attribution for sponsored work in release notes</li>
227227
</ul>
228228
</div>
229229
<div class="rounded-2xl border border-gray-200/70 dark:border-white/10 bg-white/70 dark:bg-white/5 p-6 shadow-soft">
230230
<h3 class="text-xl font-semibold">Independence</h3>
231231
<p class="mt-2 text-gray-700 dark:text-gray-300">
232-
Sponsors don’t control the project. The Pillars are accountable to the community and the long-term health of the framework.
232+
Sponsors do not control the project. The Pillars are accountable to the community and the long-term health of the framework.
233233
</p>
234234
</div>
235235
</div>
@@ -257,7 +257,7 @@ <h3 class="text-xl font-semibold">Community Talent</h3>
257257
<article class="rounded-2xl border border-gray-200/70 dark:border-white/10 bg-white/70 dark:bg-white/5 p-6 shadow-soft">
258258
<h3 class="text-xl font-semibold">The Pillars</h3>
259259
<p class="mt-2 text-gray-700 dark:text-gray-300">
260-
The project is stewarded by <strong>the Pillars</strong> trusted contributors who keep the work aligned and on-mission.
260+
The project is stewarded by <strong>the Pillars</strong> - trusted contributors who keep the work aligned and on-mission.
261261
They maintain quality, ensure scope discipline, and help sequence what lands when.
262262
</p>
263263
<ul class="mt-3 list-disc pl-5 text-gray-700 dark:text-gray-300 space-y-1">

0 commit comments

Comments
 (0)