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

CfP closed – update website #992

Merged
merged 4 commits into from
Feb 4, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
3 changes: 0 additions & 3 deletions src/components/header/header-actions.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ const IS_LIVE = false;
</abbr>
<span class="hidden md:inline">Code of Conduct</span>
</ButtonLink>
<ButtonLink href="/programme/cfp" className="hidden md:block">
<span>Send your proposal!</span>
</ButtonLink>
{IS_LIVE && (
<ButtonLink href="/live">
Live
Expand Down
5 changes: 2 additions & 3 deletions src/content/pages/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ subtitle: Frequently Asked Questions about EuroPython
<li>**11 January 2025** [Speaker Mentorship Programme](/programme/mentorship/) sign-up opens</li>
<li>**21 January 2025:** Speaker Mentorship signup closes</li>
<li>**30 January 2025:** [Call for Reviewers](https://forms.gle/4GTJjwZ1nHBGetM18) & review process begin</li>

<li>**3 February 2025:** Call for Proposals (CfP) closes (<b>Extension</b>)</li>
</ul>

<ul className="milestone-todo">
<li><strike>**27 January 2025:** Call for Proposals (CfP) closes</strike></li>
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
<li>**3 February 2025:** Call for Proposals (CfP) closes (<b>Extension</b>)</li>
</ul>
<ul className="milestone-todo">
<li><strike>**27 January 2025:** Call for Proposals (CfP) closes</strike></li>
<li>**27 January 2025:** Call for Proposals (CfP) closes</li>
<li>**3 February 2025:** Extension of Call for Proposals (CfP) closes</li>
</ul>
<ul className="milestone-todo">

Or remove the extension part completely and pretend that we only had this later date.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think it makes sense to keep info about the fact that the CFP was extended. See the new version.

Copy link
Contributor

Choose a reason for hiding this comment

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

So you removed the initial closing date for the cfp on purpose now? - Just checking. Not objecting.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, because the CfP didn't close on the 27th. Only on the 3rd (after an extension).

<li>**3 February 2025:** Call for Proposals (CfP) closes (<b>Extension</b>)</li>
<li>**January/February 2025** Financial Aid Programme starts</li>
<li>**January/February 2025** Community Voting and Proposal Review</li>
<li>**February/March 2025** Programme selection process</li>
Expand Down Expand Up @@ -60,7 +59,7 @@ Share your ideas with the programme team at [programme@europython.eu](mailto:pro

## **Q. When can I submit a talk proposal?**

A. The [Call for Proposals (CfP)](/programme/cfp) is open from **10 – <strike>27 January</strike> 3rd February 2025** (extended).
A. Sadly, at this point you cannot. The [Call for Proposals (CfP)](/programme/cfp) was open from **10 – <strike>27 January</strike> 3rd February 2025** (extended).

Need support with your submission? Explore our [Speaker Mentorship Programme](programme/mentorship/) for guidance.

Expand Down
11 changes: 2 additions & 9 deletions src/content/pages/programme/cfp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,9 @@ subtitle: A set of tips to help you put together a strong, compelling EuroPython

# Call for Proposals

**EuroPython 2025 Call for Proposals is currently open.**
**EuroPython 2025 Call for Proposals is now closed.**

It will run from Friday 10th to <strike>Monday 27th January, 2025, 23:59
UTC</strike>.
<b>Extension:</b> The new extended deadline is Monday 3rd February, 2025 23:59
UTC.

<div class="text-center">
<ButtonLink href="https://programme.europython.eu/europython-2025/">SUBMIT YOUR SESSION HERE!</ButtonLink>
</div>
The Call for Proposals ran from the 10th of January to the 3rd of February of 2025, at 23:59 UTC, after an extension of the deadline.

<div class="text-center">
<ButtonWithTitle title="Call for Reviewers Now Open" href="https://forms.gle/4GTJjwZ1nHBGetM18" text="JOIN THE REVIEWER TEAM!"></ButtonWithTitle></div>
Expand Down