From 25ecf1f5c83db752ab3b16bc0e77c90891148b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cemrehan=20=C3=87avdar?= Date: Wed, 26 Aug 2026 16:27:00 +0300 Subject: [PATCH 1/2] Add Get a ticket button --- src/data/event.ts | 2 +- src/sections/Hero.astro | 25 +++++++++++++++++-------- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/src/data/event.ts b/src/data/event.ts index 96d9232..49f0c7a 100644 --- a/src/data/event.ts +++ b/src/data/event.ts @@ -14,7 +14,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", diff --git a/src/sections/Hero.astro b/src/sections/Hero.astro index c4eebd6..3682c45 100644 --- a/src/sections/Hero.astro +++ b/src/sections/Hero.astro @@ -24,14 +24,23 @@ const optimizedCityBg = await getImage({

{event.subHeading}

{event.whenDisplay}

- - {event.cta.label} - +
+ + {event.cta.label} + + + Get a ticket! 🎟️ + +
From 3b129de2d74e3e5d59d2f3258f47346565bafdff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cemrehan=20=C3=87avdar?= Date: Thu, 10 Sep 2026 09:44:02 +0300 Subject: [PATCH 2/2] Close the CFP and remove submit links --- src/content/prose/cfp-details.mdx | 3 +-- src/content/prose/cfp.mdx | 4 ++-- src/data/event.ts | 5 ----- src/pages/cfp.astro | 6 +----- src/pages/index.astro | 23 +---------------------- src/sections/Hero.astro | 8 -------- src/styles/global.css | 5 ----- 7 files changed, 5 insertions(+), 49 deletions(-) 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 49f0c7a..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", @@ -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 -