Skip to content

Commit dcaf7e8

Browse files
authored
Enhance image accessibility in README
Added alt attributes to images for better accessibility.
1 parent ecc2bb1 commit dcaf7e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,21 @@ Last updated: 2025-10-15
5252
<summary><b> Before Fabric</b> (Click to expand)</summary>
5353

5454
<p float="left">
55-
<img src="https://github.com/brown9804/MSCloudEssentials_LPath/assets/24630902/c47ad7c0-375e-4257-b56e-7b3b89619e2f" width="450" height="200" />
56-
<img src="https://github.com/brown9804/MSCloudEssentials_LPath/assets/24630902/64812721-7c24-4771-90f4-27f7a21fa9e0" width="350" height="200" />
55+
<img src="https://github.com/brown9804/MSCloudEssentials_LPath/assets/24630902/c47ad7c0-375e-4257-b56e-7b3b89619e2f" width="450" height="200" alt="why0" />
56+
<img src="https://github.com/brown9804/MSCloudEssentials_LPath/assets/24630902/64812721-7c24-4771-90f4-27f7a21fa9e0" width="350" height="200" alt="why1" />
5757
</p>
5858

5959
> E.g of a solution prior Microsoft Fabric:
6060
6161
<div align="left">
62-
<img src="https://github.com/user-attachments/assets/af2aa6cb-0349-481b-abe4-d8c470551899"
62+
<img src="https://github.com/user-attachments/assets/af2aa6cb-0349-481b-abe4-d8c470551899" alt="why3"
6363
style="width: 70%; border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
6464
</div>
6565

6666
> Now from one place:
6767
6868
<div align="left">
69-
<img src="https://github.com/user-attachments/assets/aaf00cd7-531a-4dc8-bf2f-c7606c607b87"
69+
<img src="https://github.com/user-attachments/assets/aaf00cd7-531a-4dc8-bf2f-c7606c607b87" alt="why4"
7070
style="width: 70%; border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
7171
</div>
7272

0 commit comments

Comments
 (0)