Skip to content
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

Feat : event page #149

Draft
wants to merge 10 commits into
base: feat/v2
Choose a base branch
from
Draft

Feat : event page #149

wants to merge 10 commits into from

Conversation

JeanneGrenet
Copy link
Collaborator

@JeanneGrenet JeanneGrenet commented Oct 3, 2024

Description

Beginning of the layout for the page of one event

How to test

Create a new event or change the dates inside the rouen-france-2024 index.mdx from 2024 to 2025

@JeanneGrenet JeanneGrenet self-assigned this Oct 3, 2024
Copy link

vercel bot commented Oct 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
forkit-community ❌ Failed (Inspect) Nov 6, 2024 4:38pm

Comment on lines 121 to 120
startTime: 2024-06-07T08:00:00.000Z
startDate: 2024-06-07T08:00:00.000Z
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

You change the spelling only for the event on the scheme so It will not work with the schedule. I think we should keep startTime for the schedule because it's the time when the talk start

@@ -13,7 +13,7 @@ const { title, description } = Astro.props;
<Layout title={title} description?={description}>
<slot name="seo" slot="seo" />
<div
class="my-8 space-y-8 prose-h1:mt-6 prose-h1:text-2xl prose-h3:flex prose-h3:items-center prose-h3:gap-2 prose-h3:font-bold prose-h3:text-white"
class="prose prose-lg prose-invert mx-auto my-8 space-y-8 prose-h1:mt-6 prose-h1:text-2xl prose-h3:flex prose-h3:items-center prose-h3:gap-2 prose-h3:font-bold prose-h3:text-white"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good for the prose but I think we should add the tailwind class container to manage the space on mobile

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.

2 participants