Skip to content

Commit

Permalink
Merge pull request #2 from mfuehrer82/main
Browse files Browse the repository at this point in the history
Update Sponsors and Add pretix as ticket shop
  • Loading branch information
janmaennig authored Jun 13, 2024
2 parents 58f0845 + 10a3954 commit 0e435b2
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
5 changes: 5 additions & 0 deletions _data/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ sponsors:
image: '/assets/images/sponsors/seventhings.webp'
url: 'https://www.seventhings.com/'

- name: 'LOGSOL GmbH'
image: '/assets/images/sponsors/logsol-logo.webp'
url: 'https://www.logsol.com'

- name: '☝️ Your company logo here'
image: 'https://dummyimage.com/300x300/fff/aaa'
url: 'mailto:[email protected]'

2 changes: 2 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
<script src="https://kit.fontawesome.com/818bfc19aa.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cuYeSxntonz0PPNlHhBs68uyIAVpIIOZZ5JqeqvYYIcEL727kskC66kF92t6Xl2V" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://pretix.eu/widget/v1.en.js" async crossorigin></script>
<link rel="stylesheet" type="text/css" href="https://pretix.eu/phpdd/2024/widget/v1.css" crossorigin>
<link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/fonts.css' | prepend: site.data.settings.baseurl }}">
<link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/bootstrap/bootstrap.css' | prepend: site.data.settings.baseurl }}">
<link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/main.css' | prepend: site.data.settings.baseurl }}">
Expand Down
1 change: 1 addition & 0 deletions _sass/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
.card-img,
.card-img-top {
@include border-top-radius(var(--#{$prefix}card-inner-border-radius));
padding: 25px;
}

.card-img,
Expand Down
Binary file added assets/images/sponsors/logsol-logo.webp
Binary file not shown.
Binary file modified assets/images/sponsors/move-elevator.webp
Binary file not shown.
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,14 @@ <h3>{{ site.data.venue.name }}</h3>

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

<h3>
Ticket sale starts soon. Stay tuned! 🎟️
</h3>
<pretix-widget event="https://pretix.eu/phpdd/2024/" single-item-select="button"></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/phpdd/2024/">click here</a>.
</div>
</div>
</noscript>

<hr class="m-5">

Expand Down

0 comments on commit 0e435b2

Please sign in to comment.