Skip to content

Commit

Permalink
[AMS-2025] Embed the PreTix shop on the registration page
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Jan 15, 2025
1 parent e39fa70 commit 9c6cc9a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions content/events/2025-amsterdam/registration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
+++
Title = "Registration"
Type = "event"
Description = "Registration for devopsdays Amsterdam 2025"
+++

<link rel="stylesheet" type="text/css" href="https://tickets.devopsdays.org/devopsdays-amsterdam/2025/widget/v1.css">
<script type="text/javascript" src="https://tickets.devopsdays.org/widget/v1.en.js" async></script>

<pretix-widget event="https://tickets.devopsdays.org/devopsdays-amsterdam/2025/"></pretix-widget>
<noscript>
<div class="pretix-widget">
<div class="pretix-widget-info-message">
JavaScript is disabled in your browser. To access our ticket shop without JavaScript, please <a target="_blank" rel="noopener" href="https://tickets.devopsdays.org/devopsdays-amsterdam/2025/">click here</a>.
</div>
</div>
</noscript>
4 changes: 2 additions & 2 deletions content/events/2025-amsterdam/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Description = "DevOpsDays Amsterdam will take place June 18-20, 2025! The group
<strong>Register / Get a ticket</strong>
</div>
<div class = "col-md-8">
{{< event_link url-key="registration_link" text="Get a ticket to attend the conference!" >}}
{{< event_link page="registration" text="Get a ticket to attend the conference!" >}}
</div>
</div>

Expand Down Expand Up @@ -106,7 +106,7 @@ Description = "DevOpsDays Amsterdam will take place June 18-20, 2025! The group
<div class="d-flex p-2">
<a class="btn btn-primary btn-block"
style="margin-top: 10px; margin-bottom: 10px; background-color: #e59049; border-color: #e59049;"
href="https://tickets.devopsdays.org/devopsdays-amsterdam/2025/">
href="/events/2025-amsterdam/registration">
<i class="fa fa-ticket fa-lg"></i>&nbsp;&nbsp;Buy a ticket
</a>
</div>
Expand Down

0 comments on commit 9c6cc9a

Please sign in to comment.