Skip to content

Commit 4b51a31

Browse files
authored
Merge pull request #15549 from koksay/ist-update
[IST-2025] Add program and speakers, update sponsors
2 parents 4d0f453 + adbf7f4 commit 4b51a31

File tree

6 files changed

+23
-7
lines changed

6 files changed

+23
-7
lines changed

assets/sponsors/a/axoft.png

56.5 KB
Loading

assets/sponsors/t/turknet.png

6.17 KB
Loading

data/events/2025/istanbul/main.yml

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,15 @@ event_social_mastadon: "https://mastodon.social/@devopsdaysist" # Change this to
4545
event_social_bsky: "https://bsky.app/profile/devopsdaysist.bsky.social" # Change this to url to your bluesky page
4646
event_social_youtube: "devopsdaysist" # Change this to the youtube channel handle for your event such as devopsdaysrox
4747
# legacy
48-
event_twitter: "devopsdaysist" # This will create a traditional "Follow" twitter button. Change this to the twitter handle for your event such as devopsdayschi or devopsdaysmsp.
4948

5049
nav_elements: # List of pages you want to show up in the navigation of your page.
5150
# - name: propose
5251
# - name: location
5352
# - name: registration
54-
# - name: program
55-
# - name: speakers
53+
- name: program
54+
url: https://devopsdays.istanbul/#schedules
55+
- name: speakers
56+
url: https://devopsdays.istanbul/#ts-speakers
5657
- name: sponsor
5758
- name: contact
5859
- name: conduct
@@ -109,12 +110,23 @@ organizer_email: "[email protected]" # Put your organizer email address he
109110
# List all of your sponsors here along with what level of sponsorship they have.
110111
# Check data/sponsors/ to use sponsors already added by others.
111112
sponsors:
113+
# platinum
112114
- id: akbank
113115
level: platinum
116+
- id: kloia
117+
level: platinum
118+
- id: bestcloudforme
119+
level: platinum
120+
# gold
114121
- id: aws
115122
level: gold
116-
- id: kloia
123+
- id: axoft
117124
level: gold
125+
# silver
126+
- id: parny
127+
level: silver
128+
- id: turknet
129+
level: silver
118130

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

@@ -123,10 +135,10 @@ sponsors_accepted : "yes" # Whether you want "Become a XXX Sponsor!" link
123135
# unlimited sponsors, omit the max attribute or set it to 0. If you want to prevent all
124136
# sponsorship for a specific level, it is best to remove the level.
125137
sponsor_levels:
126-
- id: gold
127-
label: Gold
128138
- id: platinum
129139
label: Platinum
140+
- id: gold
141+
label: Gold
130142
- id: silver
131143
label: Silver
132144
max: 0 # This is the same as omitting the max limit.

data/sponsors/axoft.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: "Axoft"
2+
url: "https://axoftsolutions.com"

data/sponsors/parny.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name: "Parny"
2-
url: ""
2+
url: "https://parny.io"

data/sponsors/turknet.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
name: "Turknet"
2+
url: "https://www.turk.net"

0 commit comments

Comments
 (0)