development third page

This commit is contained in:
Hope87 2021-06-11 13:56:09 +03:00
parent 57674c27c7
commit 386e9477ab
4 changed files with 65 additions and 25 deletions

View File

@ -7,6 +7,8 @@ import cross from '../../images/cross.png';
import specialists from '../../images/specialists.png'; import specialists from '../../images/specialists.png';
import text from '../../images/Body_Text.png'; import text from '../../images/Body_Text.png';
import align from '../../images/align-left.png'; import align from '../../images/align-left.png';
import phone from '../../images/phone.png';
import telegram from '../../images/telegram.png';
const Auth = ({ setAuthed }) => { const Auth = ({ setAuthed }) => {
return ( return (
@ -72,19 +74,31 @@ const Auth = ({ setAuthed }) => {
</div> </div>
<div className="row"> <div className="row">
<div className="col-xl-8"> <div className="col-xl-7">
<div className={style.auth__footer__left}> <div className={style.auth__footer__left}>
<img src={align} alt="" /> <div className={style.footer__left__img}>
<span> <img src={align} alt="" />
© Адвего биржа контента 1. Копирайтинг, рерайтинг, переводы, работа на дому: поставщик уникального </div>
контента. 2021{' '} <div className={style.footer__left__sp}>
</span> <span>
© Адвего биржа контента 1. Копирайтинг, рерайтинг, переводы, работа на дому: поставщик уникального
контента. 2021{' '}
</span>
</div>
</div> </div>
</div> </div>
<div className="col-xl-4"> <div className="col-xl-2">
<div className={style.auth__footer__icon}>
<img src={phone} alt="" />
<img src={telegram} alt="" />
</div>
</div>
<div className="col-xl-3">
<div className={style.auth__footer__right}> <div className={style.auth__footer__right}>
<h2>Hello</h2> <p className={style.phone}>+7 495 156 78 98</p>
<p className={style.workingHours}>Будни с 9:00 до 21:00</p>
</div> </div>
</div> </div>
</div> </div>
@ -94,17 +108,3 @@ const Auth = ({ setAuthed }) => {
}; };
export default Auth; export default Auth;
// {
// /* <div className={style.auth__container}>
// <img src="https://www.google.com/gmail/about/static/images/logo-gmail.png?cache=1adba63" alt="" />
// <button
// className={style.auth__btn}
// onClick={() => {
// setAuthed(true);
// }}
// >
// Log in
// </button>
// </div> */
// }

View File

@ -198,11 +198,16 @@
bottom: -84px; bottom: -84px;
} }
.auth__footer__left > img { .auth__footer__left {
margin-right: 38px; display: flex;
align-items: center;
} }
.auth__footer__left > span { .footer__left__sp {
padding: 0 180px 0 34px;
}
.auth__footer__left > div > span {
color: #18586e; color: #18586e;
font-family: 'GT Eesti Pro Display'; font-family: 'GT Eesti Pro Display';
font-size: 16px; font-size: 16px;
@ -212,3 +217,38 @@
line-height: 16.81px; line-height: 16.81px;
text-align: left; text-align: left;
} }
.auth__footer__icon {
text-align: end;
}
.auth__footer__icon > img {
margin-left: 20px;
}
.auth__footer__right {
display: flex;
flex-direction: column;
align-items: left;
}
.phone {
color: #003b65;
font-family: 'Cera Pro';
font-size: 21px;
font-weight: 700;
font-style: normal;
letter-spacing: normal;
line-height: 25px;
text-align: left;
}
.workingHours {
color: #003b65;
font-family: 'Cera Pro';
font-size: 12px;
font-weight: 400;
font-style: normal;
letter-spacing: normal;
line-height: normal;
}

BIN
src/images/phone.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 743 B

BIN
src/images/telegram.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB