Skip to content

Commit

Permalink
Merge pull request #2562 from mainmatter/q1-workshops
Browse files Browse the repository at this point in the history
Add public workshops for Svelte and Rust in Q1
  • Loading branch information
marcoow authored Nov 8, 2024
2 parents 89cc9ed + 7b79b0f commit 8a87fee
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
20 changes: 16 additions & 4 deletions src/_data/publicRustWorkshops.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
{
"workshops": [
{
"endDate": "2024-05-29T18:00+02:00",
"date": "May 28th + 29th, 2024, 14:00-18:00 CEST",
"text": "Remote Workshop: Telemetry for Rust APIs – you can't fix what you can't see",
"link": "https://ti.to/mainmatter/rust-telemetry-may-2024"
"endDate": "2025-01-24T18:00+01:00",
"date": "Jan 23rd + 24th, 2025, 14:00-18:00 CET",
"text": "Remote Workshop: Testing for Rust projects – going beyond the basics",
"link": "https://ti.to/mainmatter/rust-testing-jan-2025"
},
{
"endDate": "2025-02-28T18:00+01:00",
"date": "Feb 27th + 28th, 2025, 14:00-18:00 CET",
"text": "Remote Workshop: Rust-Python Interoperability",
"link": "https://ti.to/mainmatter/rust-python-feb-2025"
},
{
"endDate": "2025-02-21T18:00+01:00",
"date": "Jan 30th – Feb 21st, 2025, 14:00-18:00 CET",
"text": "Remote Workshop: Learn Rust, starting from scratch",
"link": "https://ti.to/mainmatter/rust-from-scratch-jan-2025"
}
]
}
10 changes: 10 additions & 0 deletions src/_data/publicSvelteWorkshops.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"workshops": [
{
"endDate": "2025-02-07T18:00+01:00",
"date": "Feb 6th – 7th, 2025, 14:00-18:00 CET",
"text": "Remote Workshop: Svelte 5 & Runes",
"link": "https://ti.to/mainmatter/svelte-5-runes-feb-2025"
}
]
}
2 changes: 2 additions & 0 deletions src/services/workshops/svelte.njk
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ og:
We can get teams up to speed with Svelte from scratch,
or help them tackle a range of specific topics.", workshops)
}}
{% set futurePublicWorkshops = publicSvelteWorkshops.workshops | future %}
{{ publicWorkshops(futurePublicWorkshops) }}

<section class="my-10">
<div class="container container--lg">
Expand Down

0 comments on commit 8a87fee

Please sign in to comment.