File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 55
55
< script src ="https://kit.fontawesome.com/818bfc19aa.js " crossorigin ="anonymous "> </ script >
56
56
< script src ="
https://cdn.jsdelivr.net/npm/@popperjs/[email protected] /dist/umd/popper.min.js "
integrity ="
sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3 "
crossorigin ="
anonymous "
> </ script >
57
57
< script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.min.js "
integrity ="
sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V "
crossorigin ="
anonymous "
> </ script >
58
+ < script type ="text/javascript " src ="https://pretix.eu/widget/v1.en.js " async crossorigin > </ script >
59
+ < link rel ="stylesheet " type ="text/css " href ="https://pretix.eu/phpdd/2024/widget/v1.css " crossorigin >
58
60
< link rel ="stylesheet " type ="text/css " media ="screen " href ="{{ '/assets/css/fonts.css' | prepend: site.data.settings.baseurl }} ">
59
61
< link rel ="stylesheet " type ="text/css " media ="screen " href ="{{ '/assets/bootstrap/bootstrap.css' | prepend: site.data.settings.baseurl }} ">
60
62
< link rel ="stylesheet " type ="text/css " media ="screen " href ="{{ '/assets/css/main.css' | prepend: site.data.settings.baseurl }} ">
Original file line number Diff line number Diff line change @@ -179,9 +179,14 @@ <h3>{{ site.data.venue.name }}</h3>
179
179
180
180
< h1 id ="tickets "> Tickets</ h1 >
181
181
182
- < h3 >
183
- Ticket sale starts soon. Stay tuned! 🎟️
184
- </ h3 >
182
+ < pretix-widget event ="https://pretix.eu/phpdd/2024/ " single-item-select ="button "> </ pretix-widget >
183
+ < noscript >
184
+ < div class ="pretix-widget ">
185
+ < div class ="pretix-widget-info-message ">
186
+ JavaScript is disabled in your browser. To access our ticket shop without JavaScript, please < a target ="_blank " rel ="noopener " href ="https://pretix.eu/phpdd/2024/ "> click here</ a > .
187
+ </ div >
188
+ </ div >
189
+ </ noscript >
185
190
186
191
< hr class ="m-5 ">
187
192
You can’t perform that action at this time.
0 commit comments