Skip to content

Commit

Permalink
restructure site
Browse files Browse the repository at this point in the history
  • Loading branch information
kgolid committed Oct 7, 2017
1 parent 84cc1c1 commit cff9530
Show file tree
Hide file tree
Showing 139 changed files with 1,476 additions and 678 deletions.
16 changes: 0 additions & 16 deletions arab.html

This file was deleted.

13 changes: 0 additions & 13 deletions blanket.html

This file was deleted.

15 changes: 15 additions & 0 deletions blanket/index.html
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title>Noise Blanket</title>

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.10/p5.js"></script>
<script src="sketch.js"></script>
</head>

<body style="text-align:center; margin-top:50px; background-color:#000">
</body>

</html>
File renamed without changes.
13 changes: 0 additions & 13 deletions blanket2.html

This file was deleted.

15 changes: 15 additions & 0 deletions blanket2/index.html
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title>Radial Blanket</title>

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.10/p5.js"></script>
<script src="sketch.js"></script>
</head>

<body style="text-align:center; margin-top:50px; background-color:#000">
</body>

</html>
File renamed without changes.
13 changes: 0 additions & 13 deletions blanket3.html

This file was deleted.

15 changes: 15 additions & 0 deletions blanket3/index.html
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title>Color Blanket</title>

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.10/p5.js"></script>
<script src="sketch.js"></script>
</head>

<body style="text-align:center; margin-top:50px; background-color:#000">
</body>

</html>
File renamed without changes.
13 changes: 0 additions & 13 deletions blocks.html

This file was deleted.

15 changes: 15 additions & 0 deletions blocks/index.html
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title>Block Layouts</title>

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.10/p5.js"></script>
<script src="sketch.js"></script>
</head>

<body style="text-align:center; margin-top:100px; background-color:#e6ffac">
</body>

</html>
File renamed without changes.
13 changes: 0 additions & 13 deletions blocks2.html

This file was deleted.

15 changes: 15 additions & 0 deletions blocks2/index.html
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title>Block Layouts 2</title>

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.10/p5.js"></script>
<script src="sketch.js"></script>
</head>

<body style="text-align:center; margin:100px 0; background-color:#142731">
</body>

</html>
File renamed without changes.
16 changes: 8 additions & 8 deletions sketches/gaussian.js → dist/gaussian.bundle.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions sketches/perlin.js → dist/perlin.bundle.js

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions fractured_square.html

This file was deleted.

15 changes: 15 additions & 0 deletions fractured_square/index.html
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title>Fractured Square</title>

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.10/p5.js"></script>
<script src="sketch.js"></script>
</head>

<body style="text-align:center; margin-top:100px; background:#181818;">
</body>

</html>
File renamed without changes.
13 changes: 0 additions & 13 deletions fractured_square2.html

This file was deleted.

15 changes: 15 additions & 0 deletions fractured_square2/index.html
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title>Black Square</title>

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.10/p5.js"></script>
<script src="sketch.js"></script>
</head>

<body style="text-align:center; margin-top:100px; background:#97a7a7;">
</body>

</html>
File renamed without changes.
Binary file removed g72.png
Binary file not shown.
12 changes: 0 additions & 12 deletions gaussian.html

This file was deleted.

15 changes: 15 additions & 0 deletions gaussian/index.html
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title>Gaussian Splatter</title>

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.10/p5.js"></script>
<script src="../dist/gaussian.bundle.js"></script>
</head>

<body style="text-align:center; margin-top:100px; background-color:#eee;">
</body>

</html>
File renamed without changes.
File renamed without changes.
13 changes: 0 additions & 13 deletions grid.html

This file was deleted.

15 changes: 15 additions & 0 deletions grid/index.html
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title>Organic Grid</title>

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.10/p5.js"></script>
<script src="sketch.js"></script>
</head>

<body style="text-align:center; margin-top:100px; background:#70cab0">
</body>

</html>
File renamed without changes.
13 changes: 0 additions & 13 deletions grid2.html

This file was deleted.

15 changes: 15 additions & 0 deletions grid2/index.html
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title>Color Grid</title>

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.10/p5.js"></script>
<script src="sketch.js"></script>
</head>

<body style="text-align:center; margin-top:100px; background:#222">
</body>

</html>
File renamed without changes.
13 changes: 0 additions & 13 deletions growth.html

This file was deleted.

15 changes: 15 additions & 0 deletions growth/index.html
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title>Space-Filling Tree</title>

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.10/p5.js"></script>
<script src="sketch.js"></script>
</head>

<body style="text-align:center; margin-top:65px; background-color:#fffae6">
</body>

</html>
File renamed without changes.
13 changes: 0 additions & 13 deletions growth2.html

This file was deleted.

15 changes: 15 additions & 0 deletions growth2/index.html
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title>Depth-First Flower</title>

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.10/p5.js"></script>
<script src="sketch.js"></script>
</head>

<body style="text-align:center; margin-top:65px; background-color:#252525">
</body>

</html>

0 comments on commit cff9530

Please sign in to comment.