summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorGrant Shangreaux <shshoshin@protonmail.com>2020-01-05 15:51:39 -0600
committerGrant Shangreaux <shshoshin@protonmail.com>2020-01-05 15:51:39 -0600
commit4556713ef0f4500974a20e649aeeb0630e6a55b2 (patch)
tree3c276f8ecdc506a599d9c7fb8f0f3bc65d680055 /index.html
parent342e7e1f216eef419e32ba8763a4a76a396341eb (diff)
Add: files i forgot to commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/index.html b/index.html
index 13eedb0..e14179f 100644
--- a/index.html
+++ b/index.html
@@ -1,23 +1,24 @@
<!DOCTYPE html>
<html lang=en>
- <head>
- <meta charset=UTF-8>
+ <head>
+ <meta charset=UTF-8>
+ <link rel="stylesheet" type="text/css" href="style.css">
<title>Tapes</title>
</head>
<body>
- <div>
+ <div class="intro">
<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" flex-direction="row">
+ <div class="tape-container">
<a href="tape-deck.html?side=A">
- <img src="images/side-a.jpeg">
+ <img src="images/side-a.jpeg" class="tape">
</a>
<a href="tape-deck.html?side=B">
- <img src="images/side-b.jpeg">
+ <img src="images/side-b.jpeg" class="tape">
</a>
</div>
</body>