diff --git a/public/music/Fallujah - Dreamless.mp3 b/public/music/Fallujah - Dreamless.mp3 new file mode 100644 index 0000000..641ec03 Binary files /dev/null and b/public/music/Fallujah - Dreamless.mp3 differ diff --git a/public/music/Invent Animate - Cloud Cascade.mp3 b/public/music/Invent Animate - Cloud Cascade.mp3 new file mode 100644 index 0000000..f0a7b63 Binary files /dev/null and b/public/music/Invent Animate - Cloud Cascade.mp3 differ diff --git a/public/music/Periphery - Juggernnaut Alpha.mp3 b/public/music/Periphery - Juggernnaut Alpha.mp3 new file mode 100644 index 0000000..45fb865 Binary files /dev/null and b/public/music/Periphery - Juggernnaut Alpha.mp3 differ diff --git a/public/styles.css b/public/styles.css index 31da331..cc8bb96 100644 --- a/public/styles.css +++ b/public/styles.css @@ -77,14 +77,52 @@ a:hover { iframe { border: none; - overflow: hidden } -#nowplayingwidget { +iframe.nowplaying { + width: 400px; + height: 170px; + +} + +div.nowplaying { position: fixed; bottom: 15px; left: 15px; - float: left; +} + +div.audiocard { + background-color: #51324A; + display: inline-flex; + text-align: left; + flex-direction: row; + box-sizing: border-box; + padding: 15px; + border-radius: 15px; +} + +div.audioinner { + padding-left: 15px; + display: inline-flex; + flex-direction: column; + justify-content: space-between; +} + +img.albumcoversmall { + height: 100px; + width: 90px; +} + + +div.audioinner a, +p { + margin: 5px; +} + +iframe.bandcamptracksmall { + border: 0; + width: 400px; + height: 42px } /*colors: diff --git a/template-music.html b/template-music.html index 83efad2..21c0294 100644 --- a/template-music.html +++ b/template-music.html @@ -16,19 +16,74 @@ home music +
+ +

{{music-heading}}

{{music-paragraph}}

-
- + +

djent

+
+ Album cover of Periphery's Juggernaut: Alpha +
+ +

Periphery - Rainbow Gravity

+ Juggernaut: Alpha + +
-

some music stats

- - - +

metalcore

+ +
+ Album cover of Invent Animate's Greyview +
+ +

Invent Animate - Cloud Cascade

+ Greyview + +
+
+ +

progressive metal

+ +
+ Album cover of Fallujah's Dreamless +
+ +

Fallujah - Dreamless

+ Dreamless + +
+
+ +

some music stats

+ + + + \ No newline at end of file