Skip to content

Commit 51893d4

Browse files
committed
alt text
1 parent 30a967a commit 51893d4

File tree

9 files changed

+15
-14
lines changed

9 files changed

+15
-14
lines changed

apps/website/src/components/BookACallForm.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import meetingImage from "../assets/meeting-croc.png";
1818
<Image
1919
class="object-cover xl:p-6"
2020
src={meetingImage}
21-
alt=""
21+
alt="CroCoder team member in a video call consultation"
2222
widths={[320, 480, 640, 800, 964]}
2323
sizes="(max-width: 768px) calc(100vw - 32px), (max-width: 1280px) calc(67vw - 32px), calc(50vw - 28px)"
2424
loading="lazy"

apps/website/src/components/Clients.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ import Section from "./Section.astro";
1010
</h4>
1111
<div class="overflow-x-auto whitespace-nowrap px-4 no-scrollbar">
1212
<div class="flex gap-7 justify-center my-8 lg:my-10 min-w-max">
13-
<img src="/conductor.svg" alt="" class="grayscale opacity-50 w-[200px]" />
13+
<img src="/conductor.svg" alt="Conductor logo" class="grayscale opacity-50 w-[200px]" />
1414
<img
1515
src="/lynes.svg"
16-
alt=""
16+
alt="Lynes logo"
1717
class="grayscale opacity-50 w-[200px] md:hidden xl:block"
1818
/>
1919
<img
2020
src="/submix.svg"
21-
alt=""
21+
alt="Submix logo"
2222
class="grayscale invert opacity-50 w-[200px]"
2323
/>
24-
<img src="/sevdesk.svg" alt="" class="grayscale opacity-50 w-[200px]" />
24+
<img src="/sevdesk.svg" alt="SevDesk logo" class="grayscale opacity-50 w-[200px]" />
2525
<img
2626
src="/misterspex.svg"
27-
alt=""
27+
alt="Misterspex logo"
2828
class="grayscale opacity-50 w-[200px]"
2929
/>
3030
</div>

apps/website/src/components/cto/Hero.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ import heroImage from "../../assets/cto-hero.png";
5959
>
6060
<Image
6161
src={heroImage}
62-
alt="CroCoder Hero Image"
62+
alt="CTO consulting with CroCoder team for strategic technology solutions"
6363
widths={[320, 480, 640, 800, 1200, 1412]}
6464
sizes="(max-width: 768px) calc(100vw - 32px), (max-width: 1024px) calc(100vw - 56px), calc(50vw - 28px)"
6565
loading="eager"

apps/website/src/components/cto/ServiceBlock.astro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const { image, iconFirst, iconSecond, sectionTitle, titleFirst, titleSecond, des
1212
</div>
1313
<div class="rounded-2xl grid grid-cols-1 lg:grid-cols-2 gap-7 items-start">
1414
<div class="grid grid-cols-1 gap-y-4 text-left sm:text-left">
15-
<img src={iconFirst} alt="" class="w-16 h-16 sm:mx-0" />
15+
<img src={iconFirst} alt="" class="w-16 h-16 sm:mx-0" role="presentation" />
1616
<h4 class="font-medium text-xl leading-[22px] md:text-[28px] md:leading-[30px] tracking-tight">
1717
{titleFirst}
1818
</h4>
@@ -21,7 +21,7 @@ const { image, iconFirst, iconSecond, sectionTitle, titleFirst, titleSecond, des
2121
</span>
2222
</div>
2323
<div class="grid grid-cols-1 gap-y-4 text-left sm:text-left">
24-
<img src={iconSecond} alt="" class="w-16 h-16 sm:mx-0" />
24+
<img src={iconSecond} alt="" class="w-16 h-16 sm:mx-0" role="presentation" />
2525
<h4 class="font-medium text-xl leading-[22px] md:text-[28px] md:leading-[30px] tracking-tight">
2626
{titleSecond}
2727
</h4>
@@ -32,5 +32,6 @@ const { image, iconFirst, iconSecond, sectionTitle, titleFirst, titleSecond, des
3232
</div>
3333
</div>
3434
<img src={image}
35+
alt="CroCoder team member illustration"
3536
class="md:absolute bottom-0 left-0 h-40 sm:h-56 lg:h-80 max-w-xs sm:max-w-md relative max-md:top-12 max-md:mt-12" />
3637
</div>

apps/website/src/components/hero.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import heroImage from "../assets/croco-13.png";
1515
>
1616
<Image
1717
src={heroImage}
18-
alt="CroCoder Hero Image"
18+
alt="CroCoder team collaborating on web development projects"
1919
widths={[320, 480, 640, 800, 1196]}
2020
sizes="(max-width: 540px) calc(67vw - 21px), (max-width: 768px) calc(67vw - 21px), (max-width: 1280px) calc(58vw - 32px), calc(50vw - 28px)"
2121
loading="eager"

apps/website/src/content/services/create-an-evolving-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create an Evolving Architecture to Withstand Trends"
33
imgPath: "/pic-web-dev-topics.png"
4-
imgAlt: "Illustration of a video meeting with Crocoder team member"
4+
imgAlt: "Illustration showing web development topics and architecture planning"
55
idx: 2
66
iconPath: "/performance-increase.svg"
77
bgColor: "bg-[#424C6DE5]/[0.9]"

apps/website/src/content/services/improving-engineering-tempo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Improve Engineering Tempo"
33
imgPath: "/croco-charts.png"
4-
imgAlt: "Illustration of a video meeting with Crocoder team member"
4+
imgAlt: "Charts and graphs showing engineering performance metrics and improvements"
55
idx: 3
66
iconPath: "/stopwatch-gold.svg"
77
bgColor: "bg-[#3C3843E5]/[0.9]"

apps/website/src/content/services/lead-migrations-without-imacting-customers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Lead Migrations Without Impacting Customers"
33
imgPath: "/pic-boy-schedule.png"
4-
imgAlt: "Illustration of a video meeting with Crocoder team member"
4+
imgAlt: "Developer working on migration planning and scheduling"
55
idx: 1
66
iconPath: "/shield-check-gold.svg"
77
bgColor: "bg-[#5362DBE5]/[0.9]"

apps/website/src/content/services/upskill-existing-team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Upskill Existing Teams "
33
imgPath: "/croco-group.png"
4-
imgAlt: "Illustration of a video meeting with Crocoder team member"
4+
imgAlt: "Team of developers collaborating and learning together"
55
idx: 4
66
iconPath: "/management.svg"
77
bgColor: "bg-[#1E1A1AE5]/[0.9]"

0 commit comments

Comments
 (0)