~rensoliemans/website

03c99f92244e7dd9309a960bc4e38eebdc26d731 — Rens Oliemans 1 year, 1 month ago f2c002b
html/image: crop my head

I'm only showing my head in 280x280, so the image need not be bigger
than that. This commit reduces the image from 28.1kB to 13.4kB.
3 files changed, 2 insertions(+), 2 deletions(-)

M src/assets/me.webp
M src/index-en.html
M src/index.html
M src/assets/me.webp => src/assets/me.webp +0 -0
M src/index-en.html => src/index-en.html +1 -1
@@ 9,7 9,7 @@
  <main>
    <section id="intro">
      <div class="info">
        <img class="head" src="assets/me.webp" alt="Photo of my head" title="My head as a semirandom collection of 1997 rotated ellipses (by https://www.geometrize.co.uk/)">
        <img class="head" src="assets/me.webp" alt="Photo of my head" title="My head as a semirandom collection of 1997 rotated ellipses (by https://www.geometrize.co.uk/)" width="280" height="280">
        <div class="languages">
          <a href="/nl">nl</a>
          <a href="/en">en</a>

M src/index.html => src/index.html +1 -1
@@ 9,7 9,7 @@
  <main>
    <section id="intro">
      <div class="info">
        <img class="head" src="assets/me.webp" alt="Foto van mijn hoofd" title="Mijn hoofd als een semi-willekeurige verzameling van 1997 ellipsen (door https://www.geometrize.co.uk/)">
        <img class="head" src="assets/me.webp" alt="Foto van mijn hoofd" title="Mijn hoofd als een semi-willekeurige verzameling van 1997 ellipsen (door https://www.geometrize.co.uk/)" width="280" height="280">
        <div class="languages">
          <a href="/nl">nl</a>
          <a href="/en">en</a>