This commit is contained in:
parent
271ab7443c
commit
1a195e89b8
1 changed files with 16 additions and 3 deletions
19
index.html
19
index.html
|
|
@ -91,7 +91,8 @@
|
||||||
<div class="splash" data-visible="true">
|
<div class="splash" data-visible="true">
|
||||||
<h1 class="splash-title">Fleeting Garden</h1>
|
<h1 class="splash-title">Fleeting Garden</h1>
|
||||||
<p class="splash-description">
|
<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>
|
</p>
|
||||||
<button class="start-button" type="button" disabled>Start</button>
|
<button class="start-button" type="button" disabled>Start</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -140,7 +141,8 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p class="info-page__main">
|
<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>
|
</p>
|
||||||
|
|
||||||
<ul class="info-page__notes">
|
<ul class="info-page__notes">
|
||||||
|
|
@ -151,7 +153,18 @@
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p class="info-page__main">
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue