From a874c2ae7dad383bfaefdea8820507dbe160ffb7 Mon Sep 17 00:00:00 2001 From: schneider <schneider@blinkenlichts.net> Date: Fri, 25 Jun 2021 12:24:18 +0200 Subject: [PATCH] add community page --- _index.md | 10 ++-------- community/_index.md | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 8 deletions(-) create mode 100644 community/_index.md diff --git a/_index.md b/_index.md index 6979aa8..fc6173e 100644 --- a/_index.md +++ b/_index.md @@ -31,16 +31,10 @@ After playing around with card10 a bit, you want to learn how to write your own Spare me the details just give me the links to the docs! ### Community - - [IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat): [`libera.chat#card10badge`](https://web.libera.chat/#card10badge) - - mirrored to [Matrix](https://en.wikipedia.org/wiki/Matrix_(protocol)) (mirror): [`#card10badge:libera.chat`](https://matrix.to/#/#card10badge:libra.chat) - - If you can please join via IRC directly. Bridging IRC channels to Matrix is unreliable at best. - - [GitLab: `https://git.card10.badge.events.ccc.de`](https://git.card10.badge.events.ccc.de/explore/groups/) -You can [browse](https://git.card10.badge.events.ccc.de/card10/logix) this wiki's source and [read more](/firmware/gitlab) about our GitLab instance. +You can reach us via our chat room (libera IRC and Matrix), Twitter, Mastodon and our GitLab instance. -### Social Media - - [`@card10badge@chaos.social`](https://chaos.social/@card10badge) - - [`twitter.com/card10badge`](https://twitter.com/card10badge) +Please check out the [community page](/community) on how to do that. ### [FAQ](/faq) diff --git a/community/_index.md b/community/_index.md new file mode 100644 index 0000000..72e7f3f --- /dev/null +++ b/community/_index.md @@ -0,0 +1,20 @@ +--- +title: Community +weight: 10 +--- + +Please get in touch with us. We are always happy to help out and get your card10 in shape! + +## Chat + - [IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat): [`libera.chat#card10badge`](https://web.libera.chat/#card10badge) + - mirrored to [Matrix](https://en.wikipedia.org/wiki/Matrix_(protocol)) (mirror): [`#card10badge:libera.chat`](https://matrix.to/#/#card10badge:libra.chat) + - If you can please join via IRC directly. Bridging IRC channels to Matrix is unreliable at best. + +## Social Media + - [`@card10badge@chaos.social`](https://chaos.social/@card10badge) + - [`twitter.com/card10badge`](https://twitter.com/card10badge) + +## Bug reports and development + - [GitLab: `https://git.card10.badge.events.ccc.de`](https://git.card10.badge.events.ccc.de/explore/groups/) + +You can [browse](https://git.card10.badge.events.ccc.de/card10/logix) this wiki's source and [read more](/firmware/gitlab) about our GitLab instance. -- GitLab