From 06a23f9bc39974bdafc90811eb7bbd114885c880 Mon Sep 17 00:00:00 2001 From: alexisreytech <89283739+alexisreytech@users.noreply.github.com> Date: Thu, 6 Aug 2026 15:42:26 -0500 Subject: [PATCH] Replace current mission image with updated svg version. --- astro/src/images/mission.svg | 286 ++++++++++++++++++++++++++++ astro/src/pages/about/mission.astro | 2 +- 2 files changed, 287 insertions(+), 1 deletion(-) create mode 100644 astro/src/images/mission.svg diff --git a/astro/src/images/mission.svg b/astro/src/images/mission.svg new file mode 100644 index 00000000..23232259 --- /dev/null +++ b/astro/src/images/mission.svg @@ -0,0 +1,286 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/astro/src/pages/about/mission.astro b/astro/src/pages/about/mission.astro index c10fa7f6..2180eb67 100644 --- a/astro/src/pages/about/mission.astro +++ b/astro/src/pages/about/mission.astro @@ -28,7 +28,7 @@ const crumbs: Breadcrumbs = [ }, ]; -import missionImage from "../../images/mission.png"; +import missionImage from "../../images/mission.svg"; // https://thenounproject.com/photo/business-partners-discussing-work-arranging-business-papers-and-charts-on-floor-bYWo15/ import partnerImage from "../../images/np_Business-partners-discussing-work-arranging-business-papers-and-charts-on-floor_bYWo15_large.jpg"; ---