Skip to content

Commit f22ccc6

Browse files
committed
feat: add logo GADIS
1 parent 7d101f0 commit f22ccc6

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

src/assets/collaborators/gadis.jpg

211 KB
Loading

src/components/homepage/Colaboradores.astro

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import logoFIC from '../../assets/collaborators/fic.svg'
66
import logoUDC from '../../assets/collaborators/udc.svg'
77
88
import astro from '../../assets/collaborators/astro.svg'
9+
import gadis from '../../assets/collaborators/gadis.jpg'
910
import perusinas from '../../assets/collaborators/perusinas.png'
1011
---
1112

@@ -16,15 +17,20 @@ import perusinas from '../../assets/collaborators/perusinas.png'
1617
Colaboradores
1718
</h1>
1819
<h2 class="mt-2 text-center text-gray-300 sm:text-xl md:text-2xl">Nos ayudan a hacer realidad el evento</h2>
19-
<div class="mb-12 mt-4 grid grid-cols-1 gap-8 px-3 sm:grid-cols-2 md:grid-cols-2">
20+
<div class="mb-12 mt-4 grid grid-cols-1 gap-8 px-3 sm:grid-cols-3 md:grid-cols-3">
2021
<a href="https://astrocafe.es/">
2122
<div class="flex h-32 flex-col justify-center overflow-hidden rounded-lg p-2 text-center">
22-
<Image src={astro} alt="Logo UDC" class="h-full w-full object-contain" />
23+
<Image src={astro} alt="Logo Astro Café" class="h-full w-full object-contain" />
24+
</div>
25+
</a>
26+
<a href="https://gadis.es/">
27+
<div class="my-2 flex h-28 flex-col justify-center overflow-hidden rounded-lg p-2 text-center">
28+
<Image src={gadis} alt="Logo Gadis" class="h-full w-full object-contain" />
2329
</div>
2430
</a>
2531
<a href="https://perusinas.com/">
2632
<div class="flex h-32 flex-col justify-center overflow-hidden rounded-lg p-2 text-center">
27-
<Image src={perusinas} alt="Logo FIC" class="h-full w-full object-contain" />
33+
<Image src={perusinas} alt="Logo Perusiñas" class="h-full w-full object-contain" />
2834
</div>
2935
</a>
3036
</div>

0 commit comments

Comments
 (0)