Skip to content

Commit e976300

Browse files
authored
[ATX-2025] Sponsors, schedule, and discount form (#15088)
* feat(sponsors): add more sponsors Signed-off-by: Laura Santamaria <[email protected]> * feat(schedule): post schedule Signed-off-by: Laura Santamaria <[email protected]> * feat(discount-form): add discount form to welcome page Signed-off-by: Laura Santamaria <[email protected]> * fix(welcome): clean up welcome page links Signed-off-by: Laura Santamaria <[email protected]> --------- Signed-off-by: Laura Santamaria <[email protected]>
1 parent 06d60ce commit e976300

File tree

5 files changed

+29
-7
lines changed

5 files changed

+29
-7
lines changed

assets/sponsors/w/wicys-austin.png

5.97 KB
Loading
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
+++
2+
Title = "Schedule"
3+
Type = "event"
4+
Description = "Speakers, sessions, ignites, meals"
5+
+++
6+
7+
<script type="text/javascript" src="https://talks.devopsdays.org/devopsdays-austin-2025/widgets/schedule.js"></script>
8+
<pretalx-schedule event-url="https://talks.devopsdays.org/devopsdays-austin-2025/" locale="en" format="grid" style="--pretalx-clr-primary: #3aa57c"></pretalx-schedule>
9+
<noscript>
10+
<div class="pretalx-widget">
11+
<div class="pretalx-widget-info-message">
12+
JavaScript is disabled in your browser. To access our schedule without JavaScript,
13+
please <a target="_blank" href="https://talks.devopsdays.org/devopsdays-austin-2025/schedule/">click here</a>.
14+
</div>
15+
</div>
16+
</noscript>

content/events/2025-austin/welcome.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Description = "devopsdays Austin 2025"
1212
<h2>Welcome to DevOpsDays Austin!</h2>
1313
<p>DevOpsDays Austin will be on May 1-2, 2025, in the TCEA Conference Center in Austin.</p>
1414
<p>Our theme this year is "DevOps is a Journey," where we focus on how DevOps is a journey for many companies going through a transformation, and DevOps itself is going through a transformation as new ideas come forward, like platform engineering. Come tell us your stories about your journey, technical or cultural.</p>
15-
<!--<p>We have discounted tickets available for Austin locals&mdash;particularly students, people who are unemployed or have income constraints, and members of communities which are under-represented at tech events. <a href="https://forms.gle/R2NmRATcZTWPGQUW9">Please fill out this form</a> (available until the evening of May 1st; if it's down, submissions are closed). Your submission will go to the Austin core organizers (Daria, Laura, & Shaun), and we'll respond as quickly as we're able.</p>-->
15+
<p>We have discounted tickets available for Austin locals&mdash;particularly students, people who are unemployed or have income constraints, and members of communities which are under-represented at tech events. <a href="https://forms.gle/eLtHgFk74zu7tqaw8">Please fill out this form</a> (available until the evening of April 30th; if it's down, submissions are closed). Your submission will go to the Austin core organizers (Laura & Rich), and we'll respond as quickly as we're able.</p>
1616
<div class="row">
1717
<div class="col-md-2">
1818
<strong>Dates</strong>
@@ -37,15 +37,15 @@ Description = "devopsdays Austin 2025"
3737
<a href="https://tickets.devopsdays.org/devopsdays-austin/2025/">Register to attend the conference!</a>
3838
</div>
3939
</div>
40-
<div class = "row">
40+
<!--<div class = "row">
4141
<div class = "col-md-2">
4242
<strong>Propose</strong>
4343
</div>
4444
<div class = "col-md-8">
4545
<a href="https://talks.devopsdays.org/devopsdays-austin-2025/cfp">Propose a talk!</a>
4646
</div>
47-
</div>
48-
<!-- <div class = "row">
47+
</div>-->
48+
<div class = "row">
4949
<div class = "col-md-2">
5050
<strong>Schedule</strong>
5151
</div>
@@ -60,7 +60,7 @@ Description = "devopsdays Austin 2025"
6060
<div class = "col-md-8">
6161
Check out the {{< event_link page="speakers" text="speakers!" >}}
6262
</div>
63-
</div>-->
63+
</div>
6464
<div class="row">
6565
<div class="col-md-2">
6666
<strong>Sponsors</strong>

data/events/2025/austin/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ location: "TCEA Conference Center" # Defaults to city, but you can make it the v
3636
location_address: "3100 Alvin Devane Blvd Building B, Austin, TX 78741" #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!
3737

3838
nav_elements: # List of pages you want to show up in the navigation of your page.
39-
- name: propose
39+
# - name: propose
4040
- name: location
4141
- name: register
4242
url: https://tickets.devopsdays.org/devopsdays-austin/2025/
43-
# - name: program
43+
- name: schedule
4444
- name: speakers
4545
- name: sponsor
4646
- name: contact
@@ -133,12 +133,16 @@ sponsors:
133133
level: gold
134134
- id: semaphoreci
135135
level: gold
136+
- id: checkmarx
137+
level: track
136138
- id: dryrun-security
137139
level: startup
138140
- id: autoptic
139141
level: startup
140142
- id: renaiss
141143
level: startup
144+
- id: wicys-austin
145+
level: community
142146

143147
sponsors_accepted : "yes" # Whether you want "Become a XXX Sponsor!" link
144148

data/sponsors/wicys-austin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: "Women in CyberSecurity - Austin Affiliate"
2+
url: "https://www.wicys.org/wicys-austin-affiliate/"

0 commit comments

Comments
 (0)