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..4e32916 --- /dev/null +++ b/src/components/LastFm.astro @@ -0,0 +1,72 @@ +--- +--- + +
+ +
+

loading...

+ on loading...
+ by loading...
+ at +
+
+ + diff --git a/src/content/badges/badges.yml b/src/content/badges/badges.yml index 1725fc0..2f5ffa1 100644 --- a/src/content/badges/badges.yml +++ b/src/content/badges/badges.yml @@ -91,3 +91,7 @@ path: "./img/spax.gif" alt: "spax dot zone" href: "https://spax.zone" +- slug: "mini" + path: "./img/mini.png" + alt: "miniaturity" + href: "https://minipa.ws/" diff --git a/src/content/badges/img/mini.png b/src/content/badges/img/mini.png new file mode 100644 index 0000000..1fef46a Binary files /dev/null and b/src/content/badges/img/mini.png differ 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

+ + +