Skip to content

Commit

Permalink
simplify welcome for now
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond committed Jan 17, 2025
1 parent f87a693 commit 5387446
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h1>Are you sure?</h1>
<dialog id="about-dialog">
<form method="dialog">
<h1>🍝 welcome to nudel</h1>
<p>
<!-- <p>
<label for="welcome-username">
<span>Choose your username:</span>
<input
Expand All @@ -173,23 +173,24 @@ <h1>🍝 welcome to nudel</h1>
placeholder="anonymous nudelfan"
/>
</label>
</p>
</p> -->
<p>
nudel is a public jam space, made by
<a href="https://www.pastagang.cc/" target="_blank">pastagang</a>
</p>
<p>it's a mashup of free & open source projects:</p>
<!-- <p>it's a mashup of free & open source projects:</p>
<ul>
<li><a href="https://github.com/munshkr/flok/" target="_blank">flok</a> for collaboration</li>
<li><a href="https://github.com/tidalcycles/strudel" target="_blank">strudel</a> for sound</li>
<li><a href="https://github.com/hydra-synth/hydra-synth" target="_blank">hydra</a> for light</li>
</ul>
</ul> -->
<p>everyone is in the same room. anyone is encouraged to join in!</p>
<p><strong>tip: press alt + enter to run code.</strong></p>
<p>
consider donating to <a href="https://ko-fi.com/munshkr" target="_blank">flok</a> /
<a href="https://opencollective.com/tidalcycles" target="_blank">strudel</a> /
<a href="https://opencollective.com/hydra-synth" target="_blank">hydra</a>
<a href="https://opencollective.com/hydra-synth" target="_blank">hydra</a><br />
(we use them all in nudel)
</p>
<p>
<button id="about-yes-button">cool</button>
Expand Down

0 comments on commit 5387446

Please sign in to comment.