From: Athene Allen Date: Mon, 3 Mar 2025 18:55:45 +0000 (+0000) Subject: add music i've made diversion X-Git-Url: https://fortfriendship.online/gitweb/gnargle.github.io.git/commitdiff_plain/3883d05982abb366c38285602e60f85636564571?ds=sidebyside add music i've made diversion --- diff --git a/diversions/music/groovin in the tavern.mp3 b/diversions/music/groovin in the tavern.mp3 new file mode 100644 index 0000000..89e0677 Binary files /dev/null and b/diversions/music/groovin in the tavern.mp3 differ diff --git a/diversions/musicivemade.html b/diversions/musicivemade.html new file mode 100644 index 0000000..7bfdb43 --- /dev/null +++ b/diversions/musicivemade.html @@ -0,0 +1,74 @@ + + + + + Music I've Made + + + + + + + + + +
+ +
+
+
+ Home +
+

Music I've Made

+

02/03/2025

+
+
+

+ I am by no means a professional, but I like to mess around with + 'toy synths,' the kind of thing that Teenage Engineering make. + That isn't the OP-1, anyway. +

+

+ I got their EP-1320 recently and it's a delightful bit of kit in + the same way their pocket operators are. Basically takes a lot + of the pain and sufferring out of composing music and allows you + to build up a beat from first principles. It's fun! +

+

+ There's not much memory on the thing tho so I'm dropping 'done' + tracks here. Maybe I'll collect them in an album if I make + enough one day. +

+
+
+

Groovin' In The Tavern

+ +
+
+
+
+ + +
+ + diff --git a/index.html b/index.html index 5d18cb8..3d23335 100644 --- a/index.html +++ b/index.html @@ -100,6 +100,12 @@ >

↪ List of Games (updated 01/03/2025)

+
+ +

Music I've Made

+
+

2025

+
diff --git a/main.css b/main.css index 8304056..b38ff78 100644 --- a/main.css +++ b/main.css @@ -7,6 +7,16 @@ font-family: 'Source Code Pro', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } +.audio-block { + display: flex; + padding-top: 5px; + padding-bottom: 5px; +} + +.audio-title { + flex: 1; +} + body { font-family: 'Source Code Pro', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: bisque;