diff --git a/ar/contact/index.html b/ar/contact/index.html index 96ba64c794..75ec95c736 100644 --- a/ar/contact/index.html +++ b/ar/contact/index.html @@ -558,7 +558,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -591,7 +591,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -730,7 +730,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/ar/index.html b/ar/index.html index 19ae0361b8..59d30f4717 100644 --- a/ar/index.html +++ b/ar/index.html @@ -673,7 +673,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -1964,7 +1964,7 @@ window.addEventListener("load", function () {
- +
diff --git a/ar/invitation/index.html b/ar/invitation/index.html index e2de039131..185c02100b 100644 --- a/ar/invitation/index.html +++ b/ar/invitation/index.html @@ -558,7 +558,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -591,7 +591,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -730,7 +730,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/contact/index.html b/contact/index.html index f8554a4756..34dd71c3eb 100644 --- a/contact/index.html +++ b/contact/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/cs/contact/index.html b/cs/contact/index.html index 5819469a7a..b100bdcb6c 100644 --- a/cs/contact/index.html +++ b/cs/contact/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/cs/index.html b/cs/index.html index 111848ca28..aaa603f299 100644 --- a/cs/index.html +++ b/cs/index.html @@ -671,7 +671,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -1962,7 +1962,7 @@ window.addEventListener("load", function () {
- +
diff --git a/cs/invitation/index.html b/cs/invitation/index.html index 13cdbbbc41..c7544b7fee 100644 --- a/cs/invitation/index.html +++ b/cs/invitation/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/css/tailwind.css b/css/tailwind.css index a035d7f345..c5f5424ae9 100644 --- a/css/tailwind.css +++ b/css/tailwind.css @@ -844,6 +844,10 @@ video { margin-top: 0.5rem; } +.mt-6 { + margin-top: 1.5rem; +} + .mt-\[-100px\] { margin-top: -100px; } @@ -1133,6 +1137,10 @@ video { max-width: 265px; } +.max-w-\[280px\] { + max-width: 280px; +} + .max-w-\[294px\] { max-width: 294px; } @@ -1299,6 +1307,10 @@ video { gap: 3rem; } +.gap-16 { + gap: 4rem; +} + .gap-2 { gap: 0.5rem; } @@ -1366,6 +1378,10 @@ video { white-space: nowrap; } +.break-words { + overflow-wrap: break-word; +} + .rounded { border-radius: 0.25rem; } @@ -1668,6 +1684,11 @@ video { padding-bottom: 50px; } +.py-\[75px\] { + padding-top: 75px; + padding-bottom: 75px; +} + .py-\[90px\] { padding-top: 90px; padding-bottom: 90px; @@ -1722,6 +1743,10 @@ video { padding-top: 66px; } +.text-left { + text-align: left; +} + .text-center { text-align: center; } @@ -1751,6 +1776,10 @@ video { font-size: 20px; } +.text-\[24px\] { + font-size: 24px; +} + .text-\[25px\] { font-size: 25px; } @@ -2130,6 +2159,10 @@ video { border-bottom-right-radius: 34px; } +:is([dir="rtl"] .rtl\:text-right) { + text-align: right; +} + :is(.dark .dark\:block) { display: block; } @@ -2318,10 +2351,22 @@ video { } @media (min-width: 640px) { + .sm\:block { + display: block; + } + + .sm\:inline { + display: inline; + } + .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } + .sm\:flex-row { + flex-direction: row; + } + .sm\:p-14 { padding: 3.5rem; } @@ -2413,6 +2458,10 @@ video { max-width: 1276px; } + .md\:max-w-\[220px\] { + max-width: 220px; + } + .md\:max-w-\[490px\] { max-width: 490px; } @@ -2617,6 +2666,14 @@ video { height: fit-content; } + .lg\:w-2\/5 { + width: 40%; + } + + .lg\:w-3\/5 { + width: 60%; + } + .lg\:w-auto { width: auto; } @@ -2625,6 +2682,10 @@ video { width: 100%; } + .lg\:max-w-\[240px\] { + max-width: 240px; + } + .lg\:max-w-\[448px\] { max-width: 448px; } @@ -2657,6 +2718,10 @@ video { gap: 4rem; } + .lg\:gap-28 { + gap: 7rem; + } + .lg\:gap-5 { gap: 1.25rem; } @@ -2732,6 +2797,10 @@ video { text-align: center; } + .lg\:text-\[32px\] { + font-size: 32px; + } + .lg\:text-\[35px\] { font-size: 35px; } diff --git a/de/contact/index.html b/de/contact/index.html index 5114019ce2..57e19f252d 100644 --- a/de/contact/index.html +++ b/de/contact/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/de/index.html b/de/index.html index 6100013f9c..a9b4d7ab78 100644 --- a/de/index.html +++ b/de/index.html @@ -671,7 +671,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -1962,7 +1962,7 @@ window.addEventListener("load", function () {
- +
diff --git a/de/invitation/index.html b/de/invitation/index.html index 5a15bbce36..19842b4468 100644 --- a/de/invitation/index.html +++ b/de/invitation/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/docs/join_team.html b/docs/join_team.html new file mode 100644 index 0000000000..616fb65502 --- /dev/null +++ b/docs/join_team.html @@ -0,0 +1,889 @@ + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +
+
+
+ +
+ + + +
+
+ + + +
+
+

Join SimpleX Chat team

+

SimpleX Chat Ltd is a seed stage startup with a lot of user growth in 2022-2023, and a lot of exciting technical and product problems to solve to grow faster.

+

We currently have 4 full-time people in the team - all engineers, including the founder.

+

We want to add up to 3 people to the team.

+

You:

+
    +
  • +

    Passionate about joining SimpleX Chat team:

    +
      +
    • already use SimpleX Chat to communicate with friends/family or participate in public SimpleX Chat groups.
    • +
    • passionate about privacy, security and communications.
    • +
    • interested to make contributions to SimpleX Chat open-source project in your free time before we hire you, as an extended test.
    • +
    +
  • +
  • +

    Exceptionally pragmatic, very fast and customer-focussed:

    +
      +
    • care about the customers (aka users) and about the product we build much more than about the code quality, technology stack, etc.
    • +
    • believe that the simplest solution is the best.
    • +
    • 2-3x faster than the most competent people you worked with.
    • +
    • focus on solving only today's problems and resist engineering for the future (aka over-engineering) – see The Duct Tape Programmer and Why I Hate Frameworks.
    • +
    • do not suffer from "not invented here" syndrome, at the same time interested to design and implement protocols and systems from the ground up when appropriate.
    • +
    +
  • +
  • +

    Love software engineering:

    +
      +
    • have 5y+ of software engineering experience in complex projects,
    • +
    • great understanding of the common principles: +
        +
      • data structures, bits and byte manipulation
      • +
      • text encoding and manipulation
      • +
      • software design and algorithms
      • +
      • concurrency
      • +
      • networking
      • +
      +
    • +
    +
  • +
  • +

    Want to join a very early stage startup:

    +
      +
    • high pace and intensity, longer hours.
    • +
    • a substantial part of the compensation is stock options.
    • +
    • full transparency – we believe that too much autonomy hurts learning and slows down progress.
    • +
    +
  • +
+

Who we are looking for

+

Systems Haskell engineer

+

You are a servers/network/Haskell expert:

+
    +
  • network libraries.
  • +
  • exception handling, concurrency, STM.
  • +
  • type systems - we use ad hoc dependent types a lot.
  • +
  • strictness.
  • +
  • has some expertise in network protocols, cryptography and general information security principles and approaches.
  • +
  • interested to build the next generation of messaging network.
  • +
+

You will be focussed mostly on our servers code, and will also contribute to the core client code written in Haskell.

+

Product engineer (iOS)

+

You are a product UX expert who designs great user experiences directly in iOS code:

+
    +
  • iOS and Mac platforms, including: +
      +
    • SwiftUI and UIKit.
    • +
    • extensions, including notification service extension and sharing extension.
    • +
    • low level inter-process communication primitives for concurrency.
    • +
    +
  • +
  • interested about creating the next generation of UX for a communication/social network.
  • +
+

Knowledge of Android and Kotlin Multiplatform would be a bonus - we use Kotlin Jetpack Compose for our Android and desktop apps.

+

How to join the team

+
    +
  1. +

    Install the app, try using it with the friends and join some user groups – you will discover a lot of things that need improvements.

    +
  2. +
  3. +

    Also look through GitHub issues submitted by the users to see what would you want to contribute as a test.

    +
  4. +
  5. +

    Connect to us via SimpleX Chat to chat about what you want to contribute and about joining the team.

    +
  6. +
+
+
+
+
+
+ + +
+ +
+ + + + + + + \ No newline at end of file diff --git a/en/contact/index.html b/en/contact/index.html index f8554a4756..34dd71c3eb 100644 --- a/en/contact/index.html +++ b/en/contact/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/en/index.html b/en/index.html index 4f63662822..c6c05eb3e0 100644 --- a/en/index.html +++ b/en/index.html @@ -671,7 +671,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -1962,7 +1962,7 @@ window.addEventListener("load", function () {
- +
diff --git a/en/invitation/index.html b/en/invitation/index.html index 6309228e7e..48537d77ee 100644 --- a/en/invitation/index.html +++ b/en/invitation/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/es/contact/index.html b/es/contact/index.html index 940b562d43..bd60f3c97c 100644 --- a/es/contact/index.html +++ b/es/contact/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/es/index.html b/es/index.html index ab08884478..9b696ecd7a 100644 --- a/es/index.html +++ b/es/index.html @@ -671,7 +671,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -1962,7 +1962,7 @@ window.addEventListener("load", function () {
- +
diff --git a/es/invitation/index.html b/es/invitation/index.html index 1c7c7fa7a5..0e144bf7cd 100644 --- a/es/invitation/index.html +++ b/es/invitation/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/fdroid/index.html b/fdroid/index.html new file mode 100644 index 0000000000..d469c85884 --- /dev/null +++ b/fdroid/index.html @@ -0,0 +1,720 @@ + + + + + + + SimpleX Chat - Get the app via F-Droid + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +
+
+

SimpleX Chat via F-Droid

+ +
+ +
+

SimpleX Chat repo

+
+
+

Stable and beta versions built by the developers

+

To add it to your F-Droid client, use this URL:

+ + https://app.simplex.chat/fdroid/repo + +

+ Signing key fingerprint (SHA-256): +

+ 9F 35 8F F2 84 D1 F7 16 56 A2 BF AF 0E 00 5D EA E6 AA 14 14 37 20 E0 89 F1 1F F2 DD CF EB 01 BA +
+

+
+ + +
+
+ +
+

F-Droid.org repo

+ +

Stable versions built by F-Droid.org

+

The releases to this repo are done 1-2 days later.

+

SimpleX Chat and F-Droid.org repositories sign builds with the different keys. To switch, please export the chat database and re-install the app.

+
+
+ +
+
+ + +
+ +
+ + + + + + + diff --git a/fr/contact/index.html b/fr/contact/index.html index b6fdc0b485..d4a251e0ea 100644 --- a/fr/contact/index.html +++ b/fr/contact/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/fr/index.html b/fr/index.html index 99214455c9..367e9a372c 100644 --- a/fr/index.html +++ b/fr/index.html @@ -671,7 +671,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -1962,7 +1962,7 @@ window.addEventListener("load", function () {
- +
diff --git a/fr/invitation/index.html b/fr/invitation/index.html index 1aedc7475a..0e1ba42306 100644 --- a/fr/invitation/index.html +++ b/fr/invitation/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/img/new/fdroid-qrcode.png b/img/new/fdroid-qrcode.png new file mode 100644 index 0000000000..0edc478617 Binary files /dev/null and b/img/new/fdroid-qrcode.png differ diff --git a/index.html b/index.html index 4f63662822..c6c05eb3e0 100644 --- a/index.html +++ b/index.html @@ -671,7 +671,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -1962,7 +1962,7 @@ window.addEventListener("load", function () {
- +
diff --git a/invitation/index.html b/invitation/index.html index 6309228e7e..48537d77ee 100644 --- a/invitation/index.html +++ b/invitation/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/it/contact/index.html b/it/contact/index.html index c7b5150a72..83812e61ff 100644 --- a/it/contact/index.html +++ b/it/contact/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/it/index.html b/it/index.html index b2636bb049..acfce71864 100644 --- a/it/index.html +++ b/it/index.html @@ -671,7 +671,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -1962,7 +1962,7 @@ window.addEventListener("load", function () {
- +
diff --git a/it/invitation/index.html b/it/invitation/index.html index 7d38b05c06..18b7bdb52b 100644 --- a/it/invitation/index.html +++ b/it/invitation/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/ja/contact/index.html b/ja/contact/index.html index 4d854330d2..61cfabe40e 100644 --- a/ja/contact/index.html +++ b/ja/contact/index.html @@ -548,7 +548,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -581,7 +581,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -720,7 +720,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/ja/index.html b/ja/index.html index a8e49657dd..d3c2dd1845 100644 --- a/ja/index.html +++ b/ja/index.html @@ -663,7 +663,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -1954,7 +1954,7 @@ window.addEventListener("load", function () {
- +
diff --git a/ja/invitation/index.html b/ja/invitation/index.html index 0238897474..324e027030 100644 --- a/ja/invitation/index.html +++ b/ja/invitation/index.html @@ -548,7 +548,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -581,7 +581,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -720,7 +720,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/nl/contact/index.html b/nl/contact/index.html index c2af4c58b9..406e8a0b1a 100644 --- a/nl/contact/index.html +++ b/nl/contact/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/nl/index.html b/nl/index.html index 2509e13d15..3cf1026cde 100644 --- a/nl/index.html +++ b/nl/index.html @@ -671,7 +671,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -1962,7 +1962,7 @@ window.addEventListener("load", function () {
- +
diff --git a/nl/invitation/index.html b/nl/invitation/index.html index cc45bfc4ae..4e3d6a3c9f 100644 --- a/nl/invitation/index.html +++ b/nl/invitation/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/pl/contact/index.html b/pl/contact/index.html index d013a36d59..8638b15899 100644 --- a/pl/contact/index.html +++ b/pl/contact/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/pl/index.html b/pl/index.html index 26eeb65430..ce70028f21 100644 --- a/pl/index.html +++ b/pl/index.html @@ -671,7 +671,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -1962,7 +1962,7 @@ window.addEventListener("load", function () {
- +
diff --git a/pl/invitation/index.html b/pl/invitation/index.html index c54532b673..2f8f6c58dd 100644 --- a/pl/invitation/index.html +++ b/pl/invitation/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/pt_BR/contact/index.html b/pt_BR/contact/index.html index 18014a5f96..9a52fef1ec 100644 --- a/pt_BR/contact/index.html +++ b/pt_BR/contact/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/pt_BR/index.html b/pt_BR/index.html index dcdf3c548e..cf3738990f 100644 --- a/pt_BR/index.html +++ b/pt_BR/index.html @@ -671,7 +671,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -1962,7 +1962,7 @@ window.addEventListener("load", function () {
- +
diff --git a/pt_BR/invitation/index.html b/pt_BR/invitation/index.html index 9adc52a187..8b94e06587 100644 --- a/pt_BR/invitation/index.html +++ b/pt_BR/invitation/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/ru/contact/index.html b/ru/contact/index.html index 888c382bfe..40fde7ce60 100644 --- a/ru/contact/index.html +++ b/ru/contact/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/ru/index.html b/ru/index.html index 11e43cdb88..c3dc939c16 100644 --- a/ru/index.html +++ b/ru/index.html @@ -671,7 +671,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -1962,7 +1962,7 @@ window.addEventListener("load", function () {
- +
diff --git a/ru/invitation/index.html b/ru/invitation/index.html index cd46d560bb..6fdd111d4c 100644 --- a/ru/invitation/index.html +++ b/ru/invitation/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/uk/contact/index.html b/uk/contact/index.html index fbd840ea89..b03777faa6 100644 --- a/uk/contact/index.html +++ b/uk/contact/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/uk/index.html b/uk/index.html index b6ff07106d..136f335028 100644 --- a/uk/index.html +++ b/uk/index.html @@ -671,7 +671,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -1962,7 +1962,7 @@ window.addEventListener("load", function () {
- +
diff --git a/uk/invitation/index.html b/uk/invitation/index.html index d803b5ca39..a5620bf71c 100644 --- a/uk/invitation/index.html +++ b/uk/invitation/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/zh_Hans/contact/index.html b/zh_Hans/contact/index.html index c32177ae29..8304e16376 100644 --- a/zh_Hans/contact/index.html +++ b/zh_Hans/contact/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/zh_Hans/index.html b/zh_Hans/index.html index acf78886d5..224ed36c2c 100644 --- a/zh_Hans/index.html +++ b/zh_Hans/index.html @@ -671,7 +671,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -1962,7 +1962,7 @@ window.addEventListener("load", function () {
- +
diff --git a/zh_Hans/invitation/index.html b/zh_Hans/invitation/index.html index 67f79b0853..7d30143622 100644 --- a/zh_Hans/invitation/index.html +++ b/zh_Hans/invitation/index.html @@ -556,7 +556,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -589,7 +589,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -728,7 +728,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/zh_Hant/contact/index.html b/zh_Hant/contact/index.html index bf652e9c2a..ea54f0cdba 100644 --- a/zh_Hant/contact/index.html +++ b/zh_Hant/contact/index.html @@ -548,7 +548,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -581,7 +581,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -720,7 +720,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
diff --git a/zh_Hant/index.html b/zh_Hant/index.html index 227bc38677..10620d3f53 100644 --- a/zh_Hant/index.html +++ b/zh_Hant/index.html @@ -663,7 +663,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -1954,7 +1954,7 @@ window.addEventListener("load", function () {
- +
diff --git a/zh_Hant/invitation/index.html b/zh_Hant/invitation/index.html index 5c445b8b0c..354e9257c3 100644 --- a/zh_Hant/invitation/index.html +++ b/zh_Hant/invitation/index.html @@ -548,7 +548,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -581,7 +581,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +
@@ -720,7 +720,7 @@ window.addEventListener('scroll',changeHeaderBg);
- +