From fbaa0ab0fe191cb55484a32bbde8444b94cb01e1 Mon Sep 17 00:00:00 2001 From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> Date: Tue, 2 Jan 2024 12:40:46 -0500 Subject: [PATCH 1/6] feat: updated tagline --- src/components/Hero.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 454aa7c..e049236 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -2,8 +2,7 @@

Welcome To Purple Bubble!

- A Free and OpenSource Project Created and Maintained By The - Community + Opensource matrix client and cell phone carrier focused on privacy and security in an increasingly censored world
From 90301a31d7e44520ecc5ebf98099269332967f63 Mon Sep 17 00:00:00 2001 From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> Date: Tue, 2 Jan 2024 12:44:50 -0500 Subject: [PATCH 2/6] chore: removed card component --- src/components/Card.astro | 61 --------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 src/components/Card.astro diff --git a/src/components/Card.astro b/src/components/Card.astro deleted file mode 100644 index 4924058..0000000 --- a/src/components/Card.astro +++ /dev/null @@ -1,61 +0,0 @@ ---- -interface Props { - title: string; - body: string; - href: string; -} - -const { href, title, body } = Astro.props; ---- - - - From 2e771ce6a7b693513d7e4def6f853fbc9be5787e Mon Sep 17 00:00:00 2001 From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> Date: Tue, 2 Jan 2024 12:45:04 -0500 Subject: [PATCH 3/6] feat: updated meta tags --- src/layouts/Layout.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 3d382f9..024c382 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -12,12 +12,12 @@ import "../styles/globals.css"; From 81da2124172b3bbef0f899be591674da4efbef70 Mon Sep 17 00:00:00 2001 From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> Date: Tue, 2 Jan 2024 13:05:05 -0500 Subject: [PATCH 4/6] bug: fix grammar Co-authored-by: Samuel Fernandez <79737178+polypixeldev@users.noreply.github.com> Signed-off-by: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> --- src/components/Hero.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Hero.astro b/src/components/Hero.astro index e049236..8ec44cd 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -2,7 +2,7 @@

Welcome To Purple Bubble!

- Opensource matrix client and cell phone carrier focused on privacy and security in an increasingly censored world + An open-source matrix client and cell phone carrier focused on privacy and security in an increasingly censored world
From ac5b40b6d29bb926b250d2c9ee0c6028d169c562 Mon Sep 17 00:00:00 2001 From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> Date: Tue, 2 Jan 2024 13:05:32 -0500 Subject: [PATCH 5/6] chore: fix grammar Co-authored-by: Samuel Fernandez <79737178+polypixeldev@users.noreply.github.com> Signed-off-by: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> --- src/layouts/Layout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 024c382..f66d33b 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -12,7 +12,7 @@ import "../styles/globals.css"; Date: Tue, 2 Jan 2024 13:05:49 -0500 Subject: [PATCH 6/6] chore: fix grammar again Co-authored-by: Samuel Fernandez <79737178+polypixeldev@users.noreply.github.com> Signed-off-by: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> --- src/layouts/Layout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index f66d33b..775334a 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -17,7 +17,7 @@ import "../styles/globals.css";