Skip to content

Commit 5dc8d63

Browse files
committed
add cfp info
1 parent 6633999 commit 5dc8d63

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

content/events/2025-kansas-city/propose.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ There are three ways to propose a topic at DevOpsDays:
1414
<li><strong><em>Open Space</em></strong>: If you'd like to lead a group discussion during the attendee-suggested <a href="/pages/open-space-format">Open Space</a> breakout sessions, it is not necessary to propose it ahead of time. Those topics are suggested in person at the conference. If you'd like to demo your product or service, you should <a href="../sponsor">sponsor the event</a> and demo it at your table.
1515
</ol>
1616

17+
<p>With our collaboration with <span style="color: red; font-size: 1.10rem; font-weight: 900;"><a href="https://kcdc.info" target="_blank">KCDC 2025</a></span>, you'll be able to submit specific talks for DevOpsDays KC (via 'DevOpsDays' talk track), for DevOps-related talks for KCDC (via 'DevOps' talk track), and for the broader KCDC audience.</p>
18+
19+
<div class = "row" id = "main-row">
20+
<div class = "col-md-12">
21+
<a class="btn btn-primary btn-block" style = "margin: auto; width: 15%; background-color: #96bfe6; border-color: #96bfe6;" href="">
22+
<i class="fa-solid fa-envelope"></i>
23+
&nbsp;&nbsp;&nbsp;Propose a Talk
24+
</a>
25+
</div>
26+
</div>
27+
28+
1729
<hr>
1830

1931
Choosing talks is part art, part science; here are some factors we consider when trying to assemble the best possible program for our local audience:
@@ -25,11 +37,4 @@ Choosing talks is part art, part science; here are some factors we consider when
2537
- _no third-party submissions_: This is a small community-driven event, and speakers need to be directly engaged with the organizers and attendees. If a PR firm or your marketing department is proposing the talk, you've already shown that as a speaker you're distant from the process.
2638
- _no vendor pitches_: As much as we value vendors and sponsors, we are not going to accept a talk that appears to be a pitch for your product.
2739

28-
<hr>
2940

30-
<strong>How to submit a proposal:</strong> Send an email to [{{< email_organizers >}}] with the following information
31-
<ol>
32-
<li>Type (presentation, panel discussion, ignite)</li>
33-
<li>Proposal Title (can be changed later)</li>
34-
<li>Description (several sentences explaining what attendees will learn)</li>
35-
</ol>

content/events/2025-kansas-city/welcome.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ Description = "DevOpsDays Kansas City, after a successful return in 2024, is bac
9797
</div>
9898
</div> -->
9999

100-
<!-- <div class = "row">
100+
<div class = "row">
101101
<div class = "col-md-2">
102102
<strong>Propose</strong>
103103
</div>
104104
<div class = "col-md-8">
105105
{{< event_link page="propose" text="Propose a talk!" >}}
106106
</div>
107-
</div> -->
107+
</div>
108108

109109
<!-- <div class = "row">
110110
<div class = "col-md-2">

data/events/2025/kansas-city/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ startdate: 2025-08-13T08:00:00-06:00 # The start date of your event. Leave blank
1616
enddate: 2025-08-13T17:00:00-06:00 # The end date of your event. Leave blank if you don't have a venue reserved yet.
1717

1818
# Leave CFP dates blank if you don't know yet, or set all three at once.
19-
cfp_date_start: # start accepting talk proposals.
20-
cfp_date_end: # close your call for proposals.
21-
cfp_date_announce: # inform proposers of status
19+
cfp_date_start: 2025-01-06T16:00:00-06:00 # start accepting talk proposals.
20+
cfp_date_end: 2025-04-30T08:00:00-06:00 # close your call for proposals.
21+
cfp_date_announce: 2025-06-30T08:00:00-06:00 # inform proposers of status
2222

2323
cfp_link: "" #if you have a custom link for submitting proposals, add it here. This will control the Propose menu item as well as the "Propose" button.
2424

@@ -37,7 +37,7 @@ location: "Kansas City Convention Center" # Defaults to city, but you can make i
3737
location_address: "Kansas City Convention Center, 301 W 13th St #100, Kansas City, MO 64105" #Optional - use the street address of your venue. This will show up on the welcome page if set. Also used by the event_map shortcode!
3838

3939
nav_elements: # List of pages you want to show up in the navigation of your page.
40-
# - name: propose
40+
- name: propose
4141
- name: location
4242
# - name: registration
4343
# - name: program

0 commit comments

Comments
 (0)