~rensoliemans/website

045a6046dced1a9725bef8cc01c282f3563f2a56 — Rens Oliemans 10 months ago 03c99f9 main
html: remove hardcoded image size

03c99f92244e7dd9309a960bc4e38eebdc26d731 introduced this, but I am not
sure why I did that. This commit reverts the HTML part of the change.
2 files changed, 2 insertions(+), 2 deletions(-)

M src/index-en.html
M src/index.html
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/)" width="280" height="280">
        <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/)">
        <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/)" width="280" height="280">
        <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/)">
        <div class="languages">
          <a href="/nl">nl</a>
          <a href="/en">en</a>