mirror of
https://github.com/seigler/generative
synced 2025-07-27 07:06:08 +00:00
publish: Add sketch 4: lenses
generated from commit 918c9e960e88589e8726b35a002ad581f7ae7752
This commit is contained in:
parent
2a5d0858ed
commit
e3c1217ca3
10 changed files with 191 additions and 14 deletions
13
index.html
13
index.html
|
@ -4,16 +4,17 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Generative Art - seigler.github.io</title>
|
||||
<link rel="stylesheet" href="app-c1dfc3c0.css">
|
||||
<link rel="stylesheet" href="app-20b67cee.css">
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>P5.js generative art</h1>
|
||||
<ol>
|
||||
<li><a class="sketch" href="1/">gradient burst</a></li>
|
||||
<li><a class="sketch" href="2/">gradient jungle</a></li>
|
||||
<li><a class="sketch" href="3/">peanut butter and jelly</a></li>
|
||||
</ol>
|
||||
<ul>
|
||||
<li>2019-11-05 - <a class="sketch" href="1/">gradient burst</a></li>
|
||||
<li>2019-11-07 - <a class="sketch" href="2/">gradient jungle</a></li>
|
||||
<li>2019-11-09 - <a class="sketch" href="3/">peanut butter and jelly</a></li>
|
||||
<li>2019-11-10 - <a class="sketch" href="4/">lenses</a></li>
|
||||
</ul>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue