diff --git a/README.md b/README.md index c3e4988..99da7d6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # jleibl.net - Personal Portfolio Website
Fullstack Software Developer | PHP & TypeScript Expert
Live Website diff --git a/public/profile-image-futu-style.jpg b/public/profile-image-futu-style.jpg new file mode 100644 index 0000000..dc1f7a4 Binary files /dev/null and b/public/profile-image-futu-style.jpg differ diff --git a/public/profile-image.jpg b/public/profile-image.jpg deleted file mode 100644 index 47d8c84..0000000 Binary files a/public/profile-image.jpg and /dev/null differ diff --git a/public/service-worker.js b/public/service-worker.js index bf49b94..03153aa 100644 --- a/public/service-worker.js +++ b/public/service-worker.js @@ -6,7 +6,7 @@ const AUTH_ASSETS = ["/manifest.json"]; const STYLE_ASSETS = ["/styles/global.css", "/styles/theme.css"]; -const IMAGE_ASSETS = ["/imageshttps://cdn.ventry.host/janoderso/aab5b685-3731-4d2d-88fe-ef02861035d7.jpg"]; +const IMAGE_ASSETS = ["/images/profile-image-futu-style.jpg"]; const ALL_ASSETS = [...PRECACHE_ASSETS, ...AUTH_ASSETS, ...STYLE_ASSETS, ...IMAGE_ASSETS]; diff --git a/src/components/layout/Meta.astro b/src/components/layout/Meta.astro index ae7bbdf..e36cd4e 100644 --- a/src/components/layout/Meta.astro +++ b/src/components/layout/Meta.astro @@ -2,7 +2,7 @@ const defaultTitle = "Jan-Marlon Leibl • Fullstack Software Developer | PHP & TypeScript Expert"; const defaultDescription = "Experienced Fullstack Developer specializing in PHP and TypeScript. Creating high-performance web applications and digital experiences with modern technologies."; -const defaultImage = "/imageshttps://cdn.ventry.host/janoderso/aab5b685-3731-4d2d-88fe-ef02861035d7.jpg"; +const defaultImage = "/images/profile-image-futu-style.jpg"; const siteUrl = "https://jleibl.net"; interface Props { @@ -94,9 +94,9 @@ const structuredDataWebsite = { - - - + + + diff --git a/src/components/sections/About.astro b/src/components/sections/About.astro index 54313b6..a67f382 100644 --- a/src/components/sections/About.astro +++ b/src/components/sections/About.astro @@ -48,7 +48,7 @@ const interests = [ class="aspect-square theme-bg-05 rounded-2xl overflow-hidden border theme-border hover:border-white/20 transition-all duration-300 shadow-md hover:shadow-lg mx-auto md:mx-0 max-w-[280px] md:max-w-none relative group" >