mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-02-07 02:07:01 +00:00
feat: nicer design, font, logo
Font is "Vinque" from 1001freefonts Logo is generated by Midjourney
This commit is contained in:
parent
db8d8e47ee
commit
c9535fefaf
9 changed files with 81 additions and 38 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@
|
|||
</script>
|
||||
|
||||
<div>
|
||||
{role} - {actor}
|
||||
<span>{role}</span> - <span>{actor}</span>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue