From 30baf9f0e706fb71b6855d1672e57528c25e7dcc Mon Sep 17 00:00:00 2001 From: Artur Czepiel Date: Tue, 21 Jan 2025 21:01:11 +0100 Subject: [PATCH 1/4] rearrange blocks for preview --- src/pages/index.astro | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 6d67e4106..6b4373dca 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -25,15 +25,7 @@ deadlines = deadlines title="EuroPython 2025 | July 14th-20th 2025 | Prague, Czech Republic & Remote" description="EuroPython is the largest Python conference in Europe. We are looking forward to seeing you in Prague, Czech Republic & Remote from July 14th-20th 2025." > - - - - - - {deadlines.map((deadline) => )} - - -
+
{intro.frontmatter.title} @@ -51,7 +43,12 @@ deadlines = deadlines </HeroWithCTA> </div> - <div class="mb-40"> + <CardContainer> + {deadlines.map((deadline) => <DeadlineCard id={deadline.slug} />)} + </CardContainer> + + + <div class="mt-40 mb-40"> <Prague title={venue.frontmatter.title}> <venue.Content /> </div> From b077a6b23d9f83d968a3c95e3a36af49efb4a0a5 Mon Sep 17 00:00:00 2001 From: Artur Czepiel <czepiel.artur@gmail.com> Date: Tue, 21 Jan 2025 21:08:36 +0100 Subject: [PATCH 2/4] test commit --- src/data/home/intro.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/data/home/intro.md b/src/data/home/intro.md index aa7d51ee6..bc4564bc6 100644 --- a/src/data/home/intro.md +++ b/src/data/home/intro.md @@ -1,12 +1,11 @@ --- -title: EuroPython Prague, You're invited! +title: EuroPython is back in Prague for 2025 --- -We are excited to welcome you back to Prague once again for EuroPython 2025! -This is the 24th edition of EuroPython, the oldest and longest-running -volunteer-led Python programming conference on the planet! Join us in July in -the vibrant Bohemian city Prague. We'll be together, celebrating our shared -passion for Python and its community! +* 1500 partcipants +* 200 sessions +* 200 speakers +* Social events A week of all things Python: From 8fa8e72aea485e7e951f958971db413e345291c0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 20:08:48 +0000 Subject: [PATCH 3/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/data/home/intro.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data/home/intro.md b/src/data/home/intro.md index bc4564bc6..60bfd446a 100644 --- a/src/data/home/intro.md +++ b/src/data/home/intro.md @@ -2,10 +2,10 @@ title: EuroPython is back in Prague for 2025 --- -* 1500 partcipants -* 200 sessions -* 200 speakers -* Social events +- 1500 partcipants +- 200 sessions +- 200 speakers +- Social events A week of all things Python: From 4c1fe69c917b1a539c512a9ecd6e073fff12957d Mon Sep 17 00:00:00 2001 From: Artur Czepiel <czepiel.artur@gmail.com> Date: Tue, 21 Jan 2025 21:14:24 +0100 Subject: [PATCH 4/4] double the deadlines --- src/pages/index.astro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index 6b4373dca..e5bfa38f3 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -47,6 +47,10 @@ deadlines = deadlines {deadlines.map((deadline) => <DeadlineCard id={deadline.slug} />)} </CardContainer> + <CardContainer> + {deadlines.map((deadline) => <DeadlineCard id={deadline.slug} />)} + </CardContainer> + <div class="mt-40 mb-40"> <Prague title={venue.frontmatter.title}>