Skip to content

Commit c7853ec

Browse files
committed
feat: Update GSF description to introduce the SOFT framework and refine hero section layout and timeline active state.
1 parent eef380f commit c7853ec

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

src/components/about-gsf.astro

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,20 @@ import { Button } from "@/components/ui/button";
1515
About the Green Software Foundation
1616
</h2>
1717
<p class="mb-4 text-primary-darkest">
18-
WDPC is being developed by the Green Software Foundation (GSF), a nonprofit consortium
19-
under the Linux Foundation dedicated to building a future where software has zero harmful
20-
environmental impact. With steering members including Accenture, Avanade, BCG X, Cisco,
21-
Google, Microsoft, NTT Data, Siemens, and UBS, GSF brings together industry leaders to
22-
create open standards that make sustainable computing achievable at scale.
18+
The SOFT framework is developed and maintained by the Green Software Foundation (GSF), a
19+
nonprofit consortium under the Linux Foundation dedicated to building a future where
20+
software has zero harmful environmental impact. With steering members including Accenture,
21+
Avanade, BCG X, Cisco, Google, Microsoft, NTT Data, Siemens, and UBS, GSF unites industry
22+
leaders to create practical standards and frameworks that make sustainable software
23+
achievable for organizations of all sizes.
2324
</p>
2425
<p class="mb-6 text-primary-darkest">
25-
Beyond WDPC, the foundation maintains the ISO-certified Software Carbon Intensity (SCI)
26-
specification, develops open-source tools like the Impact Framework and Carbon Aware SDK,
27-
and has trained over 130,000 practitioners in green software principles worldwide. GSF's
28-
standards and tools are already in production at organizations globally, proving that
29-
performance and sustainability can work together.
26+
GSF's proven track record includes the ISO-certified Software Carbon Intensity (SCI)
27+
specification already in use globally, open-source tools like the Impact Framework and
28+
Carbon Aware SDK, and training programs that have reached over 130,000 practitioners
29+
worldwide. SOFT builds on this foundation, providing the organizational transformation
30+
framework that turns individual green software practices into systematic, measurable
31+
change.
3032
</p>
3133
<a
3234
href="https://greensoftware.foundation/manifesto"

src/components/hero.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { Button } from "@/components/ui/button";
33
---
44

5-
<section class="py-12 md:py-18 lg:py-20">
5+
<section class="py-10">
66
<div class="container">
77
<div class="grid grid-cols-1 gap-x-20 gap-y-12 md:gap-y-16 lg:grid-cols-2 lg:items-center">
88
<div>
@@ -32,7 +32,7 @@ import { Button } from "@/components/ui/button";
3232
<img src="/assets/hero.svg" class="shrink-0 object-cover" />
3333
</div>
3434
</div>
35-
<div class="mt-28 hidden lg:flex lg:items-center lg:justify-center">
35+
<div class="mt-10 hidden lg:flex lg:items-center lg:justify-center">
3636
<canvas id="gsf-scroll" style="width: 36px; height: 70px;"></canvas>
3737
</div>
3838
</div>

src/components/timeline.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const timelineItems = [
5252
<TimelineTrack
5353
client:load
5454
count={timelineItems.length}
55-
activeIndex={3}
55+
activeIndex={0}
5656
segments={[
5757
{ start: "2024-01-01", end: "2024-03-31" },
5858
{ start: "2024-04-01", end: "2024-06-30" },

0 commit comments

Comments
 (0)