Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

nikolai.berestevich/refactor/ alt tag delete on about us pages #1957

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions src/pages/besquare/components/helper/_card.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Card = ({ card_content, custom_icon, has_list, style, title_component }) =
<DropdownWrapper
onClick={toggleIsListOpen}
src={is_list_open ? Minimize : Maximize}
alt={`${() => (is_list_open ? 'Minimize' : 'Maximize')} icon`}
alt=""
width="32"
height="32"
/>
Expand Down Expand Up @@ -49,11 +49,7 @@ const Card = ({ card_content, custom_icon, has_list, style, title_component }) =
const { card_wrapper, icon_wrapper, text_wrapper } = style
return (
<CardWrapper {...card_wrapper}>
<IconWrapper
{...icon_wrapper}
src={custom_icon?.src || card_content.src}
alt={custom_icon?.alt || card_content.alt}
/>
<IconWrapper {...icon_wrapper} src={custom_icon?.src || card_content.src} alt="" />
{title_component && title_component}
<TextWrapper {...text_wrapper}>{card_content.text}</TextWrapper>
{has_list && getCurrentDropdownComponent()}
Expand Down
4 changes: 0 additions & 4 deletions src/pages/besquare/static/content/_join-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default {
content: [
{
src: TechExperienceIcon,
alt: 'tech experience icon',
text: (
<>
<strong>Hands-on tech experience</strong> by learning directly from all our
Expand All @@ -21,7 +20,6 @@ export default {
},
{
src: ExtensiveNetworkIcon,
alt: 'extensive network icon',
text: (
<>
<strong>An extensive network</strong> of professionals, guest speakers, and
Expand All @@ -31,7 +29,6 @@ export default {
},
{
src: ProfessionalGuidanceIcon,
alt: 'professional guidance icon',
text: (
<>
<strong>Professional guidance</strong> that helps you set clear career goals to
Expand All @@ -41,7 +38,6 @@ export default {
},
{
src: ResumeIcon,
alt: 'tech experience icon',
text: (
<>
<strong>An enriched résumé</strong> with tech and non-tech skills that set you
Expand Down
8 changes: 4 additions & 4 deletions src/pages/careers/_our-values.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const OurValues = () => (
mobile_columns="38.4rem"
>
<GridItem direction="column">
<img src={Integrity} alt="integrity" />
<img src={Integrity} alt="" />
<MiddleText as="h4" type="sub-section-title">
Integrity
</MiddleText>
Expand All @@ -55,7 +55,7 @@ const OurValues = () => (
</Text>
</GridItem>
<GridItem direction="column">
<img src={Customer} alt="customer" />
<img src={Customer} alt="" />
<MiddleText as="h4" type="sub-section-title">
Customer focus
</MiddleText>
Expand All @@ -65,7 +65,7 @@ const OurValues = () => (
</Text>
</GridItem>
<GridItem direction="column">
<img src={Competence} alt="competence" />
<img src={Competence} alt="" />
<MiddleText as="h4" type="sub-section-title">
Competence
</MiddleText>
Expand All @@ -75,7 +75,7 @@ const OurValues = () => (
</Text>
</GridItem>
<GridItem direction="column">
<img src={Teamwork} alt="teamwork" />
<img src={Teamwork} alt="" />
<MiddleText as="h4" type="sub-section-title">
Teamwork
</MiddleText>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/careers/locations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const CountryCard = ({ country_name, city_name, link, img_data, Icon }) => {
{city_name}
</Header>
<Flex jc="unset" ai="center" mt="8px" mb="8px">
<StyledImg src={Icon} alt="icon" />
<StyledImg src={Icon} alt="" />
<Text weight="bold">{country_name}</Text>
</Flex>
<Flex ai="center" jc="flex-end">
Expand Down
14 changes: 7 additions & 7 deletions src/pages/contact_us/_offices.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const Offices = () => {
<Flex fd="column" max_width="48.6rem" id="malta">
<OfficeHeader>
<div>
<img src={Malta} alt="malta" />
<img src={Malta} alt="" />
</div>
<Header as="h4" type="sub-section-title" mt="0.8rem" mb="1.6rem">
{localize('Malta')}
Expand Down Expand Up @@ -225,7 +225,7 @@ export const Offices = () => {
<Flex fd="column" max_width="48.6rem" id="dubai">
<OfficeHeader>
<div>
<img src={Dubai} alt="dubai" />
<img src={Dubai} alt="" />
</div>
<Header as="h4" type="sub-section-title" mt="0.8rem" mb="1.6rem">
{localize('Dubai')}
Expand Down Expand Up @@ -264,7 +264,7 @@ export const Offices = () => {
<Flex fd="column" m="4rem 0" id="malaysia">
<OfficeHeader>
<div>
<img src={Malaysia} alt="malaysia" />
<img src={Malaysia} alt="" />
</div>
<Header as="h4" type="sub-section-title" mt="0.8rem" mb="1.6rem">
{localize('Malaysia')}
Expand Down Expand Up @@ -401,7 +401,7 @@ export const Offices = () => {
<Flex fd="column" max_width="48.6rem" id="paraguay">
<OfficeHeader>
<div>
<img src={Paraguay} alt="paraguay" />
<img src={Paraguay} alt="" />
</div>
<Header as="h4" type="sub-section-title" mt="0.8rem" mb="1.6rem">
{localize('Paraguay')}
Expand Down Expand Up @@ -441,7 +441,7 @@ export const Offices = () => {
<Flex fd="column" max_width="48.6rem" id="cyprus">
<OfficeHeader>
<div>
<img src={Cyprus} alt="cyprus" />
<img src={Cyprus} alt="" />
</div>
<Header as="h4" type="sub-section-title" mt="0.8rem" mb="1.6rem">
{localize('Cyprus')}
Expand Down Expand Up @@ -479,7 +479,7 @@ export const Offices = () => {
<Flex fd="column" max_width="48.6rem" id="rwanda">
<OfficeHeader>
<div>
<img src={Rwanda} alt="rwanda" />
<img src={Rwanda} alt="" />
</div>
<Header as="h4" type="sub-section-title" mt="0.8rem" mb="1.6rem">
{localize('Rwanda')}
Expand Down Expand Up @@ -517,7 +517,7 @@ export const Offices = () => {
<Flex fd="column" max_width="48.6rem" id="belarus">
<OfficeHeader>
<div>
<img src={Belarus} alt="belarus" />
<img src={Belarus} alt="" />
</div>
<Header as="h4" type="sub-section-title" mt="0.8rem" mb="1.6rem">
{localize('Belarus')}
Expand Down
6 changes: 3 additions & 3 deletions src/pages/partners/_why-choose-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const WhyChooseUs = () => {
</Header>
<Wrapper>
<Card direction="column">
<ImageWrapper src={Hand} alt="hand icon" />
<ImageWrapper src={Hand} alt="" />
<Header as="h4" type="sub-section-title" mb="0.8rem">
{localize('Partnership with a trusted pioneer')}
</Header>
Expand All @@ -59,7 +59,7 @@ const WhyChooseUs = () => {
</Text>
</Card>
<Card direction="column">
<ImageWrapper src={Lamp} alt="lamp icon" />
<ImageWrapper src={Lamp} alt="" />
<Header as="h4" type="sub-section-title" mb="0.8rem">
{localize('Diverse opportunities')}
</Header>
Expand All @@ -70,7 +70,7 @@ const WhyChooseUs = () => {
</Text>
</Card>
<Card direction="column">
<ImageWrapper src={HiddenFee} alt="hidden fee icon" />
<ImageWrapper src={HiddenFee} alt="" />
<Header as="h4" type="sub-section-title" mb="0.8rem">
{localize('No charges or hidden fees')}
</Header>
Expand Down