summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorGrant Shangreaux <shshoshin@protonmail.com>2020-01-04 20:04:08 -0600
committerGrant Shangreaux <shshoshin@protonmail.com>2020-01-04 20:04:08 -0600
commit533b33bb54e76b37ceb5767f234449cfedbb3cfd (patch)
tree6fb1b61e843603d96b9a2105ae44a48fd139eb52 /index.html
parentf6086f86cbc23fc0db538feafdda9e020e1763c8 (diff)
Add: mp3s -> ogg, note on the index, and tape-start sfx
Diffstat (limited to 'index.html')
-rw-r--r--index.html21
1 files changed, 15 insertions, 6 deletions
diff --git a/index.html b/index.html
index 8236d1e..09d1da6 100644
--- a/index.html
+++ b/index.html
@@ -5,11 +5,20 @@
<title>Tapes</title>
</head>
<body>
- <a href="tape-deck.html?side=A">
- <img src="images/side-a.jpeg">
- </a>
- <a href="tape-deck.html?side=B">
- <img src="images/side-b.jpeg">
- </a>
+ <div>
+ <p>
+ Still in the works, but you can listen to the music of my 2019 music journal.
+ I intend to add writings to add to the musical/life journey of the past year.
+ More tapes will be added to the collection over time. Enjoy! sh.sh.
+ </p>
+ </div>
+ <div display="flex">
+ <a href="tape-deck.html?side=A">
+ <img src="images/side-a.jpeg">
+ </a>
+ <a href="tape-deck.html?side=B">
+ <img src="images/side-b.jpeg">
+ </a>
+ </div>
</body>
</html>