Skip to content

Add section "The Week" mini version #1301

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

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

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
5 participants