diff options
author | Joris | 2022-07-20 13:51:03 +0200 |
---|---|---|
committer | Joris | 2022-07-20 13:51:03 +0200 |
commit | 8e41d9cd97da98061acd0e489de824941c35278a (patch) | |
tree | 761b8dc518c6d6fd890ee5d7596119d254fe4d00 /public/index.html | |
parent | ae48213952bb095d4951912e399b6b403b9c5b9e (diff) |
Transform PNG to WEBP (lossless)
convert img.png -define webp:lossless=true img.webp
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 9278e49..f2b05b0 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.png"> + <img src="projects/budget.webp"> <div class="project-footer"> <ul class="technos"> @@ -185,7 +185,7 @@ <p class="subtitle">Organize todos.</p> </h2> - <img src="projects/todo.png"> + <img src="projects/todo.webp"> <div class="project-footer"> <ul class="technos"> @@ -203,7 +203,7 @@ <p class="subtitle">Organize events.</p> </h2> - <img src="projects/calendar.png"> + <img src="projects/calendar.webp"> <div class="project-footer"> <ul class="technos"> @@ -221,7 +221,7 @@ <p class="subtitle">Learn with space repetition.</p> </h2> - <img src="projects/flashcards.png"> + <img src="projects/flashcards.webp"> <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.png"> + <img src="projects/cooking.webp"> <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.png"> + <img src="projects/chords.webp"> <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.png"> + <img src="projects/reading.webp"> <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.png"> + <img src="projects/map.webp"> <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.png"> + <img src="projects/catchvoid.webp"> <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.png"> + <img src="projects/tabata.webp"> <div class="project-footer"> <ul class="technos"> |