Skip to content

Commit

Permalink
Remove Hackaburg, add next meeting (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: Bastian <[email protected]>
  • Loading branch information
phntxx and Bastian authored Jun 15, 2023
1 parent ace1b9a commit 1a8f4dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 6 additions & 7 deletions src/lib/termine.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[
{
"title": "Hackaburg 2023",
"title": "Vereinssitzung",
"date": {
"day": "25",
"month": "Mai. 2023",
"time": "Do. 15.00"
"day": "27",
"month": "Jun. 2023",
"time": "Di. 18.00"
},
"description": "Hackaburg ist eine einzigartige Hackathon-Erfahrung, die mehr als 100 Entwickler*Innen, Designer*Innen und Unternehmer*Innen aus der ganzen Welt zusammenbringt.",
"link": "https://hackaburg.de/",
"description": "Du willst dem Hackaburg-Team beitreten und uns helfen, mehr coole Events auf die Beine zu stellen? Dann schau' bei unserer nächsten Sitzung in der Techbase vorbei!",
"image": "https://via.placeholder.com/700x250"
},
{
Expand All @@ -17,7 +16,7 @@
"month": "Jul. 2023",
"time": "Do. 18.30"
},
"description": "Lasst uns gemeinsam mit Comedyhacker Tobias Schrödel im Degginger in die spannende und spaßige Welt von Ransomwareangriffen und Cyberkriminellen abtauchen. Spaß garantiert! ",
"description": "Lasst uns gemeinsam mit Comedyhacker Tobias Schrödel im Degginger in die spannende und spaßige Welt von Ransomwareangriffen und Cyberkriminellen abtauchen. Spaß garantiert!",
"link": "https://eveeno.com/hackyhour",
"image": "https://via.placeholder.com/700x250"
}
Expand Down
4 changes: 3 additions & 1 deletion src/routes/landing/Termine.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
<p class="text-gray-700 text-base mb-8 md:mr-8">
{card.description}
</p>
<a class="text-lime-500 text-base mb-8 md:mr-8" href="{card.link}">Anmeldung & Details</a>
{#if card.link}
<a class="text-lime-500 text-base mb-8 md:mr-8" href="{card.link}">Anmeldung & Details</a>
{/if}
</div>
</div>
</div>
Expand Down

0 comments on commit 1a8f4dd

Please sign in to comment.