diff --git a/about/index.html b/about/index.html index 68fce039e2..2e0fa26533 100644 --- a/about/index.html +++ b/about/index.html @@ -104,8 +104,8 @@ - - + + diff --git a/ar/contact/index.html b/ar/contact/index.html index 9a082159a0..233ba12ddb 100644 --- a/ar/contact/index.html +++ b/ar/contact/index.html @@ -114,8 +114,8 @@ - - + + diff --git a/ar/fdroid/index.html b/ar/fdroid/index.html index a888276e18..1d1a30cb8b 100644 --- a/ar/fdroid/index.html +++ b/ar/fdroid/index.html @@ -114,8 +114,8 @@ - - + + diff --git a/ar/index.html b/ar/index.html index 3017987061..8abe79f523 100644 --- a/ar/index.html +++ b/ar/index.html @@ -134,8 +134,8 @@ - - + + @@ -360,6 +360,12 @@ + + + العربية + + + @@ -638,17 +644,17 @@ window.addEventListener('click',(e)=>{ خارطة طريق SimpleX للإنترنت المجاني 2025 - : التوسع إلى مجتمعات كبيرة + : التوسع إلى مجتمعات كبيرة الهروب من المنصات المركزية 2026 - : مجتمعات وخوادم مستدامة + : مجتمعات وخوادم مستدامة إطلاق قسائم المجتمع 2027 - : اجعل مجتمعاتك تنمو + : اجعل مجتمعاتك تنمو أدوات لتعزيز مجتمعاتك @@ -836,19 +842,19 @@ window.addEventListener('click',(e)=>{ (function navColorOnScroll(){ const header = document.querySelector('header#navbar'); const cover = document.querySelector('.page-1.cover'); - if (!header || !cover || !('IntersectionObserver' in window)) { + const footer = document.querySelector('.footer.page'); + if (!header || !cover || !footer || !('IntersectionObserver' in window)) { window.addEventListener('load', () => header && document.body.classList.toggle('change-nav-color', window.scrollY > 10)); window.addEventListener('scroll', () => header && document.body.classList.toggle('change-nav-color', window.scrollY > 10)); return; } const io = new IntersectionObserver((entries) => { - for (const e of entries) { - // if cover is mostly visible, keep white nav; else switch to #001796 - const onCover = e.isIntersecting && e.intersectionRatio >= 0.02; - document.body.classList.toggle('change-nav-color', !onCover); - } + // if cover or footer is mostly visible, keep white nav; else switch to #001796 + const onObserved = entries.some((e) => e.isIntersecting && e.intersectionRatio >= 0.02); + document.body.classList.toggle('change-nav-color', !onObserved); }, { threshold: [0, 0.02, 1] }); io.observe(cover); + io.observe(footer); })();
العربية
2025
: التوسع إلى مجتمعات كبيرة
الهروب من المنصات المركزية
2026
: مجتمعات وخوادم مستدامة
إطلاق قسائم المجتمع
2027
: اجعل مجتمعاتك تنمو
أدوات لتعزيز مجتمعاتك