Skip to content

Commit

Permalink
Add alt tags to all images
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheppner committed Aug 18, 2024
1 parent 38bd230 commit 4d242de
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 20 deletions.
4 changes: 2 additions & 2 deletions src/components/DomainMenu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ const secondMenu = [
src={`/app_static/img/logo-white.png`}
height={"19px"}
width={"34px"}
alt="logo white"
alt="Logo Zuugle"
/>
<Typography
style={{
Expand Down Expand Up @@ -512,7 +512,7 @@ const secondMenu = [
src={`/app_static/img/logo30.png`}
height={"19px"}
width={"34px"}
alt="logo30"
alt="Logo Zuugle"
onClick={() => {
setShowDomainMenu(false);
window.location.replace(item.url);
Expand Down
6 changes: 6 additions & 0 deletions src/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default function Footer({}) {
src="/app_static/img/Logo_BMK_gefoerdert_EN_RGB.png"
height="122px"
width="206px"
alt="Funded by www.bmk.gv.at"
/>
</a>
</Grid>
Expand All @@ -42,6 +43,7 @@ export default function Footer({}) {
src="/app_static/img/Alpenkonvention_logo_gruen.png"
height="75px"
width="317px"
alt="Logo Alpenkonvention"
/>
</a>
</Grid>
Expand Down Expand Up @@ -70,6 +72,7 @@ export default function Footer({}) {
src={`/app_static/img/logo140.png`}
height={"20px"}
width={"36px"}
alt="Logo Zuugle"
/>
</Grid>
<Grid item xs md={3} >
Expand Down Expand Up @@ -123,6 +126,7 @@ export default function Footer({}) {
window.open("https://www.facebook.com/bahnzumberg/")
}
loading="lazy"
alt="Facebook"
/>{" "}
&nbsp;{" "}
<img
Expand All @@ -135,6 +139,7 @@ export default function Footer({}) {
window.open("https://www.instagram.com/bahnzumberg/")
}
loading="lazy"
alt="Instagram"
/>{" "}
&nbsp;{" "}
<img
Expand All @@ -145,6 +150,7 @@ export default function Footer({}) {
style={{ marginLeft: "5px" }}
onClick={() => window.open("https://github.com/bahnzumberg/")}
loading="lazy"
alt="GitHub"
/>
</Box>
</Grid>
Expand Down
2 changes: 1 addition & 1 deletion src/components/LanguageMenu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function LanguageMenu() {
src={`/app_static/img/langIcon.png`}
height={"23px"}
width={"23px"}
alt="language icon"
alt="Change Language here"
/>
</span>
{showLanguageMenu && (
Expand Down
16 changes: 0 additions & 16 deletions src/components/Map/MountinImage.jsx

This file was deleted.

1 change: 1 addition & 0 deletions src/components/TourCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export default function TourCard({
<CardMedia
component="img"
height="140"
alt="{tour.provider_name}: {tour.title}"
image={image}
style={{ opacity: imageOpacity, zIndex: "40" }}
/>
Expand Down
2 changes: 1 addition & 1 deletion src/views/Start/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default function Header({
src={`/app_static/img/logo-white.png`}
height={"16px"}
width={"29px"}
alt="logo"
alt="Zuugle"
/>
<Typography
style={{
Expand Down

0 comments on commit 4d242de

Please sign in to comment.