From bb81f6f2a03c782198de3dce07dc6487d1c58e91 Mon Sep 17 00:00:00 2001 From: marco Date: Fri, 24 Apr 2026 02:07:08 +0200 Subject: [PATCH] added music stats to site --- content.yaml | 12 +++++++++++- public/styles.css | 25 +++++++++++++++++++++++-- template-music.html | 11 ++++++++++- 3 files changed, 44 insertions(+), 4 deletions(-) diff --git a/content.yaml b/content.yaml index 772e55b..dbfb455 100644 --- a/content.yaml +++ b/content.yaml @@ -17,7 +17,7 @@ index: Will this website win a beauty contest? No.
But at least there's a human behind it." de: - page-title: "Persönliche Webseite" + page-title: "Marco's Homepage" introduction-heading: "Hi, ich bin Marco" introduction-subheading: "und das ist meine Webseite" about-paragraph: "Ich bin Softwareentwickler aus Deutschland.
@@ -36,6 +36,16 @@ index: music: en: + page-title: "Marco's music taste" music-heading: "my taste in music" + lang-short: en + music-paragraph: "I mostly listen to metal, more specifically djent, progressive, death, black and core. + Outside of metal I like post-hardcore, post-rock, shoegaze, (german) indie pop and some songs from lots of other genres. + On this page I'll list some Bands, Albums and Songs that I like, as well as display some music stats." de: music-heading: "mein Musikgeschmack" + page-title: "Marco's musikgeschmack" + lang-short: de + music-paragraph: "I mostly listen to metal, more specifically djent, progressive, death, black and core. + Outside of metal I like post-hardcore, post-rock, shoegaze, (german) indie pop and some songs from lots of other genres. + On this page I'll list some Bands, Albums and Songs that I like, as well as display some music stats." diff --git a/public/styles.css b/public/styles.css index 1de0df1..9a309f6 100644 --- a/public/styles.css +++ b/public/styles.css @@ -1,6 +1,6 @@ body { text-align: center; - background-color: #222222; + background-color: #221826; } h1, @@ -61,4 +61,25 @@ a { a:hover { color: #D0A7DF -} \ No newline at end of file +} + +iframe { + border: none; + overflow: hidden +} + +#nowplayingwidget { + position: fixed; + bottom: 15px; + left: 15px; + float: left; +} + +/*colors: +#221826 +#51324A +#804C6E +#DD7FB6 +#D0A7DF +#DDDDEE +*/ \ No newline at end of file diff --git a/template-music.html b/template-music.html index efaa401..83efad2 100644 --- a/template-music.html +++ b/template-music.html @@ -6,8 +6,8 @@ {{page-title}} - +
{{language-switcher}}
@@ -19,7 +19,16 @@

{{music-heading}}

+

{{music-paragraph}}

+
+ +
+ +

some music stats

+ + + \ No newline at end of file