mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-01-13 13:01:02 +00:00
feat: intro text and image
This commit is contained in:
parent
158232e663
commit
62b5a33ea8
3 changed files with 24 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:252ffdedbfb3b952c9c3b7f2b26a6bf4c9c35b3e47769b49b0c39cc44874ab81
|
oid sha256:576b7f5114507771f1bb4b87f11aa3ec2155746e1ca2a801223238d1cfb482f8
|
||||||
size 3582877
|
size 3579679
|
||||||
|
|
|
||||||
3
src/lib/images/strobor.png
Normal file
3
src/lib/images/strobor.png
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:09acc7d88f105d071fdea04fb7a929bff3d2f6e4a10837579505c64f4127f8ea
|
||||||
|
size 3972487
|
||||||
|
|
@ -6,11 +6,30 @@
|
||||||
import MajorActor from "$lib/major-actor.svelte";
|
import MajorActor from "$lib/major-actor.svelte";
|
||||||
import DownloadButton from "$lib/download-button.svelte";
|
import DownloadButton from "$lib/download-button.svelte";
|
||||||
|
|
||||||
|
import StroborImg from "$lib/images/strobor.png?w=1024";
|
||||||
import BeyronImg from "$lib/images/beyron.png?w=336";
|
import BeyronImg from "$lib/images/beyron.png?w=336";
|
||||||
import TamImg from "$lib/images/tam.png?w=336";
|
import TamImg from "$lib/images/tam.png?w=336";
|
||||||
import BlueImg from "$lib/images/blue.png?w=336";
|
import BlueImg from "$lib/images/blue.png?w=336";
|
||||||
|
import Image from "$lib/image.svelte";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<Image
|
||||||
|
img={StroborImg}
|
||||||
|
alt={`Sicht auf die Stadt`}
|
||||||
|
className="object-cover rounded my-8"
|
||||||
|
width={1024}
|
||||||
|
height={1024}
|
||||||
|
loading="lazy"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<p class="text-justify">
|
||||||
|
In diesem Hörspiel erwartet dich eine Reise in eine mittelalterliche Welt,
|
||||||
|
gespickt mit einem Hauch Magie. Verfolge die Abenteuer des Unteroffiziers
|
||||||
|
Beyron und des neugierigen Mädchens Blue, deren Schicksale auf unerwartete
|
||||||
|
Weise miteinander verknüpft sind. Lass dich mitreißen von einer fesselnden
|
||||||
|
Erzählung voller Intrigen und überraschenden Wendungen.
|
||||||
|
</p>
|
||||||
|
|
||||||
<H2>Unsere Helden</H2>
|
<H2>Unsere Helden</H2>
|
||||||
|
|
||||||
<Hero
|
<Hero
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue