diff --git a/komunita/governance-call/seznam-setkani.md b/komunita/governance-call/seznam-setkani.md index 05272f3..a59f3d6 100644 --- a/komunita/governance-call/seznam-setkani.md +++ b/komunita/governance-call/seznam-setkani.md @@ -12,6 +12,10 @@ Zde najdete seznam všech plánovaných a proběhlých [Governance Call](./) set | ----------------------------------------------------- | ---------- | ------------------------------------- | | [#20](https://forum.gwei.cz/t/governance-call-20/565) | 07.12.2022 | [@tree](https://forum.gwei.cz/u/tree) | +:::info +V organizaci callů se střídají členové našeho [Councilu](../council/). +::: + ## Uskutečněné | Číslo | Datum | Organizátor | @@ -36,11 +40,3 @@ Zde najdete seznam všech plánovaných a proběhlých [Governance Call](./) set | [#2](https://forum.gwei.cz/t/governance-call-2/213) | 17.02.2021 | [@tree](https://forum.gwei.cz/u/tree) | | #1 | 10.02.2021 | [@tree](https://forum.gwei.cz/u/tree) | | #0 | 03.02.2021 | [@tree](https://forum.gwei.cz/u/tree) | - -{% hint style="info" %} - -{% endhint %} - -:::info -V organizaci callů se střídají členové našeho [Councilu](../council/). -::: diff --git a/komunita/historie.md b/komunita/historie.md index d705d4f..135a428 100644 --- a/komunita/historie.md +++ b/komunita/historie.md @@ -12,6 +12,7 @@ description: Důležité milníky naší komunity ### Září 2022 +* 30.09.2022 - Založena komunitní [_Mastodon_ instance](./komunikacni-kanaly/mastodon.md) ([social.gwei.cz](https://social.gwei.cz)). * 30.09.2022 - Založen komunitní [_Matrix_ space](./komunikacni-kanaly/matrix.md) ([matrix.gwei.cz](https://matrix.gwei.cz)). * 15.09.2022 - _The Merge_, v rámci kterého jsme uspořádali [pár mimořádných událostí](https://forum.gwei.cz/t/the-merge-lokalni-udalosti-v-nasledujicich-hodinach-a-dnech/562). diff --git a/projekty/hosting/btcpayserver.md b/projekty/hosting/btcpayserver.md index 7e752bb..3de592e 100644 --- a/projekty/hosting/btcpayserver.md +++ b/projekty/hosting/btcpayserver.md @@ -1 +1,7 @@ # BTCPayServer + +```mdx-code-block +import WIP from '@site/src/components/WIP'; + + +``` \ No newline at end of file diff --git a/projekty/hosting/ethereum-node.md b/projekty/hosting/ethereum-node.md index cd0cb21..27909ff 100644 --- a/projekty/hosting/ethereum-node.md +++ b/projekty/hosting/ethereum-node.md @@ -1 +1,7 @@ # Ethereum node + +```mdx-code-block +import WIP from '@site/src/components/WIP'; + + +``` \ No newline at end of file diff --git a/projekty/hosting/gitea.md b/projekty/hosting/gitea.md index 574981f..536c47c 100644 --- a/projekty/hosting/gitea.md +++ b/projekty/hosting/gitea.md @@ -1 +1,7 @@ # Gitea + +```mdx-code-block +import WIP from '@site/src/components/WIP'; + + +``` \ No newline at end of file diff --git a/projekty/hosting/ipfs.md b/projekty/hosting/ipfs.md index 69204bb..0660d07 100644 --- a/projekty/hosting/ipfs.md +++ b/projekty/hosting/ipfs.md @@ -1 +1,7 @@ # IPFS node + +```mdx-code-block +import WIP from '@site/src/components/WIP'; + + +``` \ No newline at end of file diff --git a/projekty/hosting/jitsi.md b/projekty/hosting/jitsi.md index fb03d54..c91f162 100644 --- a/projekty/hosting/jitsi.md +++ b/projekty/hosting/jitsi.md @@ -1 +1,7 @@ # Jitsi + +```mdx-code-block +import WIP from '@site/src/components/WIP'; + + +``` \ No newline at end of file diff --git a/projekty/hosting/mastodon.md b/projekty/hosting/mastodon.md index e2b38a0..1b14a9f 100644 --- a/projekty/hosting/mastodon.md +++ b/projekty/hosting/mastodon.md @@ -1 +1,7 @@ # Mastodon + +```mdx-code-block +import WIP from '@site/src/components/WIP'; + + +``` \ No newline at end of file diff --git a/projekty/hosting/matrix-homeserver.md b/projekty/hosting/matrix-homeserver.md index 706d3e4..0d9ed81 100644 --- a/projekty/hosting/matrix-homeserver.md +++ b/projekty/hosting/matrix-homeserver.md @@ -1 +1,7 @@ -# Matrix Homeserver \ No newline at end of file +# Matrix Homeserver + +```mdx-code-block +import WIP from '@site/src/components/WIP'; + + +``` \ No newline at end of file diff --git a/projekty/hosting/pretix.md b/projekty/hosting/pretix.md index 710a4f7..afe38b1 100644 --- a/projekty/hosting/pretix.md +++ b/projekty/hosting/pretix.md @@ -1 +1,7 @@ # Pretix + +```mdx-code-block +import WIP from '@site/src/components/WIP'; + + +``` \ No newline at end of file diff --git a/projekty/hosting/tor.md b/projekty/hosting/tor.md index a0e9ff5..148f40c 100644 --- a/projekty/hosting/tor.md +++ b/projekty/hosting/tor.md @@ -1 +1,7 @@ # Tor relay + +```mdx-code-block +import WIP from '@site/src/components/WIP'; + + +``` \ No newline at end of file diff --git a/projekty/hosting/woodpecker.md b/projekty/hosting/woodpecker.md index 5617093..f58d140 100644 --- a/projekty/hosting/woodpecker.md +++ b/projekty/hosting/woodpecker.md @@ -1 +1,7 @@ # Woodpecker CI + +```mdx-code-block +import WIP from '@site/src/components/WIP'; + + +``` \ No newline at end of file diff --git a/src/components/WIP.js b/src/components/WIP.js new file mode 100644 index 0000000..fac41a6 --- /dev/null +++ b/src/components/WIP.js @@ -0,0 +1,12 @@ +import React from 'react'; +import Admonition from '@theme/Admonition'; + +export default function WIP() { + return ( +
+ +

Na obsahu této stránky usilovně pracujeme. Děkujeme za pochopení!

+
+
+ ) +} \ No newline at end of file diff --git a/udalosti/beerfi.md b/udalosti/beerfi.md index f04ef9c..9cbcaaa 100644 --- a/udalosti/beerfi.md +++ b/udalosti/beerfi.md @@ -1,6 +1,6 @@ # BeerFi Prague -- Termín konání: **poslední úterý v měsíci** (od 19:00) +- Termín konání: **poslední úterý v měsíci 19:00** (1x měsíčně) - Místo: Praha, aktuálně [Dílna](https://www.kafevdilne.cz/) Každé úterý v posledním týdnu v měsíci se společně scházejí programátoři z oblasti Web3. Ať už jste Web2 vývojář a chcete se dozvědět více, nebo jste ve sféře Web3 seniorní, naše setkání je tu pro vás! diff --git a/udalosti/palime-ether.md b/udalosti/palime-ether.md index 79d7ec9..8bbba25 100644 --- a/udalosti/palime-ether.md +++ b/udalosti/palime-ether.md @@ -1,6 +1,6 @@ # Pálíme Ether -- Termín konání: **každé druhé úterý 21:00** +- Termín konání: **každé druhé úterý 21:00** (2x měsíčně) - Místo: online - [meet.gwei.cz/palime-ether](https://meet.gwei.cz/palime-ether) Setkání nad nejzajímavějšími událostmi z Ethereum ekosystému nebo kryptoměnového světa za poslední dva týdny. diff --git a/udalosti/utxo.md b/udalosti/utxo.md index 61c076c..43dafe4 100644 --- a/udalosti/utxo.md +++ b/udalosti/utxo.md @@ -13,7 +13,7 @@ Konference je organizována spolkem [UTXO Foundation](https://utxo.foundation/), | Pořadí | Název | Datum | Místo | | --- | --- | --- | --- | | #3 | **UTXO.23** | červen 2023 | TBA | -| #1 | **UTXO.22** | 4-5.6.2022 | [Gabriel Loci](https://www.gabrielloci.com/) | +| #1 | [**UTXO.22**](#utxo22-2022) | 4-5.6.2022 | [Gabriel Loci](https://www.gabrielloci.com/) | ### UTXO.22 (2022)