From e1b0905ee4f81847f1407f182fe75b9815eda6d4 Mon Sep 17 00:00:00 2001 From: Mykyta Sydorenko Date: Wed, 13 Nov 2024 13:30:34 +0200 Subject: [PATCH 1/6] Added new blocks --- index.html | 12 +- src/components/AppAccordion/AppAccordion.jsx | 25 +++ src/components/AppAccordion/AppAccordion.scss | 97 +++++++++++ src/components/AppAccordion/index.js | 1 + src/components/AppButton/AppButton.jsx | 6 +- .../ConfidentialIdentitySection.jsx | 60 ------- .../ConfidentialIdentitySection.scss | 106 ------------ .../ConfidentialIdentitySection/index.js | 1 - .../HomeHeroSection/HomeHeroSection.scss | 5 +- .../ProtocolSection/ProtocolSection.jsx | 68 -------- .../ProtocolSection/ProtocolSection.scss | 80 --------- src/components/ProtocolSection/index.js | 1 - .../RollupSection/RollupSection.jsx | 40 +++++ .../RollupSection/RollupSection.scss | 34 ++++ src/components/RollupSection/index.js | 1 + .../ZkRegisterSection/ZkRegisterSection.jsx | 152 ++++++++++++++++++ .../ZkRegisterSection/ZkRegisterSection.scss | 123 ++++++++++++++ src/components/ZkRegisterSection/index.js | 1 + src/const/component-node-ids.js | 3 +- src/localization/resources/en.json | 36 ++--- src/pages/HomePage/HomePage.jsx | 8 +- src/styles/base/_variables.scss | 4 +- static/icons/sprite.svg | 3 + static/img/home/registries.webp | Bin 0 -> 372958 bytes static/img/home/reputation.webp | Bin 0 -> 552669 bytes static/img/home/rollup-mobile.webp | Bin 0 -> 344092 bytes static/img/home/rollup.webp | Bin 0 -> 421759 bytes static/img/home/zk-passport.webp | Bin 0 -> 376359 bytes 28 files changed, 520 insertions(+), 347 deletions(-) create mode 100644 src/components/AppAccordion/AppAccordion.jsx create mode 100644 src/components/AppAccordion/AppAccordion.scss create mode 100644 src/components/AppAccordion/index.js delete mode 100644 src/components/ConfidentialIdentitySection/ConfidentialIdentitySection.jsx delete mode 100644 src/components/ConfidentialIdentitySection/ConfidentialIdentitySection.scss delete mode 100644 src/components/ConfidentialIdentitySection/index.js delete mode 100644 src/components/ProtocolSection/ProtocolSection.jsx delete mode 100644 src/components/ProtocolSection/ProtocolSection.scss delete mode 100644 src/components/ProtocolSection/index.js create mode 100644 src/components/RollupSection/RollupSection.jsx create mode 100644 src/components/RollupSection/RollupSection.scss create mode 100644 src/components/RollupSection/index.js create mode 100644 src/components/ZkRegisterSection/ZkRegisterSection.jsx create mode 100644 src/components/ZkRegisterSection/ZkRegisterSection.scss create mode 100644 src/components/ZkRegisterSection/index.js create mode 100644 static/img/home/registries.webp create mode 100644 static/img/home/reputation.webp create mode 100644 static/img/home/rollup-mobile.webp create mode 100644 static/img/home/rollup.webp create mode 100644 static/img/home/zk-passport.webp diff --git a/index.html b/index.html index b472b704..36cd5dc3 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - Rarimo – Privacy First (ZK) Social Protocol + Rarimo – Permissionless (zk) Registries