Skip to content
Merged
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
31 changes: 31 additions & 0 deletions content/events/2026-brasov/location.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
+++
Title = "Location"
Type = "event"
Description = "Location for devopsdays brasov 2026"
+++

Watch this space for information about the venue including address, map/direction, parking/transit, and any hotel details.

<div style="margin: 2rem 0; width: 100%; height: 450px;">
<iframe
src="https://www.google.com/maps?q=Coresi+Business+Campus,+Strada+Turnului+5,+Brașov&output=embed"
width="100%"
height="100%"
style="border:0;"
loading="lazy"
referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>

<p>This event will be taking place at:</p>

<a href="https://www.google.com/maps?q=Coresi+Business+Campus,+Strada+Turnului+5,+Brasov"
target="_blank" rel="noopener noreferrer">
<address>
Brașov, jud. Brașov<br/>
Coresi Business Campus, H1, 4th Floor<br/>
Strada Turnului 5, 500152
</address>
</a>

<br>
9 changes: 9 additions & 0 deletions content/events/2026-brasov/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ Description = "devopsdays brasov 2026"
</div>
</div>

<div class="row">
<div class="col-md-2">
<strong>Location</strong>
</div>
<div class="col-md-8">
{{< event_location >}}
</div>
</div>

<div class="row">
<div class="col-md-2">
<strong>Dates</strong>
Expand Down
12 changes: 6 additions & 6 deletions data/events/2026/brasov/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ enddate: 2026-05-07T00:00:00+03:00

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

cfp_link: "https://docs.google.com/forms/d/1hzuxKVqtBNEiCI1-2kxAKZ09QDM8pMiUDD8tVYNYGiI/viewform?edit_requested=true" #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.
Expand All @@ -32,9 +32,9 @@ registration_link: "" # If you have a custom registration link, enter it here. T
#
# coordinates: "" # No longer used

location: "Brasov" # 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: "Coresi Business Campus" # Defaults to city, but you can make it the venue name.

location_address: "Coresi Business Park, Brașov" #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 @@ -55,8 +55,8 @@ event_social_youtube: "devopsdays" # Change this to the youtube channel handle f
social_shares: # ["email", "twitter", "facebook", "linkedin"]

nav_elements: # List of pages you want to show up in the navigation of your page.
# - name: propose
# - name: location
- name: propose
- name: location
# - name: registration
# - name: program
# - name: speakers
Expand Down
Loading