Skip to content

Commit

Permalink
Add message about low income and diversity tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudlena committed Jul 16, 2024
1 parent 8c2df09 commit 6a0b4ef
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 55 deletions.
106 changes: 53 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/lib/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
}
},
"tickets": {
"title": "Hol Dir Jetzt Dein Ticket"
"title": "Hol Dir Jetzt Dein Ticket",
"discounted": "Wir bieten ermässigte Tickets für Personen, die zur Diversität der Konferenz beitragen oder ein geringeres Einkommen haben. Bei Interesse, schreib uns bitte eine Nachricht an"
},
"footer": {
"aboutUs": {
Expand Down
3 changes: 2 additions & 1 deletion src/lib/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
}
},
"tickets": {
"title": "Get Your Ticket Now"
"title": "Get Your Ticket Now",
"discounted": "We provide discounted tickets for people who contribute to the conference's diversity or have a lower income. If you are interested, please send us a message to"
},
"footer": {
"aboutUs": {
Expand Down
4 changes: 4 additions & 0 deletions src/routes/Tickets.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@
<h2 class="h2 mb-16">{$_('tickets.title')}</h2>
</a>
<tito-widget event="berner-it-rocks/{PUBLIC_TITO_EVENT_ID}" />
<p class="mt-8 text-2xl">
{$_('tickets.discounted')}
<a href="mailto:[email protected]">[email protected]</a>.
</p>
</section>
</div>

0 comments on commit 6a0b4ef

Please sign in to comment.