Skip to content

Commit 84a338e

Browse files
kixelatedclaude
andauthored
Reorder demo cards: MoQ Boy first, then hang.live (#97)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent ec3b0f1 commit 84a338e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/pages/demo.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@ description: Live demos of the MoQ protocol in action.
88

99
Click on any of them. That's what they're here for. Everything is open source!
1010

11-
<a href="https://hang.live" rel="noreferrer" target="_blank" class="!text-white no-underline">
11+
<a href="/boy" class="!text-white no-underline">
1212
<article class="p-4 rounded-lg grid grid-cols-3 gap-4 items-center hover:bg-blue-950 hover:scale-105 hover:translate-x-2 transition-all ease-in-out">
1313
<div class="flex justify-center">
14-
<img src="/hang.svg" class="h-24" alt="hang.live" />
14+
<img src="/demo/moqboy.svg" class="h-24" alt="MoQ Boy" />
1515
</div>
1616
<div class="col-span-2 grid gap-2">
17-
<div class="text-2xl">hang.live</div>
17+
<div class="text-2xl">MoQ Boy</div>
1818
<div class="text-sm font-light">
19-
A full-blown conferencing app built entirely on MoQ. Includes custom WebGL rendering, WebAudio panning, markdown chat, dank memes, you name it. You'll need a friend though, or at least another tab (I won't judge).
19+
Multiplayer (anarchy) Game Boy emulation on a remote server, using MoQ tracks for everything. Emulation and encoding only run when at least one viewer is watching.
2020
</div>
2121
</div>
2222
</article>
2323
</a>
2424

25-
<a href="/boy" class="!text-white no-underline">
25+
<a href="https://hang.live" rel="noreferrer" target="_blank" class="!text-white no-underline">
2626
<article class="p-4 rounded-lg grid grid-cols-3 gap-4 items-center hover:bg-blue-950 hover:scale-105 hover:translate-x-2 transition-all ease-in-out">
2727
<div class="flex justify-center">
28-
<img src="/demo/moqboy.svg" class="h-24" alt="MoQ Boy" />
28+
<img src="/hang.svg" class="h-24" alt="hang.live" />
2929
</div>
3030
<div class="col-span-2 grid gap-2">
31-
<div class="text-2xl">MoQ Boy</div>
31+
<div class="text-2xl">hang.live</div>
3232
<div class="text-sm font-light">
33-
Multiplayer (anarchy) Game Boy emulation on a remote server, using MoQ tracks for everything. Emulation and encoding only run when at least one viewer is watching.
33+
A full-blown conferencing app built entirely on MoQ. Includes custom WebGL rendering, WebAudio panning, markdown chat, dank memes, you name it. You'll need a friend though, or at least another tab (I won't judge).
3434
</div>
3535
</div>
3636
</article>

0 commit comments

Comments
 (0)