refactor: komplettsanierung
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 10s
Build & Deploy / 🧪 QA (push) Failing after 1m26s
Build & Deploy / 🏗️ Build (push) Failing after 3m19s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🩺 Health Check (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-02-17 01:56:15 +01:00
parent 4db820214b
commit 34b35e2f17
38 changed files with 1631 additions and 329 deletions

View File

@@ -3,6 +3,7 @@ import { H2, H3 } from "../../../ArticleHeading";
import { Paragraph, LeadParagraph } from "../../../ArticleParagraph";
import { IconList, IconListItem } from "../../../IconList";
import { Mermaid } from "../../../Mermaid";
import { DiagramPie } from "../../../DiagramPie";
import { Marker } from "../../../Marker";
import { ComparisonRow } from "../../../Landing/ComparisonRow";
@@ -56,6 +57,9 @@ export const GreenIT: React.FC = () => (
Energy --> Profit["Geringere Hosting-Kosten"]
style Profit fill:#4ade80,stroke:#333
style Impact fill:#4ade80,stroke:#333`}
id="green-it-efficiency"
title="Green IT Effizienz-Kreislauf"
showShare={true}
/>
<p className="text-center text-xs text-slate-400 mt-4 italic">
Die grüne Rendite: Effizienz in der Software führt direkt zu
@@ -104,6 +108,19 @@ export const GreenIT: React.FC = () => (
</IconListItem>
</IconList>
<DiagramPie
data={[
{ label: "Server Computing", value: 40 },
{ label: "Data Transfer", value: 30 },
{ label: "Client Rendering", value: 20 },
{ label: "Asset Storage", value: 10 },
]}
title="Website Energie-Verbrauch Breakdown"
caption="Wo Ihre Website Energie verbraucht: Optimierungspotenzial in jedem Bereich."
id="energy-consumption-pie"
showShare={true}
/>
<div className="my-12">
<ComparisonRow
description="Der Impact Ihres technologischen Fußabdrucks"