Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/EuroPython2025_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/BaseHead.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const { title, description, image = "/social-card.png" } = Astro.props;
<!-- Global Metadata -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="generator" content="Astro" />
<link rel="sitemap" href="/sitemap-index.xml" />

Expand Down
3 changes: 1 addition & 2 deletions src/components/header/header-logo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ interface Props {
---

<a href="/">
<Logo className="w-11 h-auto mr-4 block md:hidden" />
<Logo className="h-auto hidden md:block w-full pr-3 lg:pr-8" />
<img class="md:block block w-[44px] h-[44px] md:w-[85px] md:h-[85px] " src="/EuroPython2025_logo.png" />
</a>
3 changes: 1 addition & 2 deletions src/components/hero2/hero.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
import { Logo } from "../logo";
import { Image } from "astro:assets";
import heroImage from "./conference_photo.jpg";

Expand Down Expand Up @@ -83,7 +82,7 @@ const action2 = "/sponsorship/sponsor/";
<div class="prose-xl relative z-10 text-center">
<div class="flex items-center space-x-3 p-10 md:mt-20 justify-center">
<div class="w-200 h-200 flex items-center justify-center">
<Logo className="h-full block md:w-full lg:w-[200px] pr-3 lg:pr-8" />
<img class="h-full block md:w-full lg:w-[200px] pr-3 lg:pr-8" src="/logo.png" height="188" width="188" />
</div>
<h1 class="text-5xl md:text-8xl lg:text-9xl m-0 font-bold text-[#17223A]">
EuroPython
Expand Down