diff --git a/docusaurus.config.js b/docusaurus.config.js index d4e566d..ff9e527 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -159,6 +159,10 @@ const config = { label: 'Matrix (chat)', href: 'https://matrix.gwei.cz', }, + { + label: 'Mastodon', + href: 'https://social.gwei.cz', + }, { label: 'Twitter', href: 'https://twitter.com/gweicz', @@ -166,8 +170,12 @@ const config = { ], }, { - title: 'Projekty', + title: 'Projekty a služby', items: [ + { + label: 'Status', + href: 'https://status.gwei.cz', + }, { label: 'BohemianDAO', href: 'https://bohemiandao.cz', diff --git a/projekty/brightid-verifikace.md b/projekty/brightid-verifikace.md index cd543ed..3f7cbb8 100644 --- a/projekty/brightid-verifikace.md +++ b/projekty/brightid-verifikace.md @@ -30,7 +30,7 @@ Pro průzkum a vizualizaci můžete využít [BrightID Explorer](https://explore | Jméno | Matrix | | --------------------------------------------------- | -------------- | | [@kleinpetr](https://forum.gwei.cz/u/kleinpetr) | ? | -| [@tree](https://forum.gwei.cz/u/tree) | @tree:gwei.cz | +| [@tree](https://forum.gwei.cz/u/tree) | [@tree:gwei.cz](https://matrix.to/#/@tree:gwei.cz) | | [@coinmandeer](https://forum.gwei.cz/u/coinmandeer) | ? | ## Matrix kanál diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index daef262..c81dbf5 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -48,10 +48,10 @@ function Feature({Svg, title, description, href, buttonText, buttonHref, inversi return (
-
+
{inversible - ? + ? : } diff --git a/src/components/HomepageFeatures/styles.module.css b/src/components/HomepageFeatures/styles.module.css index b248eb2..cf183de 100644 --- a/src/components/HomepageFeatures/styles.module.css +++ b/src/components/HomepageFeatures/styles.module.css @@ -1,11 +1,11 @@ .features { display: flex; align-items: center; - padding: 2rem 0; + padding: 1rem 0 4rem 0; width: 100%; } .featureSvg { - height: 200px; - width: 200px; + height: 125px; + width: 125px; } diff --git a/src/pages/index.js b/src/pages/index.js index 13eebf5..460b135 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -10,18 +10,36 @@ import styles from './index.module.css'; function HomepageHeader() { const {siteConfig} = useDocusaurusContext(); return ( -
+
-

Gwei.cz - Česko/Slovenská Ethereum komunita

-

{siteConfig.tagline}

- {/*
- - Přejít na fórum - -
*/} +
+
+
+ +
+
+
+
+

Gwei.cz - Česko-Slovenská Ethereum komunita

+

{siteConfig.tagline}

+
+ + Kdo jsme? + + + Co děláme? + +
+
+
+
+ +
); }