Skip to content

Commit 6248456

Browse files
Fix forgot to add "af" in some places (#8)
1 parent f1be61f commit 6248456

4 files changed

Lines changed: 25 additions & 25 deletions

File tree

af/features.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en" class="scroll-smooth">
2+
<html lang="af" class="scroll-smooth">
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
@@ -263,7 +263,7 @@
263263
<div class="mx-auto max-w-7xl px-4 sm:px-6 lg:px-8">
264264
<!-- Top bar -->
265265
<div class="flex items-center justify-between py-5">
266-
<a href="/" class="inline-flex items-center gap-3">
266+
<a href="/af/" class="inline-flex items-center gap-3">
267267
<img src="https://raw.githubusercontent.com/BasisVR/basisvr.github.io/main/Images/BasisLogoN.png"
268268
alt="BasisVR Logo"
269269
class="h-9 w-9 rounded-xl ring-1 ring-gray-200 dark:ring-white/10" />
@@ -272,13 +272,13 @@
272272
<div class="flex items-center">
273273
<!-- Nav -->
274274
<nav class="flex items-center gap-3 md:gap-6">
275-
<a href="/features"
275+
<a href="/af/features"
276276
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Features</a>
277277
<a href="https://docs.basisvr.org/docs" target="_blank"
278278
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Documentation</a>
279-
<a href="/funding"
279+
<a href="/af/funding"
280280
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Funding</a>
281-
<a href="/philosophy"
281+
<a href="/af/philosophy"
282282
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Philosophy</a>
283283
</nav>
284284
<!-- Language and github -->

af/funding.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en" class="scroll-smooth">
2+
<html lang="af" class="scroll-smooth">
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
@@ -71,7 +71,7 @@
7171
<div class="mx-auto max-w-7xl px-6 py-8 sm:py-12">
7272
<!-- Top bar -->
7373
<div class="flex items-center justify-between">
74-
<a href="/" class="inline-flex items-center gap-3 group">
74+
<a href="/af/" class="inline-flex items-center gap-3 group">
7575
<img src="https://raw.githubusercontent.com/BasisVR/basisvr.github.io/main/Images/BasisLogoN.png"
7676
alt="BasisVR Logo"
7777
class="h-10 w-10 rounded-lg ring-1 ring-gray-200 dark:ring-white/10 group-hover:scale-105 transition" loading="lazy" />
@@ -80,13 +80,13 @@
8080
<div class="flex items-center">
8181
<!-- Nav -->
8282
<nav class="flex items-center gap-3 md:gap-6">
83-
<a href="/features"
83+
<a href="/af/features"
8484
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Features</a>
8585
<a href="https://docs.basisvr.org/docs" target="_blank"
8686
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Documentation</a>
87-
<a href="/funding"
87+
<a href="/af/funding"
8888
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Funding</a>
89-
<a href="/philosophy"
89+
<a href="/af/philosophy"
9090
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Philosophy</a>
9191
</nav>
9292
<!-- Language and github -->

af/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en" class="scroll-smooth">
2+
<html lang="af" class="scroll-smooth">
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
@@ -64,7 +64,7 @@
6464
<div class="mx-auto max-w-7xl px-6 py-8 sm:py-12">
6565
<!-- Top bar -->
6666
<div class="flex items-center justify-between">
67-
<a href="/" class="inline-flex items-center gap-3">
67+
<a href="/af/" class="inline-flex items-center gap-3">
6868
<img src="https://raw.githubusercontent.com/BasisVR/basisvr.github.io/main/Images/BasisLogoN.png"
6969
alt="BasisVR Logo"
7070
class="h-10 w-10 rounded-lg ring-1 ring-gray-200 dark:ring-white/10" />
@@ -73,13 +73,13 @@
7373
<div class="flex items-center">
7474
<!-- Nav -->
7575
<nav class="flex items-center gap-3 md:gap-6">
76-
<a href="/features"
76+
<a href="/af/features"
7777
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Features</a>
7878
<a href="https://docs.basisvr.org/docs" target="_blank"
7979
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Documentation</a>
80-
<a href="/funding"
80+
<a href="/af/funding"
8181
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Funding</a>
82-
<a href="/philosophy"
82+
<a href="/af/philosophy"
8383
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Philosophy</a>
8484
</nav>
8585
<!-- Language and github -->
@@ -130,7 +130,7 @@ <h1 class="text-4xl font-extrabold sm:text-6xl">
130130
</a>
131131

132132
<!-- New CTA: Features -->
133-
<a href="/features"
133+
<a href="/af/features"
134134
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">
135135
Features
136136
</a>
@@ -140,12 +140,12 @@ <h1 class="text-4xl font-extrabold sm:text-6xl">
140140
Documentation
141141
</a>
142142

143-
<a href="/funding"
143+
<a href="/af/funding"
144144
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">
145145
Funding
146146
</a>
147147

148-
<a href="/philosophy"
148+
<a href="/af/philosophy"
149149
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">
150150
Philosophy
151151
</a>
@@ -293,7 +293,7 @@ <h3 class="font-semibold">Open Collective</h3>
293293

294294
<!-- ✅ New Funding Link -->
295295
<li>
296-
<a href="/funding"
296+
<a href="/af/funding"
297297
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">
298298
<div class="flex items-center gap-3">
299299
<div class="inline-flex h-10 w-10 items-center justify-center rounded-xl bg-pink-600 text-white">🤝</div>
@@ -307,7 +307,7 @@ <h3 class="font-semibold">Funding & Support</h3>
307307

308308
<!-- ✅ New Features Link -->
309309
<li>
310-
<a href="/features"
310+
<a href="/af/features"
311311
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">
312312
<div class="flex items-center gap-3">
313313
<div class="inline-flex h-10 w-10 items-center justify-center rounded-xl bg-indigo-600 text-white"></div>

af/philosophy.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en" class="scroll-smooth">
2+
<html lang="af" class="scroll-smooth">
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
@@ -67,7 +67,7 @@
6767
<div class="mx-auto max-w-5xl px-6 py-8 sm:py-12">
6868
<!-- Top bar -->
6969
<div class="flex items-center justify-between">
70-
<a href="/" class="inline-flex items-center gap-3 group">
70+
<a href="/af/" class="inline-flex items-center gap-3 group">
7171
<img src="https://raw.githubusercontent.com/BasisVR/basisvr.github.io/main/Images/BasisLogoN.png"
7272
alt="BasisVR Logo"
7373
class="h-10 w-10 rounded-lg ring-1 ring-gray-200 dark:ring-white/10 group-hover:scale-105 transition" loading="lazy" />
@@ -76,13 +76,13 @@
7676
<div class="flex items-center">
7777
<!-- Nav -->
7878
<nav class="flex items-center gap-3 md:gap-6">
79-
<a href="/features"
79+
<a href="/af/features"
8080
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Features</a>
8181
<a href="https://docs.basisvr.org/docs" target="_blank"
8282
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Documentation</a>
83-
<a href="/funding"
83+
<a href="/af/funding"
8484
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Funding</a>
85-
<a href="/philosophy"
85+
<a href="/af/philosophy"
8686
class="hidden sm:inline text-sm text-gray-600 dark:text-gray-300 hover:text-brand">Philosophy</a>
8787
</nav>
8888
<!-- Language and github -->

0 commit comments

Comments
 (0)