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
24 changes: 21 additions & 3 deletions content/events/2025-des-moines/registration.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,29 @@
+++
Title = "Registration"
Type = "event"
Description = "Registration for devopsdays Des Moines 2025"
Description = "Registration for Agile + DevOpsDays Des Moines 2024"
+++

<div style="width:100%; text-align:left;">
<div id="eventbrite-widget-container-1267504242309"></div>

<script src="https://www.eventbrite.com/static/widgets/eb_widgets.js"></script>

<script type="text/javascript">
var exampleCallback = function() {
console.log('Order complete!');
};

window.EBWidgets.createWidget({
// Required
widgetType: 'checkout',
eventId: '1267504242309',
iframeContainerId: 'eventbrite-widget-container-1267504242309',

// Optional
iframeContainerHeight: 425, // Widget height in pixels. Defaults to a minimum of 425px if not provided
onOrderComplete: exampleCallback // Method called when an order has successfully completed
});
</script>

Embed registration iframe/link/etc.
</div></div>
</div>
3 changes: 1 addition & 2 deletions data/events/2025/des-moines/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ registration_date_start: 2025-03-05T00:00:00+02:00
registration_date_end: 2025-10-01T00:00:00+02:00

registration_closed: "" #set this to true if you need to manually close registration before your registration end date
registration_link: "https://www.eventbrite.com/e/agile-devopsdays-des-moines-2025-tickets-1267504242309" # If you have a custom registration link, enter it here. This will control the Registration menu item as well as the "Register" button.

registration_link: "" #if you have a custom link for registration, add it here. This will control the Registration menu item as well as the "Register" button.
# Location
#
# coordinates: "" # No longer used
Expand Down
Loading