Lint
All checks were successful
Check & deploy / build (push) Successful in 1m25s

This commit is contained in:
Andras Schmelczer 2026-05-27 21:43:33 +01:00
parent 271ab7443c
commit 1a195e89b8

View file

@ -91,7 +91,8 @@
<div class="splash" data-visible="true">
<h1 class="splash-title">Fleeting Garden</h1>
<p class="splash-description">
Draw colour into a canvas that keeps moving. Your strokes become paths for life that splits, drifts, and redraws the surface over time.
Draw colour into a canvas that keeps moving. Your strokes become paths for
life that splits, drifts, and redraws the surface over time.
</p>
<button class="start-button" type="button" disabled>Start</button>
</div>
@ -140,7 +141,8 @@
</header>
<p class="info-page__main">
Draw into a field of particles and watch the simulation fold your marks back into motion.
Draw into a field of particles and watch the simulation fold your marks back
into motion.
</p>
<ul class="info-page__notes">
@ -151,7 +153,18 @@
</ul>
<p class="info-page__main">
My implementation of <a href="https://cargocollective.com/sagejenson/physarum" target="_blank" rel="noopener">physarum simulation</a> introduces drawing and procedurally generated piano for a more immersive experience. Learn more about my work at <a href="https://schmelczer.dev" target="_blank" rel="noopener">schmelczer.dev</a>
My implementation of
<a
href="https://cargocollective.com/sagejenson/physarum"
target="_blank"
rel="noopener"
>physarum simulation</a
>
introduces drawing and procedurally generated piano for a more immersive
experience. Learn more about my work at
<a href="https://schmelczer.dev" target="_blank" rel="noopener"
>schmelczer.dev</a
>
</p>
</div>
</section>