diff --git a/src/components/Footer.astro b/src/components/Footer.astro index eb80550b6..db0e79211 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -8,10 +8,8 @@ const buildTimestamp = __TIMESTAMP__; const gitVersion = __GIT_VERSION__; --- -
- -
- - diff --git a/src/components/Header.astro b/src/components/Header.astro index de0d13ed0..d01e07e24 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -3,6 +3,7 @@ import { promises as fs } from "fs"; import { NavItems } from "@components/nav-items"; import HeaderActions from "@components/header/header-actions.astro"; import HeaderLogo from "@components/header/header-logo.astro"; +import Search from "@components/Search.astro"; import links from "../data/links.json"; --- @@ -54,4 +55,5 @@ import links from "../data/links.json"; /> + diff --git a/src/components/button-link/button-link.astro b/src/components/button-link/button-link.astro index 7202882c4..7009bb5f8 100644 --- a/src/components/button-link/button-link.astro +++ b/src/components/button-link/button-link.astro @@ -22,7 +22,7 @@ const resolvedIsExternal = --- - - { - resolvedIsExternal && ( - - ) - } diff --git a/src/components/card/card.astro b/src/components/card/card.astro index 5312f3ff2..7d86d5c1b 100644 --- a/src/components/card/card.astro +++ b/src/components/card/card.astro @@ -14,7 +14,7 @@ const { title, subtitle, url, image } = Astro.props; ---
@@ -29,7 +29,7 @@ const { title, subtitle, url, image } = Astro.props;
- +

{title}

diff --git a/src/components/hero/hero.astro b/src/components/hero/hero.astro deleted file mode 100644 index 29e7c18c6..000000000 --- a/src/components/hero/hero.astro +++ /dev/null @@ -1,14 +0,0 @@ ---- -import { Image } from "astro:assets"; -import heroImage from "./hero.svg"; ---- - -
-
- EuroPython 2025 Hero Image -
-
diff --git a/src/components/hero/hero.svg b/src/components/hero/hero.svg deleted file mode 100644 index 3cae48cfe..000000000 --- a/src/components/hero/hero.svg +++ /dev/null @@ -1,1988 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/components/hero2/hero.astro b/src/components/hero2/hero.astro index 2aa653588..07e9e9072 100644 --- a/src/components/hero2/hero.astro +++ b/src/components/hero2/hero.astro @@ -4,11 +4,13 @@ import heroImage from "./conference_photo.jpg"; import IconWithLabel from "./icon-label.astro"; import Button from "@ui/Button.astro"; +import Section from "@ui/Section.astro"; const action1 = "/tickets"; const action2 = "/sponsorship/sponsor/"; --- +
+ + diff --git a/src/components/map/map.tsx b/src/components/map/map.tsx index 3e57a6005..f41cd6c02 100644 --- a/src/components/map/map.tsx +++ b/src/components/map/map.tsx @@ -2,7 +2,7 @@ export const Map = () => (