mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat: replace photo
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 138 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB |
BIN
public/assets/images/portrait-stefan-imhoff-2025.jpg
Normal file
BIN
public/assets/images/portrait-stefan-imhoff-2025.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 129 KiB |
BIN
public/assets/images/portrait-stefan-imhoff-2025.webp
Normal file
BIN
public/assets/images/portrait-stefan-imhoff-2025.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
@@ -12,7 +12,7 @@ const schema = JSON.stringify({
|
|||||||
'@type': 'Person',
|
'@type': 'Person',
|
||||||
name: site.author,
|
name: site.author,
|
||||||
url: site.url,
|
url: site.url,
|
||||||
image: site.url + '/assets/images/ai-portrait-stefan-imhoff.png',
|
image: site.url + '/assets/images/portrait-stefan-imhoff-2025.jpg',
|
||||||
jobTitle: 'Senior Software Engineer',
|
jobTitle: 'Senior Software Engineer',
|
||||||
worksFor: {
|
worksFor: {
|
||||||
'@type': 'Organization',
|
'@type': 'Organization',
|
||||||
@@ -36,7 +36,7 @@ const schema = JSON.stringify({
|
|||||||
slot="before-content"
|
slot="before-content"
|
||||||
class="col-start-1 col-end-12 md:col-start-3 md:col-end-10 xl:col-start-15 xl:col-end-18 xl:row-start-2 xl:-scale-x-100 3xl:col-start-14 3xl:col-end-17"
|
class="col-start-1 col-end-12 md:col-start-3 md:col-end-10 xl:col-start-15 xl:col-end-18 xl:row-start-2 xl:-scale-x-100 3xl:col-start-14 3xl:col-end-17"
|
||||||
>
|
>
|
||||||
<Image alt="Stefan Imhoff" src="/assets/images/ai-portrait-stefan-imhoff.webp" />
|
<Image alt="Stefan Imhoff" src="/assets/images/portrait-stefan-imhoff-2025.webp" />
|
||||||
</div>
|
</div>
|
||||||
<slot />
|
<slot />
|
||||||
<script type="application/ld+json" set:html={schema} />
|
<script type="application/ld+json" set:html={schema} />
|
||||||
|
|||||||
Reference in New Issue
Block a user