fix: better SEO
This commit is contained in:
parent
98dbd00c1f
commit
1015d6f3b4
6 changed files with 36 additions and 15 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue