summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Shangreaux <shshoshin@protonmail.com>2020-03-21 15:23:29 -0500
committerGrant Shangreaux <shshoshin@protonmail.com>2020-03-21 15:23:29 -0500
commit5b954b09531cd3ebb3d5c9fe2c52641367ffca99 (patch)
tree1a2009d3e30a94470c4ca0bb518c86f95ebc869b
parentccdbbf5b019db977d121ca096873ce4ced2b6222 (diff)
Add: link to recordings page, move player to left side of element
-rw-r--r--index.html10
-rw-r--r--recordings.html2
2 files changed, 10 insertions, 2 deletions
diff --git a/index.html b/index.html
index 62bec28..49dfc7a 100644
--- a/index.html
+++ b/index.html
@@ -38,9 +38,17 @@
<div class="side">
<h3>Autumn</h3>
<a href="tape-deck.html?side=D">
- <img src="images/side-c.jpeg" class="tape">
+ <img src="images/side-c.jpeg" class="tape">
</a>
</div>
</div>
+ <div class="tape-container">
+ <div class="side">
+ <h3>More Music...</h3>
+ <a href="recordings.html">
+ <img src="images/famicom-recorder.jpeg" class="tape">
+ </a>
+ </div>
+ </div>
</body>
</html>
diff --git a/recordings.html b/recordings.html
index 0f87760..b65514d 100644
--- a/recordings.html
+++ b/recordings.html
@@ -8,7 +8,7 @@
<body>
<div class="intro">
<ul>
- <li>2020-03-21 Spring Piano Improv <audio controls src="audio/Piano_impr.wav" />
+ <li><audio controls src="audio/Piano_impr.wav" /> 2020-03-21 Spring Piano Improv</li>
</ul>
</div>
</body>