Skip to content

Commit 93ec4f0

Browse files
authored
Merge pull request #6 from HassanBahati/add-cf-link
chore: Add CFP Link
2 parents 45f95f5 + 7870ec6 commit 93ec4f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/_data/site.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"visa_email": "[email protected]",
1212

1313
"mailing_list": "https://emails.djangocon.us/subscription?f=Gs892S6cdJ676370nkSBxLOWzUsgYKPBcwkEMMvt0rr70f3IeA7634kuMTKJCLrdcgOQHQHdzwqLwvmcETbcm6KWtu9g",
14-
"cfp_application": "",
14+
"cfp_application": "https://pretalx.com/djangocon-us-2025/cfp",
1515
"hotel_reservation_link": "",
1616
"merchandise_link": "https://django.threadless.com/designs/djangocon-us-2024/mens/t-shirt/regular?variation=front&color=lemon",
1717
"opportunity_grant_application": "",

src/_includes/home/landing-conf-home.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ <h1 class=" font-extrabold text-blue-950 text-5xl/[1.5]">
1515
<p class="flex flex-wrap justify-center my-6 gap-4">
1616
<a href="{{ site.mailing_list }}" class="button ">Mailing list for updates</a>
1717
<a href="{{ site.social.mastodon }}" class="button">Follow us on Mastodon</a>
18+
<a href="{{ site.cfp_application }}" class="button">Submit a Talk Proposal</a>
1819
</p>
1920

2021
<p class="mt-12 text-lg">
21-
Stay tuned for lots more news coming soon. We're working hard to open our speaker CFPs, opportunity grants, etc.
22+
Stay tuned for lots more news coming soon. We're working hard to open our speaker <a href="{{ site.cfp_application }}" target="_blank" class="text-blue-700">CFPs</a>, opportunity grants, etc.
2223
</p>
23-
2424
<p class="mt-8">
2525
<a href="mailto:[email protected]">
2626
Interested in sponsorship? Get in touch!

0 commit comments

Comments
 (0)