Skip to content

Commit 31cffe9

Browse files
authored
Merge branch 'main' into DET-2025-cfp-open
2 parents 239f137 + 7d1e9c3 commit 31cffe9

8 files changed

Lines changed: 85 additions & 12 deletions

File tree

25.2 KB
Loading
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
+++
2+
Title = "Speakers"
3+
Type = "speakers"
4+
Description = "Meet our speakers for DevOpsDays Austin 2025"
5+
+++
6+
7+
8+
<h2>Review some of the talks from these speakers as we finalize details!</h2>
9+
<h3><a href="https://talks.devopsdays.org/devopsdays-austin-2025/featured/">Explore the featured talks here.</a></h3>
10+
<div id="speakers" class="row"></div>
11+
<noscript>
12+
<div class="pretalx-widget">
13+
<div class="pretalx-widget-info-message">
14+
JavaScript is disabled in your browser. To access our speaker list without JavaScript,
15+
please <a target="_blank" href="https://talks.devopsdays.org/devopsdays-austin-2025/speakers/">click here</a>.
16+
</div>
17+
</div>
18+
</noscript>
19+
20+
<script>
21+
const ul = document.getElementById('speakers');
22+
const list = document.createDocumentFragment();
23+
const url = 'https://talks.devopsdays.org/api/events/devopsdays-austin-2025/speakers/?limit=50';
24+
25+
fetch(url)
26+
.then((response) => {
27+
return response.json();
28+
})
29+
.then((data) => {
30+
let speakers = data.results;
31+
32+
speakers.map(function(speaker) {
33+
let li = document.createElement('div');
34+
li.className = `col-lg-3 col-md-6 p-3`;
35+
let name = document.createElement('h3');
36+
let pic = document.createElement('img');
37+
let bio = document.createElement('details');
38+
bio.className = `p-1`;
39+
//let talk = document.createElement('a');
40+
41+
name.innerHTML = `${speaker.name}`;
42+
pic.src = speaker.avatar.length != 0 ? `${speaker.avatar}`: '/img/speaker-default.jpg';
43+
pic.className = `speakers-page`;
44+
bio.innerHTML = `<summary><b>About ${speaker.name}</b></summary><p>${speaker.biography ? `${speaker.biography}`: `Ipsum`}</p>`;
45+
//talk.setAttribute('href', speaker.submissions[0] ? `https://talks.devopsdays.org/devopsdays-austin-2025/talk/${speaker.submissions[0]}` : ``);
46+
//talk.setAttribute('target', '_blank');
47+
//talk.className = `btn btn-primary`;
48+
//talk.innerHTML = `Link to talk`;
49+
50+
li.appendChild(name);
51+
li.appendChild(pic);
52+
li.appendChild(bio);
53+
//li.appendChild(talk);
54+
list.appendChild(li);
55+
});
56+
})
57+
.catch(function(error) {
58+
console.log(error);
59+
})
60+
.finally(() => {
61+
ul.appendChild(list);
62+
});
63+
</script>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ The best thing to do is send engineers to interact with the experts at DevOpsDay
4040
<td align="center" style="text-align: center; background:#ffe8a3;"><strong>$6,000</strong></td>
4141
<td align="center" style="text-align: center; background:#e5e5e5;"><strong>$4,000</strong></td>
4242
<td align="center" style="text-align: center; background:#85cdad;"><strong>Partnership</strong></td>
43-
<td align="center" style="text-align: center; background:#8bc2d6;"><strong>$5,000</strong></td>
44-
<td align="center" style="text-align: center; background:#8bc2d6;"><strong>$4,000</strong></td>
45-
<td align="center" style="text-align: center; background:#8bc2d6;"><strong>$8,000</strong></td>
43+
<td align="center" style="text-align: center; background:#8bc2d6;"><strong>$2,000</strong></td>
4644
<td align="center" style="text-align: center; background:#8bc2d6;"><strong>$2,500</strong></td>
45+
<td align="center" style="text-align: center; background:#8bc2d6;"><strong>$4,000</strong></td>
46+
<td align="center" style="text-align: center; background:#8bc2d6;"><strong>$2,000</strong></td>
4747
</tr>
4848
<!-- <tr style="text-align: center;">
4949
<td align="center" style="text-align: center; background:#FFE8A3;"></td>

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Description = "DevOpsDays Kansas City, after a successful return in 2024, is bac
77

