From 923a23d0eaef1c6aad1794602dbb5d5fb064187f Mon Sep 17 00:00:00 2001 From: Naa Ashiorkor Nortey Date: Mon, 28 Apr 2025 21:26:40 +0300 Subject: [PATCH 1/2] Added new update card for first time speakers' workshop --- src/components/sections/updates.astro | 2 +- src/content/deadlines/06_mentorship.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 src/content/deadlines/06_mentorship.md diff --git a/src/components/sections/updates.astro b/src/components/sections/updates.astro index f3b1135ca..689ab47be 100644 --- a/src/components/sections/updates.astro +++ b/src/components/sections/updates.astro @@ -9,7 +9,7 @@ let deadlines = await getCollection("deadlines"); deadlines = deadlines .sort((a, b) => a.slug.localeCompare(b.slug)) .reverse() - .slice(0, 5); + .slice(0, 6); ---
diff --git a/src/content/deadlines/06_mentorship.md b/src/content/deadlines/06_mentorship.md new file mode 100644 index 000000000..9a1481b44 --- /dev/null +++ b/src/content/deadlines/06_mentorship.md @@ -0,0 +1,8 @@ +--- +title: Speakers' Workshop +subtitle: Register Now! +url: https://forms.gle/T8rc73sbyu3KbLNKA +image: "mentorship1.jpg" +--- + +An online panel session with experienced community members sharing advice for **first-time and returning speakers**. \ No newline at end of file From 49ec144a424483baec76366e5ccb337836a565b5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 18:35:29 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/content/deadlines/06_mentorship.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/deadlines/06_mentorship.md b/src/content/deadlines/06_mentorship.md index 9a1481b44..3f5b57c16 100644 --- a/src/content/deadlines/06_mentorship.md +++ b/src/content/deadlines/06_mentorship.md @@ -5,4 +5,5 @@ url: https://forms.gle/T8rc73sbyu3KbLNKA image: "mentorship1.jpg" --- -An online panel session with experienced community members sharing advice for **first-time and returning speakers**. \ No newline at end of file +An online panel session with experienced community members sharing advice for +**first-time and returning speakers**.