diff options
| author | Arne Rief <arne.rief@gmail.com> | 2025-05-26 15:30:05 +0200 |
|---|---|---|
| committer | Arne Rief <arne.rief@gmail.com> | 2025-05-26 15:30:05 +0200 |
| commit | c5badf0a8dce77c9fd7cd645f5a1e72c138e2ab4 (patch) | |
| tree | a9dfc004f2c45e7d613dcb903975ad2a0f9d0b07 | |
| parent | 7d286f7ffda5b67c9fcc3de76b144d2f43d82881 (diff) | |
new portrait for About
| -rw-r--r-- | about-en.html | 2 | ||||
| -rw-r--r-- | about.html | 2 | ||||
| -rwxr-xr-x | images/portrait.JPG | bin | 775518 -> 0 bytes | |||
| -rw-r--r-- | images/portrait.jpg | bin | 0 -> 1559191 bytes | |||
| -rw-r--r-- | index-en.html | 8 | ||||
| -rw-r--r-- | index.html | 8 |
6 files changed, 10 insertions, 10 deletions
diff --git a/about-en.html b/about-en.html index 8747f8f..388b0f3 100644 --- a/about-en.html +++ b/about-en.html @@ -72,7 +72,7 @@ <main> <section class="about-section"> <figure class="portrait-container"> - <img src="images/portrait.JPG" alt="Arne Rief" /> + <img src="images/portrait.jpg" alt="Arne Rief" /> </figure> <article class="text-container text-about"> <p> @@ -74,7 +74,7 @@ <main> <section class="about-section"> <figure class="portrait-container"> - <img src="images/portrait.JPG" alt="Arne Rief" /> + <img src="images/portrait.jpg" alt="Arne Rief" /> </figure> <article class="text-container text-about"> <p> diff --git a/images/portrait.JPG b/images/portrait.JPG Binary files differdeleted file mode 100755 index affbcef..0000000 --- a/images/portrait.JPG +++ /dev/null diff --git a/images/portrait.jpg b/images/portrait.jpg Binary files differnew file mode 100644 index 0000000..a6b79f1 --- /dev/null +++ b/images/portrait.jpg diff --git a/index-en.html b/index-en.html index 8b90419..d3341b3 100644 --- a/index-en.html +++ b/index-en.html @@ -109,13 +109,13 @@ <article class="text-container"> <h3 class="subtitle">Note Book</h3> <p> - <a + <!-- <a href="https://the-note-book.netlify.app/" target="_blank" class="text-link" aria-label="Live demo of Note Book at Netlify" >Website</a - > | + > | --> <a href="https://github.com/Arrief/note-book" target="_blank" @@ -151,13 +151,13 @@ <article class="text-container"> <h3 class="subtitle">All In Trips</h3> <p> - <a + <!-- <a href="https://all-in-trips.netlify.app/" target="_blank" class="text-link" aria-label="Live demo of All In Trips at Netlify" >Website</a - > | + > | --> <a href="https://github.com/Arrief/All-In-Trips" target="_blank" @@ -111,13 +111,13 @@ <article class="text-container"> <h3 class="subtitle">Note Book</h3> <p> - <a + <!-- <a href="https://the-note-book.netlify.app/" target="_blank" class="text-link" aria-label="Note Book live auf Netlify" >Website</a - > | + > | --> <a href="https://github.com/Arrief/note-book" target="_blank" @@ -154,13 +154,13 @@ <article class="text-container"> <h3 class="subtitle">All In Trips</h3> <p> - <a + <!-- <a href="https://all-in-trips.netlify.app/" target="_blank" class="text-link" aria-label="All In Trips live auf Netlify" >Website</a - > | + > | --> <a href="https://github.com/Arrief/All-In-Trips" target="_blank" |
