aboutsummaryrefslogtreecommitdiff
path: root/src/pages/index.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/index.astro')
-rw-r--r--src/pages/index.astro8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro
index ab4f39b..0918a74 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -12,16 +12,16 @@ import '../styles/index.css';
<Image src={Profile} class="avatar" alt="Andrew Lee" height={200} width={200} />
<h1 id="title">Hey, I'm Andrew Lee!</h1>
<div class="social">
- <a href="https://linkedin.alee14.me" target="_blank">
+ <a href="https://linkedin.alee14.me" target="_blank" aria-label="LinkedIn">
<Icon name="fa6-brands:linkedin" />
</a>
- <a href="https://github.alee14.me" target="_blank">
+ <a href="https://github.alee14.me" target="_blank" aria-label="GitHub">
<Icon name="fa6-brands:github" />
</a>
- <a href="https://youtube.alee14.me" target="_blank">
+ <a href="https://youtube.alee14.me" target="_blank" aria-label="YouTube">
<Icon name="fa6-brands:youtube" />
</a>
- <a href="https://instagram.alee14.me" target="_blank">
+ <a href="https://instagram.alee14.me" target="_blank" aria-label="Instagram">
<Icon name="fa6-brands:instagram" />
</a>
</div>