From c3e6e858697cb37cd5c64ae043702185c463d603 Mon Sep 17 00:00:00 2001
From: Jenya-design <69306070+Jenya-design@users.noreply.github.com>
Date: Fri, 12 Jun 2026 17:41:55 +0200
Subject: [PATCH 1/2] Add files via upload
Signed-off-by: Jenya-design <69306070+Jenya-design@users.noreply.github.com>
---
public/assets/SEE-actions.svg | 543 +++++++++++++++++++++++++++++++++
public/assets/SEE-hero.svg | 454 +++++++++++++++++++++++++++
public/assets/SEE-what.svg | 555 ++++++++++++++++++++++++++++++++++
3 files changed, 1552 insertions(+)
create mode 100644 public/assets/SEE-actions.svg
create mode 100644 public/assets/SEE-hero.svg
create mode 100644 public/assets/SEE-what.svg
diff --git a/public/assets/SEE-actions.svg b/public/assets/SEE-actions.svg
new file mode 100644
index 00000000..abc0d542
--- /dev/null
+++ b/public/assets/SEE-actions.svg
@@ -0,0 +1,543 @@
+
+
\ No newline at end of file
diff --git a/public/assets/SEE-hero.svg b/public/assets/SEE-hero.svg
new file mode 100644
index 00000000..5b7e1b4c
--- /dev/null
+++ b/public/assets/SEE-hero.svg
@@ -0,0 +1,454 @@
+
+
\ No newline at end of file
diff --git a/public/assets/SEE-what.svg b/public/assets/SEE-what.svg
new file mode 100644
index 00000000..0da9b45c
--- /dev/null
+++ b/public/assets/SEE-what.svg
@@ -0,0 +1,555 @@
+
+
\ No newline at end of file
From 1a2ee94ad19ff1136b4c191e5bb304121280a424 Mon Sep 17 00:00:00 2001
From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com>
Date: Fri, 12 Jun 2026 15:59:37 +0000
Subject: [PATCH 2/2] Use new SEE illustrations on Software Energy Efficiency
page
Point the hero, 'What is SEE?', and Sustainability Actions illustrations
to the new SEE-specific assets instead of the shared SCI assets.
Co-authored-by: Jenya-design
---
src/pages/standards/see/index.astro | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/pages/standards/see/index.astro b/src/pages/standards/see/index.astro
index b1342fad..dd40a375 100644
--- a/src/pages/standards/see/index.astro
+++ b/src/pages/standards/see/index.astro
@@ -65,7 +65,7 @@ const carouselArticles = (await getCollection("articles", (a) => a.data.publishe
{ text: "View the Project", variant: "primary", href: "https://directory.greensoftware.foundation/projects/see/" },
{ text: "Get Involved", variant: "outline", href: "https://directory.greensoftware.foundation/projects/see/" },
]}
- imageSrc="/assets/standards/sci/hero-illustration.svg"
+ imageSrc="/assets/SEE-hero.svg"
imageAlt="SEE illustration"
bgClass="bg-accent-lightest-2"
id="overview"
@@ -75,7 +75,7 @@ const carouselArticles = (await getCollection("articles", (a) => a.data.publishe
@@ -156,7 +156,7 @@ const carouselArticles = (await getCollection("articles", (a) => a.data.publishe
headingAccent="Actions"
headingStyle="light"
body="All actions that reduce an SEE score fit into two categories: energy efficiency (making software use less electricity for the same function) and hardware efficiency (making software use fewer physical resources for the same function). The specification is designed to encourage more of these actions during the design, development, and maintenance of software."
- imageSrc="/assets/standards/sci/why-wdpc-feat-2.svg"
+ imageSrc="/assets/SEE-actions.svg"
imageAlt="Sustainability actions illustration"
reversed
bgClass="bg-accent-lightest-2"