Skip to content
Merged
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
35 changes: 18 additions & 17 deletions data/events/2026/istanbul/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ registration_link: "https://kommunity.com/devops-turkiye/events/devopsdays-istan
# coordinates: "" # No longer used

location: "Istanbul" # 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: "Degirmen Yolu Cad. No:39B Icerenkoy Mahallesi Atasehir" #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/2026-denver/welcome/
Expand All @@ -46,13 +45,13 @@ event_social_youtube: "devopsdaysist" # Change this to the youtube channel handl
# legacy

nav_elements: # List of pages you want to show up in the navigation of your page.
- name: propose
# - name: propose
# - name: location
- name: registration
# - name: program
# url: https://devopsdays.istanbul/#schedules
# - name: speakers
# url: https://devopsdays.istanbul/#ts-speakers
# - name: registration
- name: program
url: https://devopsdays.istanbul/#schedules
- name: speakers
url: https://devopsdays.istanbul/#ts-speakers
- name: sponsor
- name: contact
- name: conduct
Expand All @@ -70,7 +69,7 @@ team_members: # Name is the only required field for team members.
twitter: DeryaDorian

- name: "Batuhan Apaydin"
employer: "Trendyol"
employer: "Chainguard"
image: "batuhan-apaydin.jpg"
twitter: "developerguyba"
linkedin: "https://www.linkedin.com/in/bthnapydin/"
Expand All @@ -94,7 +93,7 @@ team_members: # Name is the only required field for team members.
linkedin: "https://www.linkedin.com/in/nazlicanyavuz/"

- name: "Can Gurdal"
employer: "Huawei"
employer: "Hepsiburada"
image: "can-gurdal.jpg"
email: "gurdalc19@gmail.com"
linkedin: "https://www.linkedin.com/in/gurdalc19"
Expand All @@ -119,7 +118,7 @@ organizer_email: "istanbul@devopsdays.org" # Put your organizer email address he

# List all of your sponsors here along with what level of sponsorship they have.
# Check data/sponsors/ to use sponsors already added by others.
sponsors: []
sponsors:
# platinum
# - id: akbank
# level: platinum
Expand All @@ -128,15 +127,16 @@ sponsors: []
# - id: bestcloudforme
# level: platinum
# # gold
# - id: aws
# level: gold
- id: kloia
level: gold
# - id: axoft
# level: gold
# # silver
# - id: parny
# level: silver
# silver
# - id: turknet
# level: silver
# media
- id: kubeevents
level: media

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

Expand All @@ -151,4 +151,5 @@ sponsor_levels:
label: Gold
- id: silver
label: Silver
max: 0 # This is the same as omitting the max limit.
- id: media
label: Media
Loading