From 8307cc34a1c4e6579c78efd5d5a9d567452beb27 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Tue, 13 Aug 2024 20:56:47 +0200 Subject: init: initial commit --- img/bg.jpg | Bin 0 -> 43409 bytes index.html | 17 +++++++++++++++++ style.css | 8 ++++++++ 3 files changed, 25 insertions(+) create mode 100644 img/bg.jpg create mode 100644 index.html create mode 100644 style.css diff --git a/img/bg.jpg b/img/bg.jpg new file mode 100644 index 0000000..68021ed Binary files /dev/null and b/img/bg.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..26a2baf --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ + + + Visual Audio Art + + + + +

MIDI Art, and other forms of audio GFX

+

MIDI notes pixel art

+

Waveform art

+

Oscilloscope shenanigans

+

Audio visualizers

+

Graphs

+

Circles

+

Windows Media Player

+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..951a020 --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ +body { + background: url("img/bg.jpg"); + color: beige; +} + +h1 { + filter: drop-shadow(0.4em 0.4em 0 #a794ff); +} -- cgit v1.2.3