diff options
author | Joris | 2022-07-20 13:54:02 +0200 |
---|---|---|
committer | Joris | 2022-07-20 13:54:02 +0200 |
commit | 8e5b00f89424e533a8b35702a125052ae80514b8 (patch) | |
tree | fb635bedc9286740d5435654cd565ea029244d67 /public/index.html | |
parent | 8e41d9cd97da98061acd0e489de824941c35278a (diff) |
Add alt attribute to images
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/public/index.html b/public/index.html index f2b05b0..e7fa7f4 100644 --- a/public/index.html +++ b/public/index.html @@ -165,7 +165,7 @@ <p class="subtitle">Share payments within a group of people.</p> </h2> - <img src="projects/budget.webp"> + <img src="projects/budget.webp" alt="Budget"> <div class="project-footer"> <ul class="technos"> @@ -185,7 +185,7 @@ <p class="subtitle">Organize todos.</p> </h2> - <img src="projects/todo.webp"> + <img src="projects/todo.webp" alt="Todo"> <div class="project-footer"> <ul class="technos"> @@ -203,7 +203,7 @@ <p class="subtitle">Organize events.</p> </h2> - <img src="projects/calendar.webp"> + <img src="projects/calendar.webp" alt="Calendar"> <div class="project-footer"> <ul class="technos"> @@ -221,7 +221,7 @@ <p class="subtitle">Learn with space repetition.</p> </h2> - <img src="projects/flashcards.webp"> + <img src="projects/flashcards.webp" alt="Flashcards"> <div class="project-footer"> <ul class="technos"> @@ -238,7 +238,7 @@ <p class="subtitle">Show recipes with adjustable ingredient portions.</p> </h2> - <img src="projects/cooking.webp"> + <img src="projects/cooking.webp" alt="Cooking"> <div class="project-footer"> <ul class="technos"> @@ -260,7 +260,7 @@ <p class="subtitle">View a succesion of randomly generated Chords.</p> </h2> - <img src="projects/chords.webp"> + <img src="projects/chords.webp" alt="Chords"> <div class="project-footer"> <ul class="technos"> @@ -280,7 +280,7 @@ <p class="subtitle">Guide middle school students to find a book with faceted search.</p> </h2> - <img src="projects/reading.webp"> + <img src="projects/reading.webp" alt="Reading"> <div class="project-footer"> <ul class="technos"> @@ -299,7 +299,7 @@ <p class="subtitle">Put customized markers on a map.</p> </h2> - <img src="projects/map.webp"> + <img src="projects/map.webp" alt="Map"> <div class="project-footer"> <ul class="technos"> @@ -320,7 +320,7 @@ <p class="subtitle">Catch the points of your color, avoid the others.</p> </h2> - <img src="projects/catchvoid.webp"> + <img src="projects/catchvoid.webp" alt="cAtchVoid"> <div class="project-footer"> <ul class="technos"> @@ -339,7 +339,7 @@ <p class="subtitle">Configure and run tabata timers.</p> </h2> - <img src="projects/tabata.webp"> + <img src="projects/tabata.webp" alt="Tabata"> <div class="project-footer"> <ul class="technos"> |