Skip to content

Conversation

@nikoshell
Copy link
Contributor

Close #1292

@europython-society
Copy link
Member

europython-society commented Jun 9, 2025

Preview available

Key Value
url https://ep2025-the-week.ep-preview.click
last update 2025-06-09T08:58:44.090Z

@nikoshell nikoshell self-assigned this Jun 9, 2025
@nikoshell nikoshell requested a review from clytaemnestra June 9, 2025 09:09
const weekPeriods: WeekPeriod[] = [
{
id: 'monday-tuesday',
days: 'Mon – Tues',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
days: 'MonTues',
days: 'MondayTuesday',

},
{
id: 'wednesday-friday',
days: 'Wed – Friday',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
days: 'Wed – Friday',
days: 'Wednesday – Friday',

},
{
id: 'saturday-sunday',
days: 'Sat – Sun',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
days: 'SatSun',
days: 'SaturdaySunday',

id: 'saturday-sunday',
days: 'Sat – Sun',
dates: '19 – 20 July',
activities: 'Sprints',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
activities: 'Sprints',
activities: 'Sprints & Beginners' Day',

id: 'monday-tuesday',
days: 'Mon – Tues',
dates: '14 – 15 July',
activities: 'Workshops & Tutorials',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
activities: 'Workshops & Tutorials',
activities: 'Tutorials',

<Headline id="theweek" title="The Week" center="true" />
<div class="grid sm:flex w-full justify-center sm:justify-around ">
{weekPeriods.map((period) => (
<div class="grid grid-cols-1 text-center w-[160px] m-5 rounded overflow-hidden">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would look better if the text would be vertically centered. wdyt?

image

@artcz
Copy link
Contributor

artcz commented Jun 11, 2025

What about reusing the updates section for this? Since right now we don't have any call to actions left before the conference.

image

(text is a bit random just to illustrate the idea) – also pictures would need to be adjusted too :)

@nikoshell
Copy link
Contributor Author

What about reusing the updates section for this? Since right now we don't have any call to actions left before the conference.

image

(text is a bit random just to illustrate the idea) – also pictures would need to be adjusted too :)

I create it in this PR
#1311

@nikoshell nikoshell changed the title Add section "The Week" Add section "The Week" mini version Jun 11, 2025
@clytaemnestra
Copy link
Contributor

already implemented in #1311

@egeakman egeakman deleted the ep2025-the-week branch July 2, 2025 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Include conference days and dates on the homepage

6 participants