From f1e80ebb300fd4aaa085a9c59005c2e817963590 Mon Sep 17 00:00:00 2001 From: reidlab Date: Thu, 12 Feb 2026 00:51:19 -0800 Subject: [PATCH] the scrobblerrr --- src/components/Card.astro | 1 - src/components/LastFm.astro | 66 +++++++++++++++++++++++++++++++++++++ src/pages/index.astro | 4 +++ 3 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 src/components/LastFm.astro diff --git a/src/components/Card.astro b/src/components/Card.astro index b60d3d7..060a652 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -21,7 +21,6 @@ const { title } = Astro.props; } .card { - width: fit-content; /* the golden rule i think */ /* max-width: 800px is my everything */ max-width: 800px; diff --git a/src/components/LastFm.astro b/src/components/LastFm.astro new file mode 100644 index 0000000..42f77ff --- /dev/null +++ b/src/components/LastFm.astro @@ -0,0 +1,66 @@ +--- +--- + +
+ +
+

loading...

+ on loading...
+ by loading...
+ at +
+
+ + diff --git a/src/pages/index.astro b/src/pages/index.astro index 85f3a87..810be4c 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,6 +3,7 @@ import Layout from "../layouts/Layout.astro"; import Card from "../components/Card.astro"; import Badges from "../components/Badges.astro"; +import LastFm from "../components/LastFm.astro"; --- @@ -11,6 +12,9 @@ import Badges from "../components/Badges.astro";

this site was made as a dumping grounds for whatever i decide to put on here eventually, more coming soon, i promise!! the whole thing as a whole is still a work in progress

feel free to look around, and if you have any questions, feel free to ask me on my socials or contact me directly

+ + +