summaryrefslogtreecommitdiff
path: root/index.html
blob: 81cdfe762e6e50d7903a2f6c0d199b5f6530a04f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <link rel="stylesheet" type="text/css" href="style.css?version=3">
    <link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/gnu-unifont" type="text/css"/>
    <title>Tapes</title>
  </head>
  <body>
    <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. Click on a tape to put
        it in the "tape deck" and then press play. Enjoy!  sh.sh.
      </p>
    </div>
    <div class="tape-container">
      <div class="side">
        <h3>Winter</h3>
        <a href="tape-deck.html?side=A">
          <img src="images/side-a.jpeg" class="tape">
        </a>
      </div>
      <div class="side">
        <h3>Spring</h3>
        <a href="tape-deck.html?side=B">
          <img src="images/side-b.jpeg" class="tape">
        </a>
      </div>
    </div>
    <div class="tape-container">
      <div class="side">
        <h3>Summer</h3>
        <a href="tape-deck.html?side=C">
          <img src="images/side-c.jpeg" class="tape">
        </a>
      </div>
      <div class="side">
        <h3>Autumn</h3>
        <a href="tape-deck.html?side=D">
          <img src="images/side-c.jpeg" class="tape">
        </a>
      </div>
    </div>
    <div class="side">
      <h3>More Music...</h3>
      <a href="recordings.html">
        <img src="images/famicom-recorder.jpeg" class="img-center">
      </a>
    </div>
  </body>
</html>