Skip to content

Commit

Permalink
added deputy to contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Farmaha committed Mar 5, 2024
1 parent cc931f4 commit a93d047
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
42 changes: 41 additions & 1 deletion src/components/ContactsSection/ContactsSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import {
import sprite from "../../sprite.svg";

import BossImg from "./img/boss.jpg";
import DeputyImg from "./img/deputy.jpg";
import TrainerImg from "./img/trainer.jpg";
import AssistantImg from "./img/assistant.jpg";

Expand Down Expand Up @@ -121,6 +122,45 @@ export const ContactsSection = () => {
</BlockWrap>

<BlockWrap style={{ flexDirection: "row-reverse" }}>
<PhotoWrap>
<PhotoImg src={DeputyImg} alt="Наталія Петрівна" />
</PhotoWrap>
<InfoWrap>
<Address>
<Text>Голова наглядової ради клубу:</Text>

<LinkA href="tel:+380997877316" aria-label="Подзвонити">
<IconSvg>
<use href={sprite + "#icon-phone"}></use>
</IconSvg>
Наталія Петрівна
</LinkA>

<LinkStyled
to="/members/user/2"
aria-label="Переглянути профіль учасника"
>
<IconSvg>
<use href={sprite + "#icon-users"}></use>
</IconSvg>
Переглянути профіль
</LinkStyled>
</Address>
<SocialWrap>
<LinkA
href="https://www.facebook.com/profile.php?id=100001904710920"
rel="noopener noreferrer"
aria-label="facebook"
>
<SocialIconSvg>
<use href={sprite + "#icon-facebook"}></use>
</SocialIconSvg>
</LinkA>
</SocialWrap>
</InfoWrap>
</BlockWrap>

<BlockWrap >
<PhotoWrap>
<PhotoImg src={AssistantImg} alt="В'ячеслав Іванович" />
</PhotoWrap>
Expand Down Expand Up @@ -159,7 +199,7 @@ export const ContactsSection = () => {
</InfoWrap>
</BlockWrap>

<BlockWrap>
<BlockWrap style={{ flexDirection: "row-reverse" }}>
<PhotoWrap>
<PhotoImg src={TrainerImg} alt="Ігор Осипович" />
</PhotoWrap>
Expand Down
Binary file added src/components/ContactsSection/img/deputy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/LastUpdateSection/LastUpdateSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const LastUpdateSection = () => {
<use href={sprite + "#icon-loop"}></use>
</IconSvg>
</IconWrap>
Останнє оновлення: 24.02.2024
Останнє оновлення: 05.03.2024
</Text>
</Section>
</>
Expand Down

0 comments on commit a93d047

Please sign in to comment.