From cabd01ca436c99f1137b2653e7af4c19d4c0eb0a Mon Sep 17 00:00:00 2001 From: M1kola Date: Wed, 28 Dec 2022 09:45:26 +0300 Subject: [PATCH] profilePage --- public/index.html | 4 +- src/components/Candidate/Candidate.js | 9 +- src/components/Profile/ProfileHeader.js | 56 +++- src/components/Profile/profile.scss | 322 +++++++++++++++++----- src/components/Profile/profileHeader.scss | 83 ++++++ src/helper.js | 14 + src/images/arrowRight.png | Bin 0 -> 240 bytes src/images/gitItemImg.png | Bin 0 -> 1028 bytes src/pages/Profile.js | 180 ++++++++---- src/server/server.js | 1 + 10 files changed, 531 insertions(+), 138 deletions(-) create mode 100644 src/components/Profile/profileHeader.scss create mode 100644 src/helper.js create mode 100644 src/images/arrowRight.png create mode 100644 src/images/gitItemImg.png diff --git a/public/index.html b/public/index.html index 0a18b703..d2ecac05 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,5 @@ - + @@ -14,7 +14,7 @@ - +