diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/public/index.html b/public/index.html index fb71efa..4e7d912 100644 --- a/public/index.html +++ b/public/index.html @@ -298,20 +298,22 @@ <section> <h2> - Map - <p class="subtitle">Put customized markers on a map.</p> + Maps + <p class="subtitle">Put customized markers on maps.</p> </h2> - <img src="projects/map.webp" alt="Map"> + <img src="projects/maps.webp" alt="Maps"> <div class="project-footer"> <ul class="technos"> + <li>Zig + <li>SQLite <li>TypeScript <li>Leaflet + <li>Rx </ul> <div> - <a href="https://map.guyonvarch.me" target="_blank">app</a>, - <a href="https://git.guyonvarch.me/map" target="_blank">code</a> + <a href="https://git.guyonvarch.me/maps" target="_blank">code</a> </div> </div> </section> |