File tree Expand file tree Collapse file tree 3 files changed +117
-0
lines changed
Expand file tree Collapse file tree 3 files changed +117
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ import { Image } from 'astro:assets'
44import logoAMTEGA from ' ../../assets/collaborators/amtega.svg'
55import logoFIC from ' ../../assets/collaborators/fic.svg'
66import logoUDC from ' ../../assets/collaborators/udc.svg'
7+
8+ import astro from ' ../../assets/collaborators/astro.svg'
9+ import perusinas from ' ../../assets/collaborators/perusinas-ii.png'
710---
811
912<h1
@@ -13,6 +16,18 @@ import logoUDC from '../../assets/collaborators/udc.svg'
1316 Colaboradores
1417</h1 >
1518<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+ <a href =" https://astrocafe.es/" >
21+ <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+ </div >
24+ </a >
25+ <a href =" https://perusinas.com/" >
26+ <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" />
28+ </div >
29+ </a >
30+ </div >
1631<div class =" mt-4 grid grid-cols-1 gap-8 px-3 sm:grid-cols-2 md:grid-cols-3" >
1732 <a href =" https://udc.gal" >
1833 <div class =" flex h-32 flex-col justify-center overflow-hidden rounded-lg p-2 text-center" >
You can’t perform that action at this time.
0 commit comments