From 7707d8b7db5faeccc945b7206e8793748e2097c1 Mon Sep 17 00:00:00 2001 From: moonleay Date: Tue, 14 Nov 2023 23:38:56 +0100 Subject: [PATCH] WIP: temp commit in case my laptop explodes --- src/components/Footer.astro | 4 +-- src/components/ImageSection.astro | 14 ++++++---- src/components/NavBar.astro | 2 +- src/pages/index.astro | 2 +- src/styles/components/Footer.scss | 3 ++- src/styles/components/ImageSection.scss | 34 +++++++++++++++++++++++++ src/styles/pages/index.scss | 8 +++++- 7 files changed, 56 insertions(+), 11 deletions(-) create mode 100644 src/styles/components/ImageSection.scss diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 9439812..f94cc64 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -27,11 +27,11 @@ import '../styles/components/Footer.scss'

The Software

diff --git a/src/components/ImageSection.astro b/src/components/ImageSection.astro index 9c9b9bf..b2c18db 100644 --- a/src/components/ImageSection.astro +++ b/src/components/ImageSection.astro @@ -7,11 +7,15 @@ interface SectionProps { note: string; } const { imgUrl, imgAlt, title, description, note } = Astro.props; +import '../styles/components/ImageSection.scss' --- -
-

{title}

- {imgAlt} -

{description}

-

{note}

+
+
+
+

{title}

+ {imgAlt} +

{description}

+

{note}

+
diff --git a/src/components/NavBar.astro b/src/components/NavBar.astro index 9367e73..0953817 100644 --- a/src/components/NavBar.astro +++ b/src/components/NavBar.astro @@ -10,7 +10,7 @@ import '../styles/components/NavBar.scss'; src="https://static.moonleay.net/img/lilJuddWeb/logos/logox256.png" alt="The Bots Logo" /> - li'l Judd + li'l Judd