Skip to content

Commit 0e435b2

Browse files
authored
Merge pull request #2 from mfuehrer82/main
Update Sponsors and Add pretix as ticket shop
2 parents 58f0845 + 10a3954 commit 0e435b2

File tree

6 files changed

+16
-3
lines changed

6 files changed

+16
-3
lines changed

_data/sponsors.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ sponsors:
6363
image: '/assets/images/sponsors/seventhings.webp'
6464
url: 'https://www.seventhings.com/'
6565

66+
- name: 'LOGSOL GmbH'
67+
image: '/assets/images/sponsors/logsol-logo.webp'
68+
url: 'https://www.logsol.com'
69+
6670
- name: '☝️ Your company logo here'
6771
image: 'https://dummyimage.com/300x300/fff/aaa'
6872
url: 'mailto:[email protected]'
73+

_includes/head.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
<script src="https://kit.fontawesome.com/818bfc19aa.js" crossorigin="anonymous"></script>
5656
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
5757
<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>
5860
<link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/fonts.css' | prepend: site.data.settings.baseurl }}">
5961
<link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/bootstrap/bootstrap.css' | prepend: site.data.settings.baseurl }}">
6062
<link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/main.css' | prepend: site.data.settings.baseurl }}">

_sass/_card.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
.card-img,
164164
.card-img-top {
165165
@include border-top-radius(var(--#{$prefix}card-inner-border-radius));
166+
padding: 25px;
166167
}
167168

168169
.card-img,
7.45 KB
Binary file not shown.
-18.1 KB
Binary file not shown.

index.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,14 @@ <h3>{{ site.data.venue.name }}</h3>
179179

180180
<h1 id="tickets">Tickets</h1>
181181

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>
185190

186191
<hr class="m-5">
187192

0 commit comments

Comments
 (0)