Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions src/pages/demo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,30 @@ Click on any of them. That's what they're here for. Everything is open source!
</article>
</a>

<a href="https://hang.live" rel="noreferrer" target="_blank" class="!text-white no-underline">
<a href="/watch" class="!text-white no-underline">
<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">
<div class="flex justify-center">
<img src="/hang.svg" class="h-24" alt="hang.live" />
<img src="/demo/bunny.png" class="h-24" alt="BBB" />
</div>
<div class="col-span-2 grid gap-2">
<div class="text-2xl">hang.live</div>
<div class="text-2xl">B I G B U C K B U N N Y</div>
<div class="text-sm font-light">
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).
Watch a "live" broadcast of everybody's favorite rodent friend.
The video player is available as a (tree-shakable) Javascript library or <code>\<moq-watch\></code> web component.
</div>
</div>
</article>
</a>

<a href="/watch" class="!text-white no-underline">
<a href="https://hang.live" rel="noreferrer" target="_blank" class="!text-white no-underline">
<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">
<div class="flex justify-center">
<img src="/demo/bunny.png" class="h-24" alt="BBB" />
<img src="/hang.svg" class="h-24" alt="hang.live" />
</div>
<div class="col-span-2 grid gap-2">
<div class="text-2xl">B I G B U C K B U N N Y</div>
<div class="text-2xl">hang.live</div>
<div class="text-sm font-light">
Watch a "live" broadcast of everybody's favorite rodent friend.
The video player is available as a (tree-shakable) Javascript library or <code>\<moq-watch\></code> web component.
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).
</div>
</div>
</article>
Expand Down
Loading