Skip to content

Commit c662a78

Browse files
committed
Update Alt Attributes
1 parent 999c676 commit c662a78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/html/about.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h1 class="animate__animated animate__zoomIn"><i class="fa-regular fa-address-ca
1919

2020
<div class="d-flex flex-column flex-md-row">
2121
<div class="me-md-3">
22-
<a href="https://github.com/smashedr" target="_blank" rel="noopener">
22+
<a href="https://github.com/smashedr" class="text-decoration-none" target="_blank" rel="noopener">
2323
<picture>
2424
<source
2525
srcset="https://github-readme-stats.vercel.app/api?username=smashedr&theme=dark&show_icons=true&hide_rank=true&show=reviews&card_width=350"
@@ -29,12 +29,12 @@ <h1 class="animate__animated animate__zoomIn"><i class="fa-regular fa-address-ca
2929
srcset="https://github-readme-stats.vercel.app/api?username=smashedr&theme=default&show_icons=true&hide_rank=true&show=reviews&card_width=350"
3030
media="(prefers-color-scheme: light)"
3131
/>
32-
<img alt="GitHub Stats" src="https://github-readme-stats.vercel.app/api?username=smashedr&show_icons=true&hide_rank=true&show=reviews&card_width=350" />
32+
<img alt="GitHub Stats Dynamic Display" src="https://github-readme-stats.vercel.app/api?username=smashedr&show_icons=true&hide_rank=true&show=reviews&card_width=350" />
3333
</picture>
3434
</a>
3535
</div><!-- flex item -->
3636
<div class="me-md-3">
37-
<a href="https://github.com/smashedr" target="_blank" rel="noopener">
37+
<a href="https://github.com/smashedr" class="text-decoration-none" target="_blank" rel="noopener">
3838
<picture>
3939
<source
4040
srcset="https://github-readme-stats.vercel.app/api/top-langs/?username=smashedr&theme=dark&layout=donut"
@@ -44,7 +44,7 @@ <h1 class="animate__animated animate__zoomIn"><i class="fa-regular fa-address-ca
4444
srcset="https://github-readme-stats.vercel.app/api/top-langs/?username=smashedr&theme=default&layout=donut"
4545
media="(prefers-color-scheme: light)"
4646
/>
47-
<img alt="Top Languages" src="https://github-readme-stats.vercel.app/api/top-langs/?username=smashedr&layout=donut" />
47+
<img alt="Top Languages Dynamic Display" src="https://github-readme-stats.vercel.app/api/top-langs/?username=smashedr&layout=donut" />
4848
</picture>
4949
</a>
5050
</div><!-- flex item -->

0 commit comments

Comments
 (0)