fix: better SEO

This commit is contained in:
webfussel 2024-06-20 09:54:34 +02:00
parent 98dbd00c1f
commit 1015d6f3b4
6 changed files with 36 additions and 15 deletions

View file

@ -1,10 +1,10 @@
<template>
<section id="intro" class="Intro content full default-gap">
<div class="intro-text flex-col default-gap">
<h2 class="flex-col">
<h1 class="flex-col">
<span class="greeting">Moin.</span>
<span class="my-name-wrapper">Ich bin <span class="highlight">Fiona</span>.</span>
</h2>
<span class="my-name-wrapper">Ich bin <span class="highlight">Fiona</span><small>Urban</small>.</span>
</h1>
<h3>
Component <span class="highlight">&</span> API Entwicklerin
</h3>
@ -24,7 +24,7 @@
<div class="intro-img">
<picture>
<source width="750" height="866" media="(min-width: 431px)" srcset="/img/profile_big.webp" />
<img width="430" height="866" src="/img/profile_small.webp" alt="Bild von mir" />
<img width="430" height="866" src="/img/profile_small.webp" alt="Bild von Fiona Urban" />
</picture>
</div>
</section>