feat: nicer design, font, logo

Font is "Vinque" from 1001freefonts
Logo is generated by Midjourney
This commit is contained in:
Julian Tölle 2023-03-26 00:37:32 +01:00
parent db8d8e47ee
commit c9535fefaf
9 changed files with 81 additions and 38 deletions

View file

@ -11,7 +11,7 @@
<img src={image} alt={`Grafik vom Charakter ${name}`} class="p-4" />
<div>
<h3 class="text-xl pb-4">{name}</h3>
<h3 class="text-4xl pb-4 font-vinque">{name}</h3>
<p>
{description}

View file

@ -4,5 +4,5 @@
</script>
<div>
{role} - {actor}
<span>{role}</span> - <span>{actor}</span>
</div>

View file

@ -3,10 +3,9 @@
export let text: string;
</script>
<li class="block w-1/2 bg-amber-800">
<li class="block">
<a
class="text-gray-300 hover:text-amber-200 focus:text-amber-200 focus:outline-none transition"
alt=""
class="text-amber-500 hover:text-dark-burgundy-100 focus:text-dark-burgundy-100 text-xl focus:outline-none transition"
{href}
>
{text}