88
<div class = "row" id = "main-row">
99
<div class = "col-md-6 push-md-6" id = "left-col">
10-
<h2>DevOpsDays Kansas City 2025 is coming!</h2>
10+
<h2>DevOpsDays Kansas City 2025 is August 13!</h2>
1111
<p>
12-
After a successful return in 2024, DevOpsDays KC is back for 2025! Join us in Kansas City for a day of talks, networking, and collaboration. And as a bonus, <span style="color: red; font-size: 1.10rem; font-weight: 900;">we're co-locating with <a href="https://kcdc.info" target="_blank">KCDC 2025</a></span>, so you can attend both events in one trip!
12+
After a successful return in 2024, DevOpsDays KC is back for 2025! Join us in Kansas City on Aug 13, 2025 for a day of talks, networking, and collaboration. And as a bonus, <span style="color: red; font-size: 1.10rem; font-weight: 900;">we're co-locating with <a href="https://kcdc.info" target="_blank">KCDC 2025</a></span>, so you can attend both events in one trip!
1313
</p>
1414
<p>
1515
DevOpsDays KC 2025 will be our 6th annual conference in Kansas City!! Kansas City is home to large enterprise technology and software companies, medium- to small-businesses, and a growing startup community. This event will allow you to connect with a diverse set of stakeholders from these companies all in one place, and we expect to have 300+ attendees at the event.
@@ -45,12 +45,14 @@ Description = "DevOpsDays Kansas City, after a successful return in 2024, is bac
4545
&nbsp;&nbsp;&nbsp;Subscribe to the Mailing List
4646
</a>
4747
</div>
48+
<!-- remove CFP
4849
<div class = "d-flex p-2">
4950
<a class="btn btn-primary btn-block" style = "margin-top: 10px; margin-bottom: 10px; background-color: #96bfe6; border-color: #96bfe6;" href="https://sessionize.com/kcdc-2025" target="_blank">
5051
<i class="fa-brands fa-stack-exchange"></i>
5152
&nbsp;&nbsp;&nbsp;Propose a Talk
5253
</a>
5354
</div>
55+
-->
5456
</div>
5557
</div>
5658
</div>
@@ -94,11 +96,12 @@ Description = "DevOpsDays Kansas City, after a successful return in 2024, is bac
9496
<strong>Register</strong>
9597
</div>
9698
<div class = "col-md-8">
97-
<a href="https://ti.to/kansas-city-developers-conference/kcdc-2025" target="_blank">Register to attend the conference!</a>
99+
<a href="https://ti.to/kansas-city-developers-conference/kcdc-2025/with/devopsdays" target="_blank">Register to attend the conference!</a>
98100
<!-- {{< event_link page="registration" text="Register to attend the conference!" >}} -->
99101
</div>
100102
</div>
101103

104+
<!-- remove CFP
102105
<div class = "row">
103106
<div class = "col-md-2">
104107
<strong>Propose</strong>
@@ -107,6 +110,7 @@ Description = "DevOpsDays Kansas City, after a successful return in 2024, is bac
107110
{{< event_link page="propose" text="Propose a talk!" >}}
108111
</div>
109112
</div>
113+
-->
110114

111115
<!-- <div class = "row">
112116
<div class = "col-md-2">

data/events/2025/aarhus/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ sponsors:
107107
level: silver
108108
- id: solidify
109109
level: silver
110-
- id: destination-aarhus
110+
- id: tech-hub-aarhus
111111
level: community
112112
- id: ramboll
113113
level: community

data/events/2025/austin/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ nav_elements: # List of pages you want to show up in the navigation of your page
4141
- name: register
4242
url: https://tickets.devopsdays.org/devopsdays-austin/2025/
4343
# - name: program
44-
# - name: speakers
44+
- name: speakers
4545
- name: sponsor
4646
- name: contact
4747
- name: conduct

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -63,7 +63,7 @@ team_members: # Name is the only required field for team members.
6363
image: "jeremy-meiss.jpg"
6464
bio: "Jeremy is an experienced Developer Experience and Community leader with almost 30 years in Tech. He's is active in the DevRel and DevOps communities, and is a co-creator of DevOpsPartyGames.com. A lover of all things coffee, community, open source, and tech, he is a husband and father, and is also house-broken, and (generally) plays well with others."
6565
- name: "Erin Crise"
66-
employer: "TekSystems"
66+
employer: "Cycle Labs"
6767
bluesky: ""
6868
twitter: "queentester"
6969
linkedin: "https://linkedin.com/in/erin-crise"
@@ -80,7 +80,7 @@ team_members: # Name is the only required field for team members.
8080
image: "jeff-stephens.jpg"
8181
bio: "Jeff has worked as a Linux Systems Administrator for the last 13 years. His current focus is cloud application platforms. Beyond work, he is an avid baseball fan, and spends his free time as a musician and photographer."
8282
- name: "Eric Lee"
83-
bluesky: ""
83+
bluesky: "https://bsky.app/profile/ericlee.bsky.social"
8484
employer: "AWS"
8585
twitter: "ericblee6"
8686
linkedin: "https://www.linkedin.com/in/ericblee6/"
@@ -94,7 +94,7 @@ team_members: # Name is the only required field for team members.
9494
image: "cj-obermaier.jpg"
9595
bio: "CJ has been involved in DevOpsDays KC since the first conference in 2016. He enjoys coaching high school soccer and spending time with his wife and dog."
9696
- name: "Ben Dechrai"
97-
employer: ""
97+
employer: "https://bsky.app/profile/bendechr.ai"
9898
twitter: "https://ben.sc/twitter"
9999
linkedin: "https://ben.sc/linkedin"
100100
github: "https://ben.sc/github"
@@ -121,6 +121,8 @@ sponsors:
121121
# url: http://mysponsor.com/?campaign=me # Use this if you need to over-ride a sponsor URL.
122122
# - id: arresteddevops
123123
# level: community
124+
- id: teksystems
125+
level: karaoke
124126

125127
sponsors_accepted : "yes" # Whether you want "Become a XXX Sponsor!" link
126128

@@ -135,6 +137,8 @@ sponsor_levels:
135137
- id: silver
136138
label: Silver
137139
max: 10 # This is the same as omitting the max limit.
140+
- id: karaoke
141+
label: Karaoke
138142
- id: bronze
139143
label: Bronze
140144
# - id: technology

data/sponsors/tech-hub-aarhus.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: "Tech Hub Aarhus"
2+
url: "https://www.techhubaarhus.com/"

0 commit comments

Comments
 (0)