From f316b68f72bfc29ed610f625976131fceb448c07 Mon Sep 17 00:00:00 2001
From: Mitja Felicijan
Date: Wed, 20 Dec 2023 14:01:40 +0100
Subject: Added audio to homepage
---
...f inter-dimensional people with loud clocks.ogg | Bin 6496062 -> 0 bytes
... - A planet where every organism is a plant.ogg | Bin 4460418 -> 0 bytes
...s having a fit and reprogramming your brain.ogg | Bin 5999840 -> 0 bytes
... Neobrutalism and the search for a monolith.ogg | Bin 7982562 -> 0 bytes
...wo black holes conversing about the weather.ogg | Bin 7972852 -> 0 bytes
...f-inter-dimensional-people-with-loud-clocks.mp3 | Bin 0 -> 7365430 bytes
...an-a-planet-where-every-organism-is-a-plant.mp3 | Bin 0 -> 6187459 bytes
...s-having-a-fit-and-reprogramming-your-brain.mp3 | Bin 0 -> 7263917 bytes
...-neobrutalism-and-the-search-for-a-monolith.mp3 | Bin 0 -> 4548880 bytes
...wo-black-holes-conversing-about-the-weather.mp3 | Bin 0 -> 7895882 bytes
index.html | 22 ++++++++++++++++++++-
11 files changed, 21 insertions(+), 1 deletion(-)
delete mode 100644 assets/audio/Mitja Felicijan - A bunch of inter-dimensional people with loud clocks.ogg
delete mode 100644 assets/audio/Mitja Felicijan - A planet where every organism is a plant.ogg
delete mode 100644 assets/audio/Mitja Felicijan - Bio implants having a fit and reprogramming your brain.ogg
delete mode 100644 assets/audio/Mitja Felicijan - Neobrutalism and the search for a monolith.ogg
delete mode 100644 assets/audio/Mitja Felicijan - Two black holes conversing about the weather.ogg
create mode 100644 assets/audio/mitja-felicijan-a-bunch-of-inter-dimensional-people-with-loud-clocks.mp3
create mode 100644 assets/audio/mitja-felicijan-a-planet-where-every-organism-is-a-plant.mp3
create mode 100644 assets/audio/mitja-felicijan-bio-implants-having-a-fit-and-reprogramming-your-brain.mp3
create mode 100644 assets/audio/mitja-felicijan-neobrutalism-and-the-search-for-a-monolith.mp3
create mode 100644 assets/audio/mitja-felicijan-two-black-holes-conversing-about-the-weather.mp3
diff --git a/assets/audio/Mitja Felicijan - A bunch of inter-dimensional people with loud clocks.ogg b/assets/audio/Mitja Felicijan - A bunch of inter-dimensional people with loud clocks.ogg
deleted file mode 100644
index e119de2..0000000
Binary files a/assets/audio/Mitja Felicijan - A bunch of inter-dimensional people with loud clocks.ogg and /dev/null differ
diff --git a/assets/audio/Mitja Felicijan - A planet where every organism is a plant.ogg b/assets/audio/Mitja Felicijan - A planet where every organism is a plant.ogg
deleted file mode 100644
index 6cef4af..0000000
Binary files a/assets/audio/Mitja Felicijan - A planet where every organism is a plant.ogg and /dev/null differ
diff --git a/assets/audio/Mitja Felicijan - Bio implants having a fit and reprogramming your brain.ogg b/assets/audio/Mitja Felicijan - Bio implants having a fit and reprogramming your brain.ogg
deleted file mode 100644
index 1324fc4..0000000
Binary files a/assets/audio/Mitja Felicijan - Bio implants having a fit and reprogramming your brain.ogg and /dev/null differ
diff --git a/assets/audio/Mitja Felicijan - Neobrutalism and the search for a monolith.ogg b/assets/audio/Mitja Felicijan - Neobrutalism and the search for a monolith.ogg
deleted file mode 100644
index abd94f0..0000000
Binary files a/assets/audio/Mitja Felicijan - Neobrutalism and the search for a monolith.ogg and /dev/null differ
diff --git a/assets/audio/Mitja Felicijan - Two black holes conversing about the weather.ogg b/assets/audio/Mitja Felicijan - Two black holes conversing about the weather.ogg
deleted file mode 100644
index 2f01b12..0000000
Binary files a/assets/audio/Mitja Felicijan - Two black holes conversing about the weather.ogg and /dev/null differ
diff --git a/assets/audio/mitja-felicijan-a-bunch-of-inter-dimensional-people-with-loud-clocks.mp3 b/assets/audio/mitja-felicijan-a-bunch-of-inter-dimensional-people-with-loud-clocks.mp3
new file mode 100644
index 0000000..773323c
Binary files /dev/null and b/assets/audio/mitja-felicijan-a-bunch-of-inter-dimensional-people-with-loud-clocks.mp3 differ
diff --git a/assets/audio/mitja-felicijan-a-planet-where-every-organism-is-a-plant.mp3 b/assets/audio/mitja-felicijan-a-planet-where-every-organism-is-a-plant.mp3
new file mode 100644
index 0000000..22e9617
Binary files /dev/null and b/assets/audio/mitja-felicijan-a-planet-where-every-organism-is-a-plant.mp3 differ
diff --git a/assets/audio/mitja-felicijan-bio-implants-having-a-fit-and-reprogramming-your-brain.mp3 b/assets/audio/mitja-felicijan-bio-implants-having-a-fit-and-reprogramming-your-brain.mp3
new file mode 100644
index 0000000..7cb6fc9
Binary files /dev/null and b/assets/audio/mitja-felicijan-bio-implants-having-a-fit-and-reprogramming-your-brain.mp3 differ
diff --git a/assets/audio/mitja-felicijan-neobrutalism-and-the-search-for-a-monolith.mp3 b/assets/audio/mitja-felicijan-neobrutalism-and-the-search-for-a-monolith.mp3
new file mode 100644
index 0000000..840ceaf
Binary files /dev/null and b/assets/audio/mitja-felicijan-neobrutalism-and-the-search-for-a-monolith.mp3 differ
diff --git a/assets/audio/mitja-felicijan-two-black-holes-conversing-about-the-weather.mp3 b/assets/audio/mitja-felicijan-two-black-holes-conversing-about-the-weather.mp3
new file mode 100644
index 0000000..e64af17
Binary files /dev/null and b/assets/audio/mitja-felicijan-two-black-holes-conversing-about-the-weather.mp3 differ
diff --git a/index.html b/index.html
index 23f6284..fa65e99 100644
--- a/index.html
+++ b/index.html
@@ -57,5 +57,25 @@ until it surrenders its mysteries to you.
Neobrutalism and the search for a monolith
+
+
A bunch of inter-dimensional people with loud clocks
+
+
+
A planet where every organism is a plant
+
+
+
Bio implants having a fit and reprogramming your brain