From 9871088b70b7fa67c64c196d3dcde2813740fd33 Mon Sep 17 00:00:00 2001 From: Magomed Kuriev Date: Mon, 26 Jun 2023 15:56:16 +0300 Subject: [PATCH 1/3] The copyright data has updated --- src/components/layout/Footer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/Footer.jsx b/src/components/layout/Footer.jsx index ed01b10..988574d 100644 --- a/src/components/layout/Footer.jsx +++ b/src/components/layout/Footer.jsx @@ -36,7 +36,7 @@ export const Footer = () => {
Interview Questions And Answers Application
- Intocode, 2016-2022 + Intocode, 2016-2023
From 1d9b5fdfac84883c537157ef7308e1316bb42c43 Mon Sep 17 00:00:00 2001 From: Magomed Kuriev Date: Mon, 26 Jun 2023 16:29:38 +0300 Subject: [PATCH 2/3] The copyright data has updated --- src/components/layout/Footer.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/layout/Footer.jsx b/src/components/layout/Footer.jsx index 988574d..7656f9f 100644 --- a/src/components/layout/Footer.jsx +++ b/src/components/layout/Footer.jsx @@ -24,6 +24,7 @@ const StyledFooter = styled.div` `; export const Footer = () => { + const currentYear = new Date().getFullYear(); return (
@@ -36,7 +37,7 @@ export const Footer = () => {
Interview Questions And Answers Application
- Intocode, 2016-2023 + Intocode, {`2016-${currentYear}`}
From f3d708e7a289de1f85b7ee1978907b57bcfcc3fa Mon Sep 17 00:00:00 2001 From: Magomed Kuriev Date: Tue, 27 Jun 2023 13:25:41 +0300 Subject: [PATCH 3/3] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=B2=D0=BE=D0=B7=D0=BC=D0=BE=D0=B6=D0=BD=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D1=8C=20=D0=B2=D0=B5=D1=80=D0=BD=D1=83=D1=82=D1=8C?= =?UTF-8?q?=D1=81=D1=8F=20=D0=BD=D0=B0=D0=B7=D0=B0=D0=B4=20=D0=B8=D0=B7=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/profile/ProfileUser.jsx | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/features/profile/ProfileUser.jsx b/src/features/profile/ProfileUser.jsx index 4a19baf..a72984c 100644 --- a/src/features/profile/ProfileUser.jsx +++ b/src/features/profile/ProfileUser.jsx @@ -3,7 +3,9 @@ import styled from 'styled-components'; import dayjs from 'dayjs'; import { useSelector } from 'react-redux'; import { Paper } from 'components/layout/Paper'; +import { Typography } from 'antd'; import { theme } from 'app/theme'; +import { Link } from 'react-router-dom'; import { selectProfile } from './profileSlice'; const ProfileUser = () => { @@ -16,6 +18,7 @@ const ProfileUser = () => { border-radius: 50%; cursor: pointer; } + @media screen and (max-width: 576px) { & > img { margin: auto; @@ -28,25 +31,31 @@ const ProfileUser = () => { .pageUser { margin-left: 0px; } + .registration-date { color: ${theme.colors.gray.main}; font-size: 12px; } + .nameUser { font-size: 22px; } + .userName { font-size: 20px; font-weight: 400; margin-top: 20px; } + .userEmail { margin-top: 20px; font-size: 20px; } + .userData { margin: 20px 0 26px 20px; } + @media screen and (min-width: 576px) { .pageUser { margin-left: -20px; @@ -56,15 +65,20 @@ const ProfileUser = () => { return (
+
+ + Вернуться назад + +
-
+
Профиль @{profile.name}
-
+