diff --git a/index.html b/index.html index eae2eed..b9e7f00 100644 --- a/index.html +++ b/index.html @@ -54,15 +54,57 @@ .l:hover { background-color: #F3D8D6; } + .description { + font-weight: 600; + } + .section { + margin-bottom: 2em; + } + .gridify { + display: inline-block; + width: 250px; + height: 250px; + margin-right: 5px; + } + .gridify img { + width: 250px; + height: 250px; +}

Veit's Art

-

Thoughts on Georgi Voronoi, Ryoji Ikeda, Robert Brown, and Ken Perlin.

+
+

+ Noise: + Thoughts on Georgi Voronoi, Ryoji Ikeda, Robert Brown, and Ken Perlin. + Made with WebGL. +

-

Something may happen if you hover over the images.

+

Something may happen if you hover over the images.

+ +
+
+ +
+

+ Lines: + Grids, infinite and infinitessimal. + Made with p5js. +

+ +
+ + + +
+
+ + + +
+
-

Other

Of note:

diff --git a/static/perlin_circle.png b/static/perlin_circle.png new file mode 100644 index 0000000..18248f4 Binary files /dev/null and b/static/perlin_circle.png differ diff --git a/static/scribbles.png b/static/scribbles.png new file mode 100644 index 0000000..f569a2d Binary files /dev/null and b/static/scribbles.png differ