Skip to content

Commit

Permalink
Remove workshops from perks
Browse files Browse the repository at this point in the history
  • Loading branch information
mkretz committed Feb 5, 2024
1 parent d428095 commit b376a54
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
4 changes: 0 additions & 4 deletions src/lib/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
"title": "Community",
"text": "Von Engineers für Engineers, der dritte Schweizer Cloud Native Community Day. Hinter dem Anlass steht der Non-Profit Verein «bernerit.rocks»."
},
"handsOn": {
"title": "Get your Hands Dirty!",
"text": "Erfahrung aus der Praxis, Know-how von Hands-On Spezialist:innen und die Möglichkeit mittels Workshops selber Hand anzulegen."
},
"gurten": {
"title": "Gurten",
"text": "Ein Tag, 250 Teilnehmende, auf dem einmaligen Berner Hausberg. Aus der Region für die Region."
Expand Down
4 changes: 0 additions & 4 deletions src/lib/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@
"title": "Community",
"text": "From engineers, for engineers—the first Swiss Cloud Native Community Day. Organized by the Swiss nonprofit association “bernerit.rocks”."
},
"handsOn": {
"title": "Get your Hands Dirty!",
"text": "Practical expertise from seasoned, hands-on specialists who will share their knowledge in three-hour workshops."
},
"gurten": {
"title": "Mount Gurten",
"text": "One day, 250 participants, atop Bern‘s lovely Mount Gurten."
Expand Down
6 changes: 1 addition & 5 deletions src/routes/Perks.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
title: $_('perks.community.title'),
text: $_('perks.community.text')
},
{
title: $_('perks.handsOn.title'),
text: $_('perks.handsOn.text')
},
{
title: $_('perks.gurten.title'),
text: $_('perks.gurten.text')
Expand All @@ -24,7 +20,7 @@

<div class="w-full px-8 pt-28 pb-0">
<div id="perks" class="container mx-auto flex flex-col items-center text-left max-w-5xl">
<div class="grid md:grid-cols-3 gap-16">
<div class="grid md:grid-cols-2 gap-16">
{#each perks as perks (perks.title)}
<div class="flex flex-col">
<h4 class="h4 mb-4">{perks.title}</h4>
Expand Down

0 comments on commit b376a54

Please sign in to comment.