From 1a680ef8a590747b7213ad4ec4ece213759b11df Mon Sep 17 00:00:00 2001
From: Stone-Red-Code <56473591+Stone-Red-Code@users.noreply.github.com>
Date: Wed, 17 Mar 2021 12:01:26 +0100
Subject: [PATCH] added alt to images and icons
---
footer.html | 8 ++++----
nav.html | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/footer.html b/footer.html
index a3ba29b..e07c1b4 100644
--- a/footer.html
+++ b/footer.html
@@ -26,13 +26,13 @@
Languages & Tools:

+ src="https://img.icons8.com/color/50/000000/c-sharp-logo.png" alt="C Sharp icon" height="40" />

+ src="https://img.icons8.com/color/48/000000/html-5.png" alt="HTML 5 icon" height="40" />

+ src="https://img.icons8.com/fluent/50/000000/visual-studio-2019.png" alt="Visual Studio icon" height="40" />

+ src="https://img.icons8.com/fluent/48/000000/visual-studio-code-2019.png" alt="Visual Studio Code icon" height="40" />
Links
diff --git a/nav.html b/nav.html
index 2674971..546678f 100644
--- a/nav.html
+++ b/nav.html
@@ -1,7 +1,7 @@