From b3aeebc8fb7e1a0c670bcb87a81ca024ec34e9fd Mon Sep 17 00:00:00 2001 From: krokodilka Date: Fri, 12 May 2023 11:35:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B2=D0=B8=D0=B7=D1=83=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=20=D0=B3=D0=BB=D0=B0=D0=B2=D0=BD=D0=BE=D0=B9=20=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=8B=20=D0=BA=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=87=D0=B5=D0=B9=20=D0=BB=D0=BE=D0=B3=D0=B8=D0=BA?= =?UTF-8?q?=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 14 +- src/assets/landing/card1.png | Bin 0 -> 113576 bytes src/assets/landing/card1big.png | Bin 0 -> 201486 bytes src/assets/landing/card2.png | Bin 0 -> 114272 bytes src/assets/landing/card3.png | Bin 0 -> 126293 bytes src/components/CardWithLink.tsx | 137 ++++-------- src/pages/Landing/Infographics.tsx | 2 +- src/pages/Landing/Landing.tsx | 7 +- src/pages/Landing/Section1.tsx | 164 ++++++-------- src/pages/Landing/Section2.tsx | 279 ++++++++++++++---------- src/pages/Landing/Section3.tsx | 166 +++++++------- src/pages/Landing/Section4.tsx | 48 ++-- src/pages/Landing/Section5.tsx | 96 ++++---- src/utils/api/apiRequestHandler.test.ts | 106 +++++++++ src/utils/api/apiRequestHandler.ts | 236 ++++++++++++++++++++ src/utils/api/types.ts | 106 +++++++++ 16 files changed, 890 insertions(+), 471 deletions(-) create mode 100644 src/assets/landing/card1.png create mode 100644 src/assets/landing/card1big.png create mode 100644 src/assets/landing/card2.png create mode 100644 src/assets/landing/card3.png create mode 100644 src/utils/api/apiRequestHandler.test.ts create mode 100644 src/utils/api/apiRequestHandler.ts create mode 100644 src/utils/api/types.ts diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 05d22dc..d49bd1b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,12 +3,14 @@ - - - - - - + + + + + + + +