Skip to content

Commit 7f8e0d7

Browse files
authored
[AMS-2026] add early bird ticket banner to welcome page (#15799)
Add a prominent ticket banner to the Amsterdam 2026 welcome page with DevOpsDays brand blue gradient, early bird badge, and orange CTA button linking to the Pretix ticket shop.
1 parent 12fcfa6 commit 7f8e0d7

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

content/events/2026-amsterdam/welcome.md

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,6 @@ Description = "DevOpsDays Amsterdam 2026 - Join us on June 19th, 2026 in Amsterd
103103
<i class="fa fa-money fa-lg"></i>&nbsp;&nbsp;Sponsor the Conference
104104
</a>
105105
</div>
106-
<!-- <div class="d-flex p-2">
107-
<a class="btn btn-primary btn-block"
108-
style="margin-top: 10px; margin-bottom: 10px; background-color: #e59049; border-color: #e59049;"
109-
href="/events/2026-amsterdam/registration">
110-
<i class="fa fa-ticket fa-lg"></i>&nbsp;&nbsp;Buy a ticket
111-
</a>
112-
</div> -->
113106
<div class="d-flex p-2">
114107
<a class="btn btn-primary btn-block"
115108
style="margin-top: 10px; margin-bottom: 10px; background-color: #96bfe6; border-color: #96bfe6;"
@@ -121,6 +114,30 @@ Description = "DevOpsDays Amsterdam 2026 - Join us on June 19th, 2026 in Amsterd
121114
</div>
122115
</div>
123116

117+
<div class="row" style="margin-top: 20px; margin-bottom: 20px;">
118+
<div class="col-12">
119+
<div style="background: linear-gradient(135deg, #0082AB 0%, #00a8d6 50%, #4fc3f7 100%); border-radius: 12px; padding: 28px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; box-shadow: 0 4px 15px rgba(0,130,171,0.3);">
120+
<div style="flex: 1; min-width: 250px;">
121+
<span style="display: inline-block; background-color: #e59049; color: #fff; font-weight: bold; font-size: 0.75rem; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 12px; border-radius: 4px; margin-bottom: 8px;">
122+
🎫 Early Bird
123+
</span>
124+
<h3 style="color: #fff; margin: 0 0 4px 0; font-size: 1.4rem; font-weight: 700;">
125+
Tickets for DevOpsDays Amsterdam 2026
126+
</h3>
127+
<p style="color: rgba(255,255,255,0.85); margin: 0; font-size: 0.95rem;">
128+
June 19th &bull; Pakhuis de Zwijger &bull; Get them while they're hot!
129+
</p>
130+
</div>
131+
<div style="flex-shrink: 0;">
132+
<a href="https://tickets.devopsdays.org/devopsdays-amsterdam/2026/"
133+
style="display: inline-block; background-color: #e59049; color: #fff; font-weight: bold; font-size: 1.1rem; padding: 14px 32px; border-radius: 8px; text-decoration: none; box-shadow: 0 3px 10px rgba(0,0,0,0.2); white-space: nowrap;">
134+
<i class="fa fa-ticket"></i>&nbsp; Grab Your Ticket &rarr;
135+
</a>
136+
</div>
137+
</div>
138+
</div>
139+
</div>
140+
124141
<div class="row">
125142
<div class="col-12">
126143
From fledgling startups to established enterprises, The Netherlands hosts a vibrant and growing technology community. Amsterdam, in particular, has emerged as a global hub of innovation and activity in recent years.

0 commit comments

Comments
 (0)