Skip to content

Commit

Permalink
Add eventbrite section
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvanderburg authored Oct 9, 2024
1 parent 78ffcfe commit 2aa3c8c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,25 @@ Read correct lesson meta from esciencecenter-digital-skills/workshop-metadata
Check DC curriculum
{% endcomment %}

{% comment %}
EVENTBRITE

This block includes the Eventbrite registration widget if
'eventbrite' has been set in the header. You can delete it if you
are not using Eventbrite, or leave it in, since it will not be
displayed if the 'eventbrite' field in the header is not set.
{% endcomment %}
{% if eventbrite %}
<strong>Some adblockers block the registration window. If you do not see the
registration box below, please check your adblocker settings.</strong>
<iframe
src="https://www.eventbrite.com/tickets-external?eid={{eventbrite}}&ref=etckt"
frameborder="0"
width="100%"
height="400px"
scrolling="auto">
</iframe>
{% endif %}
<h2 id="general">General Information</h2>

{% comment %}
Expand Down

0 comments on commit 2aa3c8c

Please sign in to comment.