Skip to content

Commit 1a8c239

Browse files
authored
Merge pull request #15081 from DevOpsDays-Denver/main
[DEN-2025] Update event details, init MINT sponsor
2 parents 40d87a8 + 3b6004e commit 1a8c239

File tree

4 files changed

+21
-13
lines changed

4 files changed

+21
-13
lines changed
13.3 KB
Loading

content/events/2025-denver/welcome.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@ Type = "welcome"
44
aliases = ["/events/2025-denver/"]
55
Description = "devopsdays Denver 2025"
66
+++
7+
<b>DevOpsDays Rockies is returning to Denver in 2025!</b><br><br>
8+
9+
<h2>{{< event_link page="propose" text="Submit a Talk!" >}}</h2>
10+
<br><br>
11+
<h2>{{< event_link page="registration" text="Purchase your Ticket!" >}}</h2>
12+
<br><br>
713

814
<div style="float:right;">
915
<!-- {{< event_logo >}} -->
10-
<img src="/events/2025-denver/colorado_square.png" width="300"/>
16+
<img src="/events/2025-denver/colorado_square.png" width="300" style="padding: 20px 0;"/>
1117
</div>
1218

13-
<b>DevOpsDays Rockies is returning to Denver in 2025!</b><br><br>
14-
Here's what we know so far:<br>
15-
1619
<div class = "row">
1720
<div class = "col-md-2">
1821
<strong>Dates</strong>

data/events/2025/denver/main.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "2025-denver" # The name of the event. Four digit year with the city name in lower-case, with no spaces.
22
year: "2025" # The year of the event. Make sure it is in quotes.
33
city: "Denver" # The displayed city name of the event. Capitalize it.
4-
description: "Devopsdays is returning to Denver for " # Edit this to suit your preferences
4+
description: "Devopsdays is returning to Denver!" # Edit this to suit your preferences
55
ga_tracking_id: "G-9SR9GD94E0" # If you have your own Google Analytics tracking ID, enter it here. Example: "UA-74738648-1"
66

77
# All dates are in unquoted 2025-MM-DDTHH:MM:SS+TZ:TZ, like this:
@@ -17,7 +17,7 @@ cfp_date_start: 2025-02-22T08:00:59-06:00 # start accepting talk proposals.
1717
cfp_date_end: 2025-05-25T23:59:59-06:00 # close your call for proposals.
1818
cfp_date_announce: 2025-06-15T08:00:59-06:00 # inform proposers of status
1919

20-
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.
20+
cfp_link: "https://talks.devopsdays.org/dodrox-2025/cfp" #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.
2121

2222
registration_date_start: 2025-02-22T08:00:59-06:00 # start accepting registration. Leave blank if registration is not open yet. This will make the "Register" button appear on your "Welcome" page.
2323
registration_date_end: 2025-09-15T23:59:59-06:00 # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
@@ -35,9 +35,9 @@ event_social_youtube: "devopsdaysrockies"
3535
#
3636
# coordinates: "" # No longer used
3737

38-
location: "Downtown Denver" # Defaults to city, but you can make it the venue name.
38+
location: "Bierstadt Lagerhaus" # Defaults to city, but you can make it the venue name.
3939
#
40-
location_address: "" #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!
40+
location_address: "2875 Blake St, Denver, CO 80205" #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!
4141

4242
nav_elements: # List of pages you want to show up in the navigation of your page.
4343
- name: propose
@@ -76,11 +76,14 @@ organizer_email: "[email protected]"
7676
# List all of your sponsors here along with what level of sponsorship they have.
7777
# Check data/sponsors/ to use sponsors already added by others.
7878
sponsors:
79-
# - id: samplesponsorname
80-
# level: gold
81-
# url: http://mysponsor.com/?campaign=me # Use this if you need to over-ride a sponsor URL.
82-
# - id: arresteddevops
83-
# level: community
79+
- id: code-talent
80+
level: community
81+
- id: kubecareers
82+
level: community
83+
- id: kubeevents
84+
level: community
85+
- id: mentorsintech
86+
level: community
8487

8588
sponsors_accepted : "yes" # Whether you want "Become a XXX Sponsor!" link
8689

data/sponsors/mentorsintech.yml

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

0 commit comments

Comments
 (0)