Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 27 additions & 9 deletions src/community/meetups.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,36 @@
# Virtual Meetups
# Meetups and Events

Every month, we host a friendly virtual meetup for the Typelevel Community! Each meetup begins with an icebreaker activity to get to know each other, followed by a presentation on a technical topic.
Our events are a wonderful opportunity to connect with other functional programming enthusiasts in a safe, supportive space. We welcome current and aspiring Typelevel users, contributors, and anyone curious to learn more about functional programming, no matter your prior experience. All of our events follow the [Typelevel Code of Conduct].

Our meetups are open to everyone! All participants must follow the [Typelevel Code of Conduct]. We do not record virtual meetups to respect the privacy of attendees while providing a relaxed, safe space to participate.

To receive notifications of future meetups subscribe to the calendar below or ask to join the [Google Group].
To receive notifications of future meetups and events, please [follow our Luma calendar][luma].

@:html
<figure class="bulma-image bulma-is-4by3">
<figure class="bulma-image bulma-is-3by1">
<iframe
src="https://calendar.google.com/calendar/embed?src=c_4107a1cfc2da0c1425c057ff4ba248f3378e4d3ad3e6bf39e79b08ad895bf94d%40group.calendar.google.com"
style="border: 0" width="100%" height="100%" frameborder="0" scrolling="no"></iframe>
src="https://luma.com/embed/calendar/cal-8oggABt5UxYo9Ey/events?lt=light"
width="100%"
height="100%"
frameborder="0"
style="border: 1px solid #bfcbda88; border-radius: 4px;"
allowfullscreen=""
aria-hidden="false"
tabindex="0"
></iframe>
</figure>
@:@

## Virtual Meetups

Every month, we host a friendly virtual meetup for the Typelevel Community! Each meetup begins with an icebreaker activity so we can get to know each other, followed by a presentation on a technical topic. We do not record virtual meetups to respect the privacy of attendees while providing a relaxed, safe space to participate.

## In-person Meetups

We also occasionally organize in-person meetups, such as the [Typelevel Traverse] series.

## Typelevel Summits

We hope to host our next Typelevel Summit in 2027. Recordings of past summits are available on our [YouTube channel](https://www.youtube.com/@typelevel/playlists).

[Typelevel Code of Conduct]: /code-of-conduct/README.md
[Google Group]: https://groups.google.com/a/typelevel.org/g/meetups
[Typelevel Traverse]: /blog/traverses-europe-2026.md
[luma]: https://luma.com/typelevel
2 changes: 1 addition & 1 deletion src/templates/footer.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="bulma-column">
<ul>
<li><a href="@:target(/projects/README.md)">Project Index</a></li>
<li><a href="@:target(/community/meetups.md)">Meetup Calendar</a></li>
<li><a href="@:target(/community/meetups.md)">Event Calendar</a></li>
<li><a href="@:target(/foundation/people.md)">Leadership</a></li>
</ul>
</div>
Expand Down
Loading