Update
ci/woodpecker/push/woodpecker Pipeline was successful Podrobnosti

This commit is contained in:
tree 2022-10-22 14:14:49 +02:00
rodič 63280887b4
revize 77e3d8dbaa
2 změnil soubory, kde provedl 19 přidání a 1 odebrání

Zobrazit soubor

@ -72,6 +72,13 @@
url: 'https://twitter.com/treecz'
}
]
const partners = [
{
id: 'clubco',
name: 'ClubCo',
url: 'https://clubco.cz/'
}
]
</script>
@ -123,7 +130,7 @@
</div>
<div>
<div class="mb-10">
<h2 class="text-3xl text-center py-10 font-bold">Program</h2>
<div class="text-center">
<ul class="mb-10">
@ -139,4 +146,15 @@
</div>
</div>
<div>
<h2 class="text-3xl text-center py-10 font-bold">Partneři</h2>
<div class="flex flex-wrap justify-center mt-4">
{#each partners as item}
<div>
<a href={item.url} target="_blank"><img src="/photos/partners/{item.id}.png" alt="{item.name}" class="h-10 grayscale hover:grayscale-0" />
</div>
{/each}
</div>
</div>
</div>

binární
static/photos/partners/clubco.png Normal file

Binární soubor nebyl zobrazen.

Za

Šířka:  |  Výška:  |  Velikost: 20 KiB