Skip to content

Commit

Permalink
update img to webp
Browse files Browse the repository at this point in the history
update img size
  • Loading branch information
oechenique committed Dec 30, 2023
1 parent 9e15ad1 commit 479a80e
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
Binary file added img/contour_down.webp
Binary file not shown.
Binary file added img/contour_up.webp
Binary file not shown.
Binary file added img/gis_analytical.webp
Binary file not shown.
Binary file added img/map_compass.webp
Binary file not shown.
Binary file added img/remote_sensing.webp
Binary file not shown.
Binary file added img/tokyo_toner_map.webp
Binary file not shown.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,36 +151,36 @@
<body>
<div class="row">
<div class="col">
<img src="img\tokyo_toner_map.jpg" alt="tokyo">
<img src="img\tokyo_toner_map.webp" alt="tokyo">
<div class="button-container">
<a class="button" href="https://github.com/oechenique/boundaries.git" target="_blank">Boundaries</a>
</div>
</div>

<div class="col">
<img src="img\map_compass.png" alt="compass">
<img src="img\map_compass.webp" alt="compass">
<div class="button-container">
<a class="button" href="https://github.com/oechenique/geocoding" target="_blank">Geocoding</a>
</div>
</div>
</div>
<div class="row">
<div class="col">
<img src="img\gis_analytical.png" alt="data_geo">
<img src="img\gis_analytical.webp" alt="data_geo">
<div class="button-container">
<a class="button" href="https://github.com/oechenique/analytics" target="_blank">Analytics</a>
</div>
</div>
<div class="col">
<img src="img\remote_sensing.png" alt="forest_ndvi">
<img src="img\remote_sensing.webp" alt="forest_ndvi">
<div class="button-container">
<a class="button" href="https://github.com/oechenique/remote_sensing" target="_blank">Remote Sensing</a>
</div>
</div>
</div>
<div class="row">
<div class="col">
<img src="img\contour_up.png" alt="link_social">
<img src="img\contour_up.webp" alt="link_social">
<!-- Celda invisible con tres iconos -->
<div class="invisible-cell">
<!-- Cambia los enlaces y los íconos según tus necesidades -->
Expand All @@ -197,7 +197,7 @@

</div>
<div class="col">
<img src="img\contour_down.png" alt="personal_info">
<img src="img\contour_down.webp" alt="personal_info">
<div class="text-container">
<div class="name">Gastón Echenique</div>
<div class="email">gastonechenique@gmail.com</div>
Expand Down

0 comments on commit 479a80e

Please sign in to comment.