(require-library 3e8-html)

(render-page
 "3e8.org - Music"

 (navskip)
 (call-resp (category 'music)
            "Nearly-random notes.")

 (navbar 'music)
 
 `(div (@ (id "content"))
       (div (@ (id "main"))
            (dl (dt ,(link "/pub/music/fabul-vs.mp3" "Fabul vs. Calbrena"))
                ;; (dd "Piano remix of the Fabul and Calbrena themes from Final Fantasy 2 for the SNES.")
                (dt ,(link "/pub/music/sixth.mp3" "Sixth Shooter"))
                ;; (dd "Glorious 8-bit music written for my (never finished) Dreamcast shooter.  Derived from a few bars of Tchaikowsky's Sixth.")
                (dt ,(link "/pub/music/falling.mp3" "Falling"))
                ;; (dd "Tune running through my head for ages.")
                (dt ,(link "/pub/music/daybreak.mp3" "Daybreak"))
                ;; (dd "This continues my unbroken streak of very short songs.")
                (dt ,(link "/pub/music/topdown.mp3" "Top down"))
                (dt ,(link "/pub/music/foreboding.mp3" "Foreboding"))
                (dt ,(link "/pub/music/desynch.mp3" "Desynchronosis"))
                (dt ,(link "/pub/music/necessity.mp3" "Necessity's son"))))
       ,(sidebar)))
