Skip to content

Commit e504262

Browse files
[MEL–2026] Include logos for event (#15635)
* Include MEL 2026 logo on event page * Remove unused logo file
1 parent df16970 commit e504262

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed
211 KB
Loading

content/events/2026-melbourne/welcome.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ Type = "welcome"
44
aliases = ["/events/2026-melbourne/"]
55
Description = "devopsdays Melbourne 2026"
66
+++
7-
8-
<!-- <div style="text-align:center;">
7+
<div style="text-align:center;">
98
{{< event_logo >}}
10-
</div> -->
9+
</div>
1110

1211
<div class = "row">
1312
<div class = "col-md-2">

data/events/2026/melbourne/main.yml

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ year: "2026" # The year of the event. Make sure it is in quotes.
33
city: "Melbourne" # The displayed city name of the event. Capitalize it.
44
event_twitter: "devopsdownunder" # Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp
55
description: "Devopsdays is coming to Melbourne!" # Edit this to suit your preferences
6+
event_logo: "logo.png"
67
ga_tracking_id: "" # If you have your own Google Analytics tracking ID, enter it here. Example: "UA-74738648-1"
78

89
# All dates are in unquoted 2026-MM-DDTHH:MM:SS+TZ:TZ, like this:
@@ -38,7 +39,7 @@ location_address: "" #Optional - use the street address of your venue. This will
3839
# These can be used in the body of any page via matching shortcodes. See sample: https://devopsdays.org/events/2025-denver/welcome/
3940
event_social_linkedin: "https://linkedin.com/company/devopsdownunder" # Change this to the url to your Linkedin group, company, or page.
4041
event_social_slack: "https://join.slack.com/t/devopsdownunder/custom_shared_invite_url" # Change this to your slack invite link.
41-
event_social_listserv: "https://lists.devopsdays.org/subscription?custom_listserv_invite_url" # Change this to your mailing list subscription form url.
42+
# event_social_listserv: "https://lists.devopsdays.org/subscription?custom_listserv_invite_url" # Change this to your mailing list subscription form url.
4243
event_social_twitter: "devopsdownunder" # Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp
4344
event_social_mastodon: "https://mastodon.social/@devopsdownunder" # Change this to url to your mastodon page
4445
event_social_bsky: "https://bsky.app/profile/devopsdownunder.bsky.social" # Change this to url to your bluesky page
@@ -50,7 +51,7 @@ nav_elements: # List of pages you want to show up in the navigation of your page
5051
# - name: registration
5152
# - name: program
5253
# - name: speakers
53-
- name: sponsor
54+
# - name: sponsor
5455
- name: contact
5556
- name: conduct
5657
# - name: example
@@ -92,9 +93,6 @@ team_members: # Name is the only required field for team members.
9293
bio: "Simon is passionate about driving business outcomes by strategically leveraging best of breed methodologies and tooling to deliver quantifiable and impactful value. With a keen focus on guiding teams to build scalable, reliable platforms that champion engineering excellence while driving significant improvements in business performance and achieving positive change."
9394
image: "simon_richards.jpeg"
9495

95-
96-
97-
9896
organizer_email: "melbourne@devopsdays.org" # Put your organizer email address here
9997

10098
# List all of your sponsors here along with what level of sponsorship they have.
@@ -111,13 +109,13 @@ sponsors_accepted : "yes" # Whether you want "Become a XXX Sponsor!" link
111109
# unlimited sponsors, omit the max attribute or set it to 0. If you want to prevent all
112110
# sponsorship for a specific level, it is best to remove the level.
113111
sponsor_levels:
114-
- id: gold
115-
label: Gold
116-
# max: 10
117-
- id: silver
118-
label: Silver
119-
max: 0 # This is the same as omitting the max limit.
120-
- id: bronze
121-
label: Bronze
122-
- id: community
123-
label: Community
112+
# - id: gold
113+
# label: Gold
114+
# # max: 10
115+
# - id: silver
116+
# label: Silver
117+
# max: 0 # This is the same as omitting the max limit.
118+
# - id: bronze
119+
# label: Bronze
120+
# - id: community
121+
# label: Community

0 commit comments

Comments
 (0)