diff --git a/all/all-docs.md b/all/all-docs.md new file mode 100644 index 0000000..a57508b --- /dev/null +++ b/all/all-docs.md @@ -0,0 +1,40 @@ + +*ganoderma lucidum (reishi)* + + +![r1](assets/docs/reishi-bags.jpeg "reishi") + + +![r1](assets/docs/reishi-shelf.jpeg "reishi") + + +![r1](assets/docs/smile.jpeg "reishi") + + +![r1](assets/docs/cultures.jpeg "reishi") + + +![r1](assets/docs/mae-dish.jpeg "reishi") + + +*hericium erinaceus (lions mane)* + + +![r2](assets/docs/lionsmane-fruit.jpeg "reishi") + + +![r2](assets/docs/lionsmane-harvest.jpeg "reishi") + + +*pleurotus ostreatus (oyster)* + + +![r1](assets/docs/oyster.jpeg "oyster") +![r1](assets/docs/oyster4.jpeg "oyster") +![r1](assets/docs/oyster2.jpeg "oyster") +![r1](assets/docs/oyster3.jpeg "oyster") + + +More detailed documentation and in progress notes can be found in our notes on hyphalfusion.network [here](https://hyphalfusion.network/tag/kiezpilz). + + diff --git a/all/contact.md b/all/contact.md index 8fe906f..d5f3c8b 100644 --- a/all/contact.md +++ b/all/contact.md @@ -3,4 +3,5 @@ Feel free to send a message <3 e-mail — [contact@kiezpilz.de](mailto:contact@kiezpilz.de)
-telegram — [https://t.me/+0JX49SM2jykxMjli](https://t.me/+0JX49SM2jykxMjli) \ No newline at end of file +telegram — [https://t.me/+0JX49SM2jykxMjli](https://t.me/+0JX49SM2jykxMjli)
+fediverse — [https://sunbeam.city/@kiezpilz](https://sunbeam.city/@kiezpilz) \ No newline at end of file diff --git a/all/documentation.md b/all/documentation.md index b09acb4..f48ffde 100644 --- a/all/documentation.md +++ b/all/documentation.md @@ -1,41 +1,11 @@ +[Growing Pleurotus Ostreatus using waste sawdust and coffee as substrate from 2019-2021](/oyster) + -*ganoderma lucidum (reishi)* +[Growing Ganoderma Lucidum from 2021-2022](/reishi) -![r1](assets/docs/reishi-bags.jpeg "reishi") +[Growing Hericium Erinaceus from 2021-2022](/lionsmane) -![r1](assets/docs/reishi-shelf.jpeg "reishi") - - -![r1](assets/docs/smile.jpeg "reishi") - - -![r1](assets/docs/cultures.jpeg "reishi") - - -![r1](assets/docs/mae-dish.jpeg "reishi") - - -*hericium erinaceus (lions mane)* - - -![r2](assets/docs/lionsmane-fruit.jpeg "reishi") - - -![r2](assets/docs/lionsmane-harvest.jpeg "reishi") - - -*pleurotus ostreatus (oyster)* - - -![r1](assets/docs/oyster.jpeg "oyster") -![r1](assets/docs/oyster4.jpeg "oyster") -![r1](assets/docs/oyster2.jpeg "oyster") -![r1](assets/docs/oyster3.jpeg "oyster") - - -More detailed documentation and in progress notes can be found in our notes on hyphalfusion.network [here](https://hyphalfusion.network/tag/kiezpilz). - diff --git a/all/lionsmane.md b/all/lionsmane.md new file mode 100644 index 0000000..0929dfe --- /dev/null +++ b/all/lionsmane.md @@ -0,0 +1,7 @@ +*hericium erinaceus (lions mane)* + + +![r2](assets/docs/lionsmane-fruit.jpeg "reishi") + + +![r2](assets/docs/lionsmane-harvest.jpeg "reishi") \ No newline at end of file diff --git a/all/oyster.md b/all/oyster.md new file mode 100644 index 0000000..04b0c6d --- /dev/null +++ b/all/oyster.md @@ -0,0 +1,11 @@ + +*pleurotus ostreatus (oyster)* + + +![r1](assets/docs/oyster.jpeg "oyster") +![r1](assets/docs/oyster4.jpeg "oyster") +![r1](assets/docs/oyster2.jpeg "oyster") +![r1](assets/docs/oyster3.jpeg "oyster") + + +More detailed documentation and in progress notes can be found in our notes on hyphalfusion.network [here](https://hyphalfusion.network/tag/kiezpilz). \ No newline at end of file diff --git a/all/reishi.md b/all/reishi.md new file mode 100644 index 0000000..b513df6 --- /dev/null +++ b/all/reishi.md @@ -0,0 +1,16 @@ +*ganoderma lucidum (reishi)* + + +![r1](assets/docs/reishi-bags.jpeg "reishi") + + +![r1](assets/docs/reishi-shelf.jpeg "reishi") + + +![r1](assets/docs/smile.jpeg "reishi") + + +![r1](assets/docs/cultures.jpeg "reishi") + + +![r1](assets/docs/mae-dish.jpeg "reishi") \ No newline at end of file diff --git a/assets/app.js b/assets/app.js index 05f818b..1ac25c8 100644 --- a/assets/app.js +++ b/assets/app.js @@ -10,9 +10,10 @@ $(document).ready(function() { $(".nav-links:lang(de)").hide(); } else if (window.location.pathname.startsWith("/de/")) { $('.select-german').addClass("selected"); - $(".nav-links:lang(de)").show(); - $(".nav-link:lang(de)").css("display", "inline"); $(".nav-links:lang(en)").hide(); + $(".nav-links:lang(de)").css("display", "flex"); + $(".nav-links span").css("display", "flex"); + $(".nav-links span a").css("display", "flex"); } $('.select-german').click(function(e) { diff --git a/assets/dll.css b/assets/dll.css index 9f2c0a2..70e7eb0 100644 --- a/assets/dll.css +++ b/assets/dll.css @@ -66,20 +66,28 @@ main { padding-bottom: 2px; border-bottom: 1px solid #5f00b0; line-height: 32px; - margin-right: 25px; - display: inline; + margin-right: 0px; + flex: 1; + display: flex; +} +.nav-links span { + text-align: center; } .nav-link:hover { background-color: yellow; } -.nav-link.left-link { - +.left-link { + justify-content: flex-start; + display: flex; } -.nav-link.right-link { +.right-link { margin-right: 0px; + justify-content: flex-end; + display: flex; } -.nav-link.center-link { - /*margin-right: 25px;*/ +.center-link { + justify-content: center; + display: flex; } @media (max-width: 800px) { @@ -113,6 +121,7 @@ main { max-width: 600px; margin: auto; font-size: 20px; + margin-top: 45px; } .writeup a { diff --git a/de/contact.md b/de/contact.md index 6d1a8b0..682f869 100644 --- a/de/contact.md +++ b/de/contact.md @@ -1,4 +1,6 @@ *Kontakt* + e-mail — [contact@kiezpilz.de](mailto:contact@kiezpilz.de)
-telegram — [https://t.me/+0JX49SM2jykxMjli](https://t.me/+0JX49SM2jykxMjli) \ No newline at end of file +telegram — [https://t.me/+0JX49SM2jykxMjli](https://t.me/+0JX49SM2jykxMjli)
+fediverse — [https://sunbeam.city/@kiezpilz](https://sunbeam.city/@kiezpilz) \ No newline at end of file diff --git a/theme/layout.php b/theme/layout.php index fb374ff..2dda028 100644 --- a/theme/layout.php +++ b/theme/layout.php @@ -39,23 +39,6 @@ KiezPilz - - - - -
-
- En | De -
-
+
+
+ En | De +
+
+ + + + +