Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified assets/events/2026-barcelona/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion content/events/2026-barcelona/sponsor.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ Type = "event"
Description = "Sponsor devopsdays Barcelona 2026"
+++

We greatly value sponsors for this open event. If you are interested in sponsoring, please drop us an email at [{{< email_organizers >}}].
<table border=1 cellspacing=1>
<tr>
<td>We greatly value sponsors for this community event. If you are interested in sponsoring, please click here to <a href="https://drive.google.com/file/d/1tREYUFp7R393y3qkyHBhXjqRv-8i3rj9/view?usp=sharing" target="_blank"><strong>download the prospectus PDF</strong></a>. After reviewing the available packages, please submit your sponsorship request using <a href="https://docs.google.com/forms/d/e/1FAIpQLSfIDK0KR7wqN4sJgIVVozTjT8Vf-E5GJSVeZdL9rTDBTsmhzw/viewform"><strong>our form</strong></a>.<br><br>For any other question, drop us an email at [{{< email_organizers >}}].</td>
</tr>
</table>

<hr>

Expand Down
16 changes: 8 additions & 8 deletions data/events/2026/barcelona/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ startdate: 2026-11-13T00:00:00+02:00 # The start date of your event. Leave blan
enddate: 2026-11-14T00:00:00+02:00 # The end date of your event. Leave blank if you don't have a venue reserved yet.

# Leave CFP dates blank if you don't know yet, or set all three at once.
cfp_date_start: # start accepting talk proposals.
cfp_date_end: # close your call for proposals.
cfp_date_announce: # inform proposers of status
cfp_date_start: 2026-03-01T00:00:00+01:00 # start accepting talk proposals.
cfp_date_end: 2026-06-16T00:00:00+02:00 # close your call for proposals.
cfp_date_announce: 2026-08-01T00:00:00+02:00 # inform proposers of status

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.
cfp_link: "https://talks.devopsdays.org/devopsdays-barcelona-2026/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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

URL does not work for now, however this is a draft PR, but the start date has passed


registration_date_start: # start accepting registration. Leave blank if registration is not open yet. This will make the "Register" button appear on your "Welcome" page.
registration_date_end: # close registration. Leave blank if registration is not open yet. If you set "registration_date_start" you need a value here.
Expand All @@ -36,7 +36,7 @@ location_address: "c/ Pujades, 118, 08005 Barcelona" #Optional - use the street

# Optional - Social badges
# These can be used in the body of any page via matching shortcodes. See sample: https://devopsdays.org/events/2025-denver/welcome/
#event_social_linkedin: "https://linkedin.com/company/devopsdays" # Change this to the url to your Linkedin group, company, or page.
event_social_linkedin: "https://linkedin.com/company/devopsdays-bcn/" # Change this to the url to your Linkedin group, company, or page.
#event_social_slack: "https://join.slack.com/t/devopsdays/custom_shared_invite_url" # Change this to your slack invite link.
#event_social_listserv: "https://lists.devopsdays.org/subscription?custom_listserv_invite_url" # Change this to your mailing list subscription form url.
#event_social_twitter: "devopsdays" # Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp
Expand All @@ -47,14 +47,14 @@ location_address: "c/ Pujades, 118, 08005 Barcelona" #Optional - use the street
#event_twitter: "devopsdays" # This will create a traditional "Follow" twitter button. Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp.

nav_elements: # List of pages you want to show up in the navigation of your page.
- name: location
- name: sponsor
- name: propose
- name: contact
- name: conduct
# - name: propose
- name: location
# - name: registration
# - name: program
# - name: speakers
# - name: sponsor
# - name: example
# icon: "map-o" # This is a font-awesome icon that will display on small screens. Choose at http://fontawesome.io/icons/
# url: http://mycfp.com # The url setting is optional, and only if you want the navigation to link off-site
Expand Down
Loading