Skip to content
Open
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
8 changes: 6 additions & 2 deletions content/events/2026-barcelona/location.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ Type = "event"
Description = "Location for devopsdays Barcelona 2026"
+++

Watch this space for information about the venue including address, map/direction, parking/transit, and any hotel details.
The DevOpsDays Barcelona 2026 conference will take place at BAU, College of Arts and Design in Barcelona. Located in the heart of Poblenou—the city’s vibrant technological and innovation district (22@), this venue is housed in a beautifully restored industrial building that formerly served as a textile warehouse.

The space seamlessly blends its industrial heritage with a modern, creative atmosphere. Attendees will experience a dynamic environment where high ceilings and industrial architecture meet design workshops and research laboratories. Its location in Poblenou places the event just a short walk from the beach and surrounded by the creative energy of Barcelona’s local tech and design community.

https://www.baued.es/en/bau/campus-bau

<!-- Uncomment this only if you have set the coordinates for your location in the config yaml. Get Latitude and Longitude of a Point: http://itouchmap.com/latlong.html -->
<!-- {{< event_map >}} -->
{{< event_map >}}

<!-- Edit and uncomment to let people know what accessibility features you have available -->
<!--
Expand Down
6 changes: 2 additions & 4 deletions content/events/2026-barcelona/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ Description = "DevOpsDays Barcelona 2026"
<strong>Dates</strong>
</div>
<div class = "col-md-8">
Nov 2026
{{< event_start >}} - {{< event_end >}}
</div>
</div>

<!---
<div class = "row">
<div class = "col-md-2">
<strong>Location</strong>
Expand All @@ -70,7 +69,6 @@ Description = "DevOpsDays Barcelona 2026"
{{< event_location >}}
</div>
</div>
--->

<!-- <div class = "row">
<div class = "col-md-2">
Expand Down Expand Up @@ -156,7 +154,7 @@ Description = "DevOpsDays Barcelona 2026"
<li><b>Plenty of Chances to Connect:</b> Meet new people, build relationships, and share ideas in a friendly and welcoming setting.</li>
</ul>
<p>
We're busy planning an awesome event, and we can't wait to welcome you back to DevOpsDays Barcelona. Keep an eye out for more details on specific dates, the location, and how to get involved as a speaker, sponsor or even a volunteer.
We're busy planning an awesome event, and we can't wait to welcome you back to DevOpsDays Barcelona. Keep an eye out for more details on how to get involved as a speaker, sponsor or even a volunteer.
</p>
<p>
<b>Let's make this return bigger and better than ever before!</b>
Expand Down
8 changes: 4 additions & 4 deletions data/events/2026/barcelona/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ ga_tracking_id: "" # If you have your own Google Analytics tracking ID, enter it
# variable: 2019-01-05T23:59:59+02:00
# Note: we allow 2026-MM-DD for backward compatibility, but it can lead to unexpected behaviors (like your event disappearing from the front page during your last day)

startdate: # The start date of your event. Leave blank if you don't have a venue reserved yet.
enddate: # The end date of your event. Leave blank if you don't have a venue reserved yet.
startdate: 2026-11-13T00:00:00+02:00 # The start date of your event. Leave blank if you don't have a venue reserved yet.
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.
Expand All @@ -32,7 +32,7 @@ registration_link: "" # If you have a custom registration link, enter it here. T

location: "Barcelona" # Defaults to city, but you can make it the venue name.
#
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!
location_address: "c/ Pujades, 118, 08005 Barcelona" #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!

# 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/
Expand All @@ -50,7 +50,7 @@ nav_elements: # List of pages you want to show up in the navigation of your page
- name: contact
- name: conduct
# - name: propose
# - name: location
- name: location
# - name: registration
# - name: program
# - name: speakers
Expand Down
Loading