Skip to content

Commit

Permalink
add tickets booking page
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Apr 13, 2024
1 parent 3dea6a9 commit db7f7b4
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 3 deletions.
Binary file removed _includes/css/.sotm.css.swp
Binary file not shown.
4 changes: 4 additions & 0 deletions _includes/css/sotm.css
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,10 @@ h2.abstract-subtitle {
}

/* Pretix ticket widget */
.pretix-widget {
padding-top: 10px !important;
border: none !important;
}
.pretix-widget-voucher {
display: none;
}
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!--<a class="block" href="{{site.baseurl}}/posters/">Posters</a>-->
<!--<a class="block" href="https://zenodo.org/record/7004791">Proceedings of the Academic&nbsp;Track</a>-->
<!--<a class="block" href="{{site.baseurl}}/artwork/">Artwork</a>-->
<!--<a class="block" href="{{site.baseurl}}/tickets/">Tickets</a>-->
<a class="block" href="{{site.baseurl}}/tickets/">Tickets</a>
<a class="block" href="{{site.baseurl}}/venue/">Venue</a>
<!--<a class="block" href="{{site.baseurl}}/events/">Social Event</a>-->
<!--</nav>
Expand Down
5 changes: 3 additions & 2 deletions _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@
<!--<li>
<a href="https://blog.openstreetmap.org/2020/01/18/sotm2020-applications-for-scholarships-open/">Apply for Scholarship</a>
</li>-->
<!--<li>
<li>
<a class="{% if page.url contains '/tickets' %}active{% endif %}" href="{{site.baseurl}}/tickets/">Tickets</a>
</li>-->
</li>

<!--<li>
<a class="{% if page.url contains '/stream' %}active{% endif %}" href="{{site.baseurl}}/stream/">Live Stream</a>
</li>-->
Expand Down
34 changes: 34 additions & 0 deletions tickets/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
layout: program
title: Tickets
titlecontent: ""
---

<h1>Tickets</h1>

<p>Get your ticket for State of the Map 2024 now! There are two different ways you can attend:</p>

<h2>Nairobi Ticket</h2>

<p>Choose this ticket if you would like to attend the conference in person in Nairobi. This ticket includes meals at the conference's breaks and social event. If you are contributing to OpenStreetMap as a hobbyist, you may choose the discounted <em>Community Ticket</em>. Otherwise please get a <em>Regular Ticket</em>.</p>

<h2>Venueless Ticket</h2>

<p>Choose this ticket if you don't plan to attend the conference in person, but want to join in remotely. This will give you access to an online platform featuring the conference's talks, a chat to interact with other participants and allows to send questions to speakers during Q&A sessions.</p>

<h2>Book your Ticket</h2>

<link rel="stylesheet" type="text/css" href="https://pretix.eu/osmf/SotM2022/widget/v1.css">
<script type="text/javascript" src="https://pretix.eu/widget/v1.en.js" async></script>

<pretix-widget event="https://pretix.eu/osmf/SotM2024/"></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://pretix.eu/osmf/sotm2024/">click here</a>.
</div>
</div>
</noscript>

<p>If the above form doesn't work for you, you can also try this <a target="_blank" rel="noopener" href="https://pretix.eu/osmf/SotM2024/">alternative link of the booking page</a>.</p>

0 comments on commit db7f7b4

Please sign in to comment.