diff --git a/src/content/prose/cfp-details.mdx b/src/content/prose/cfp-details.mdx index 8068b09..2d4fa76 100644 --- a/src/content/prose/cfp-details.mdx +++ b/src/content/prose/cfp-details.mdx @@ -1,8 +1,7 @@ import { event } from "@data/event";
-

Submissions close {event.cfp.deadlineDisplay}.

-

Submit your talk →

+

The CFP is now closed. Submissions closed {event.cfp.deadlineDisplay}.

## Everyone is welcome here diff --git a/src/content/prose/cfp.mdx b/src/content/prose/cfp.mdx index d53911e..5cf3784 100644 --- a/src/content/prose/cfp.mdx +++ b/src/content/prose/cfp.mdx @@ -1,5 +1,5 @@ import { event } from "@data/event"; -The CFP is open! Got a Python project, story, or hard-won lesson to share? We want to hear it - all experience levels welcome, first-time speakers especially. +The CFP is now closed. Thank you to everyone who submitted a talk - we can't wait to see you in November. -Talks are 10 minutes, mostly in English, with a few Turkish slots for this first edition. Submissions close **{event.cfp.deadlineDisplay}**. +Talks are 10 minutes, mostly in English, with a few Turkish slots for this first edition. Submissions closed **{event.cfp.deadlineDisplay}**. diff --git a/src/data/event.ts b/src/data/event.ts index 96d9232..f0afe03 100644 --- a/src/data/event.ts +++ b/src/data/event.ts @@ -2,8 +2,6 @@ // Update this file (and the other ones in this directory) // to stand up a new edition. -const cfpUrl = "https://forms.gle/41Zpwh2N2uS4P1RB8"; - export const event = { name: "Python Pizza Istanbul", city: "Istanbul", @@ -14,7 +12,7 @@ export const event = { startDate: "2026-11-14T11:00:00+03:00", endDate: "2026-11-14T18:00:00+03:00", contactEmail: "organizers@pythonturkiye.org", - ticketsUrl: "#", + ticketsUrl: "https://kommunity.com/pythonturkiye/events/python-pizza-istanbul-4fa122d9", maxAttendees: 150, organizer: { name: "Python Türkiye", @@ -28,9 +26,6 @@ export const event = { "https://maps.google.com/?q=StartGate+Maslak+Eski+Büyükdere+Caddesi+21", }, cfp: { - url: cfpUrl, deadlineDisplay: "Monday, 7 September 2026, 23:59 AoE", }, - // whatever is most important right now - cta: { label: "Submit a talk! 🎤", href: cfpUrl }, }; diff --git a/src/pages/cfp.astro b/src/pages/cfp.astro index 9fd9b50..9a5a76d 100644 --- a/src/pages/cfp.astro +++ b/src/pages/cfp.astro @@ -3,14 +3,13 @@ import Base from "@layouts/Base.astro"; import Header from "@components/Header.astro"; import Footer from "@components/Footer.astro"; import Prose from "@components/Prose.astro"; -import CtaButton from "@components/CtaButton.astro"; import { event } from "@data/event"; import Content from "@prose/cfp-details.mdx"; ---
@@ -18,9 +17,6 @@ import Content from "@prose/cfp-details.mdx"; -
- Submit your talk -