Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
wrnrlr committed Oct 29, 2024
1 parent 4f5f4df commit 0fbdb84
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<span class="prelude text-xl">Prelude</span>
</div>
<div class="flex items-center gap-5">
<a href="docs/index.html">Get Started</a>
<a href="docs/modules.html">API</a>
<a href="prelude/docs/index.html">Get Started</a>
<a href="prelude/docs/modules.html">API</a>
<a class="px-3 py-2 rounded-md bg-green-600 text-white font-weight-500 text-shadow-green shadow" href="prelude/playground">Playground</a>
</div>
</nav>
Expand All @@ -27,8 +27,8 @@
<span class="prelude text-6xl">Prelude</span>
<span class="text-3xl">A signal-based web library that lets you <br> develop in a familiar functional style</span>
<div class="flex gap-4">
<a class="px-3 py-2 rounded-md bg-neutral-200 text-xl font-weight-500" href="docs/index.html">Get Started</a>
<a class="px-3 py-2 rounded-md bg-green-600 text-xl text-white font-weight-500 shadow" href="prelude/playground">Open Playground</a>
<a class="px-3 py-2 rounded-md bg-neutral-200 text-xl font-weight-500" href="prelude/docs/index.html">Get Started</a>
<a class="px-3 py-2 rounded-md bg-green-600 text-xl text-white font-weight-500 shadow" href="prelude/playground">Open Playground</a>
</div>
</div>
</section>
Expand Down Expand Up @@ -74,8 +74,8 @@ <h1 class="center text-5xl">Just write JavaScript!</h1>
<a href="https://jsr.io/@wrnrlr/prelude">JSR</a>
</div>
<div class="flex column justify-center gap-3">
<a href="https://x.com/wrnrlr">Twitter</a>
<a href="https://discord.gg/N3gPZnhdKV">Discord</a>
<a href="https://x.com/wrnrlr">Twitter</a>
<a href="https://discord.gg/N3gPZnhdKV">Discord</a>
</div>
<div class="flex column-reverse center grow">Some rights reserved &copy; 2024</div>
<svg viewBox="0 0 709 709" style="width: 100px; --color:var(--neutral-700)"><use xlink:href="./logo.svg#loop"></use></svg>
Expand Down

0 comments on commit 0fbdb84

Please sign in to comment.