Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
a40c5d9
dark theme to schedule
nikoshell May 27, 2026
69955df
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 27, 2026
8c522b6
dark theme for navbar and search modal
nikoshell May 27, 2026
4340819
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 27, 2026
ba2c7b7
Add dedicated EuroSciPy section to homepage
nikoshell May 28, 2026
cc2b109
Add ICE Kraków venue section and redesigned Kraków gallery
nikoshell May 28, 2026
3fadd8e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 28, 2026
9fbe22c
Add keynoters section to homepage
nikoshell May 28, 2026
793983a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 28, 2026
281f036
Update keynoters with 2026 speakers and improve section styling
nikoshell May 28, 2026
c6101a8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 28, 2026
5ae4ee8
Add photos to keynoter entries
nikoshell May 28, 2026
2cb7e79
Fix merge conflicts and reorder keynoters
nikoshell May 28, 2026
c5f6cfd
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 28, 2026
4309552
Update footer grid with new styling
nikoshell May 28, 2026
c4ecefb
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 28, 2026
284b75f
Add finaid, pyladies, orgsummit, ep25, and connect sections
nikoshell May 28, 2026
28b3426
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] May 28, 2026
217a782
Update src/components/sections/euroscipy.astro
nikoshell May 29, 2026
c3792fb
Update src/components/sections/euroscipy.astro
nikoshell May 29, 2026
3d0111e
style update
nikoshell May 29, 2026
9c99214
Add keynoter
nikoshell May 29, 2026
3869e40
Update src/components/sections/pyladies.astro
nikoshell May 30, 2026
277b980
Update src/components/sections/pyladies.astro
nikoshell May 30, 2026
40c6507
Add schedule legend and increase font sizes
nikoshell Jun 12, 2026
6c439bd
Merge remote-tracking branch 'origin/ep2026-navbar' into ep2026-websi…
nikoshell Jun 13, 2026
e5a41b0
Merge remote-tracking branch 'origin/website-ep2026-euroscipy-section…
nikoshell Jun 13, 2026
355c386
Merge remote-tracking branch 'origin/website-ep2026-krakow-venue' int…
nikoshell Jun 13, 2026
6ef8c98
Merge remote-tracking branch 'origin/ep2026-keynoters' into ep2026-we…
nikoshell Jun 13, 2026
881c27c
Merge remote-tracking branch 'origin/ep2026-footer' into ep2026-websi…
nikoshell Jun 13, 2026
f52db42
Merge remote-tracking branch 'origin/ep2026-new-sections' into ep2026…
nikoshell Jun 13, 2026
82ba70f
fix sec universe overlay, update fonts, add programme sec
nikoshell Jun 13, 2026
be9ea0a
update programme section
nikoshell Jun 13, 2026
3ea87bc
update updates section
nikoshell Jun 13, 2026
992ef49
update week section
nikoshell Jun 13, 2026
bd86a6d
sections
nikoshell Jun 13, 2026
b992198
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 13, 2026
9ce05fb
update hero
nikoshell Jun 13, 2026
db25e58
update hero
nikoshell Jun 13, 2026
5f5607c
update sprints
nikoshell Jun 13, 2026
a7428f6
conference topics
nikoshell Jun 13, 2026
9524080
update content
nikoshell Jun 13, 2026
b0f6125
Merge remote-tracking branch 'origin/ep2026-website-sprint' into ep20…
nikoshell Jun 13, 2026
86ca5a7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jun 13, 2026
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
2 changes: 2 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { execSync } from "node:child_process";
import svelte from "@astrojs/svelte";
import compress from "astro-compress";
import tailwindcss from "@tailwindcss/vite";
import pagefind from "astro-pagefind";

let gitVersion = String(process.env.GIT_VERSION ?? "").slice(0, 7);

Expand Down Expand Up @@ -151,6 +152,7 @@ export default defineConfig({
// "https://vdo.ninja/?room=EuroPython_2025_Terrace_2B&hash=338a&do",
},
integrations: [
pagefind(),
mdx(),
svelte(),
...(fastBuild
Expand Down
23 changes: 23 additions & 0 deletions public/25yr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
163 changes: 163 additions & 0 deletions public/banner_vert.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading