diff --git a/src/assets/martin-bittmann-achitektenkammer.png b/src/assets/martin-bittmann-achitektenkammer.png new file mode 100644 index 0000000..f2d6298 Binary files /dev/null and b/src/assets/martin-bittmann-achitektenkammer.png differ diff --git a/src/assets/notion/8715e20d-a258-4e39-a6e9-3e4b6f2076d7/martin-bittmann-achitektenkammer.png b/src/assets/notion/8715e20d-a258-4e39-a6e9-3e4b6f2076d7/martin-bittmann-achitektenkammer.png new file mode 100644 index 0000000..f2d6298 Binary files /dev/null and b/src/assets/notion/8715e20d-a258-4e39-a6e9-3e4b6f2076d7/martin-bittmann-achitektenkammer.png differ diff --git a/src/components/ExpandButton.astro b/src/components/ExpandButton.astro index 50b45f1..6328b0e 100644 --- a/src/components/ExpandButton.astro +++ b/src/components/ExpandButton.astro @@ -29,10 +29,10 @@ const { buttonText, buttonLink, id } = Astro.props; diff --git a/src/pages/index.astro b/src/pages/index.astro index 3e0c5ee..52bf5fe 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -33,11 +33,15 @@ const posts = await getAllPosts(); loading="eager" /> -
-

- gestaltet Systeme, Prozesse und Räume – für lebenswerte Städte und - klimafreundliche Gebäude. -

+
+
+

+ gestaltet Systeme, Prozesse und Räume – für lebenswerte Städte und + klimafreundliche Gebäude. +

+

@@ -61,9 +65,11 @@ const posts = await getAllPosts();

-
+
-

+

ist als technologiegestützte Nachhaltigkeitsberatung Ihr Sparringspartner auf dem Weg zur Klimaneutralität – mit interdisziplinärer Kompetenz und einem ganzheitlichen Ansatz. @@ -326,6 +332,7 @@ const posts = await getAllPosts(); .animation02 { margin: 0; + padding: 0; } .svg-action-card { @@ -340,6 +347,8 @@ const posts = await getAllPosts(); } .workshop-cards { + flex-direction: column; + gap: 1rem; width: calc( 100% - var(--left-padding-mobile) - var(--right-padding-mobile) ); @@ -349,7 +358,7 @@ const posts = await getAllPosts(); } .svg-action-card { - width: clamp(80px, 30svw, 300px); + width: clamp(80px, 60svw, 300px); } } diff --git a/src/pages/ourwork/index.astro b/src/pages/ourwork/index.astro index c495c2f..ab07e5f 100644 --- a/src/pages/ourwork/index.astro +++ b/src/pages/ourwork/index.astro @@ -2,7 +2,6 @@ import BaseLayout from "../../layouts/BaseLayout.astro"; import { formatDate } from "../../utils/getPostData.ts"; import { Image } from "astro:assets"; - import { getAllPosts } from "../../lib/notion/client.ts"; import { importCoverImage } from "../../lib/blog-helpers.ts"; @@ -17,8 +16,6 @@ const publicImage = `/images/heroRendering.webp`; const images = await Astro.glob( "/src/assets/notion/**/*.{png,jpg,jpeg,avif,webp}" ); -// console.dir(posts); -// console.dir(images); ---