update header
Some checks are pending
www2.threefold_io / Deploy (push) Waiting to run
www2.threefold_io / Wait for Website Update (push) Blocked by required conditions
www2.threefold_io / Check for Broken Links (push) Blocked by required conditions

This commit is contained in:
Ehab Hassan 2025-02-19 17:15:28 +02:00
parent 6fa1562616
commit 26fcafced8
5 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ description: "Mycelium is a decentralized networking and storage solution design
insert_anchor_links: "left"
extra:
author: ThreeFold
imgPath: home/tf.png
imgPath: home/mycel2.png
---

BIN
content/home/mycel2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -27,9 +27,9 @@
// from: https://stackoverflow.com/a/4425214
var links = document.links;
var internal_hosts = [
'www.threefold.io',
'threefold.io',
'www2.threefold.io',
'www.mycelium.threefold.io',
'mycelium.threefold.io',
'www2.mycelium.threefold.io',
'localhost',
'127.0.0.1'
]

View File

@ -44,7 +44,7 @@
<script type="text/javascript" src="//www.freeprivacypolicy.com/public/cookie-consent/4.0.0/cookie-consent.js" charset="UTF-8"></script>
<script type="text/javascript" charset="UTF-8">
document.addEventListener('DOMContentLoaded', function () {
cookieconsent.run({ "notice_banner_type": "headline", "consent_type": "express", "palette": "light", "language": "en", "page_load_consent_levels": ["strictly-necessary"], "notice_banner_reject_button_hide": false, "preferences_center_close_button_hide": false, "website_name": "https://threefold.io/", "website_privacy_policy_url": "https://library.threefold.me/info/legal/#/legal__privacypolicy" });
cookieconsent.run({ "notice_banner_type": "headline", "consent_type": "express", "palette": "light", "language": "en", "page_load_consent_levels": ["strictly-necessary"], "notice_banner_reject_button_hide": false, "preferences_center_close_button_hide": false, "website_name": "https://www.mycelium.threefold.io/", "website_privacy_policy_url": "https://library.threefold.me/info/legal/#/legal__privacypolicy" });
});
</script>
<!-- Google Tag Manager -->