Skip to content

Commit 74f0f1e

Browse files
authored
Merge branch 'main' into bcn-8/add-cfp-and-sponsors
2 parents 77eddf3 + c706dbb commit 74f0f1e

File tree

8 files changed

+89
-7
lines changed

8 files changed

+89
-7
lines changed
16.8 KB
Loading

assets/sponsors/r/robusta.png

-13.9 KB
Loading
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
+++
2+
Title = "Program"
3+
Type = "program"
4+
Description = "Contact information for DevOpsDays Geneva 2026"
5+
+++
6+
<style type="text/css">
7+
div.sponsor-row img.img-fluid{
8+
max-height: 70px;
9+
}
10+
.iframe-container {
11+
position: relative;
12+
overflow: hidden;
13+
width: 100%;
14+
height: 100%;
15+
padding-top: 56.25%; /* 16:9 Aspect Ratio */
16+
}
17+
18+
.responsive-iframe {
19+
position: absolute;
20+
top: 0;
21+
left: 0;
22+
bottom: 0;
23+
right: 0;
24+
width: 100%;
25+
height: 100%;
26+
border: none;
27+
}
28+
</style>
29+
30+
<div class="iframe-container">
31+
<iframe class="responsive-iframe" src="https://devopsdays-geneva.ch/programma.php?who=pb9345acbffe3466983475deca4a455fc223ee340a" allowfullscreen></iframe>
32+
</div>
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
+++
2+
Title = "Speakers"
3+
Type = "speakers"
4+
Description = "Speakers for DevOpsDays Geneva 2026"
5+
+++
6+
<style type="text/css">
7+
div.sponsor-row img.img-fluid{
8+
max-height: 70px;
9+
}
10+
.iframe-container {
11+
position: relative;
12+
overflow: hidden;
13+
width: 100%;
14+
height: 2400px;
15+
padding-top: 56.25%; /* 16:9 Aspect Ratio */
16+
}
17+
18+
.responsive-iframe {
19+
position: absolute;
20+
top: 0;
21+
left: 0;
22+
bottom: 0;
23+
right: 0;
24+
width: 100%;
25+
height: 100%;
26+
border: none;
27+
}
28+
</style>
29+
30+
<div class="iframe-container">
31+
<iframe class="responsive-iframe" src="https://devopsdays-geneva.ch/speakers.php" allowfullscreen></iframe>
32+
</div>

content/events/2026-geneva/welcome.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,23 +99,23 @@ Description = "DevOpsDays Geneva 2026"
9999

100100

101101

102-
<!-- <div class = "row">
102+
<div class = "row">
103103
<div class = "col-md-2">
104104
<strong>Program</strong>
105105
</div>
106106
<div class = "col-md-8">
107107
View the {{< event_link page="program" text="program." >}}
108108
</div>
109-
</div> -->
109+
</div>
110110

111-
<!-- <div class = "row">
111+
<div class = "row">
112112
<div class = "col-md-2">
113113
<strong>Speakers</strong>
114114
</div>
115115
<div class = "col-md-8">
116116
Check out the {{< event_link page="speakers" text="speakers!" >}}
117117
</div>
118-
</div> -->
118+
</div>
119119

120120
<div class = "row">
121121
<div class = "col-md-2">

data/events/2025/tel-aviv/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ sponsors:
180180
level: gold
181181
- id: doit
182182
level: gold
183-
- id: robusta
183+
- id: robusta-before-20260306
184184
level: gold
185185
- id: datadog
186186
level: gold

data/events/2026/geneva/main.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ nav_elements: # List of pages you want to show up in the navigation of your page
4040
# - name: propose
4141
- name: location
4242
- name: registration
43-
# - name: program
44-
# - name: speakers
43+
- name: program
44+
- name: speakers
4545
- name: sponsor
4646
- name: newsletter
4747
- name: contact
@@ -117,6 +117,21 @@ sponsors:
117117
level: gold
118118
- id: bugscale
119119
level: silver
120+
- id: orangecyberdefense
121+
level: silver
122+
- id: robusta
123+
level: silver
124+
- id: meetup-devops-geneva
125+
level: community
126+
- id: agilesuisse
127+
level: community
128+
- id: heg-geneva
129+
level: community
130+
- id: swissdevjobs
131+
level: community
132+
- id: webmardi
133+
level: community
134+
120135

121136
sponsors_accepted : "no" # Whether you want "Become a XXX Sponsor!" link
122137

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: "Robusta"
2+
url: "https://robusta.dev"
3+
twitter: "https://x.com/RobustaDev"

0 commit comments

Comments
 (0)