Skip to content

Commit c370f10

Browse files
authored
Merge pull request #20 from gpul-org/develop
Kelea logo + event date
2 parents bf235ce + 145fa10 commit c370f10

File tree

3 files changed

+77
-2
lines changed

3 files changed

+77
-2
lines changed

src/assets/sponsors/Kelea.svg

Lines changed: 69 additions & 0 deletions
Loading

src/components/homepage/Hero.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ import Logo from '../Logo.astro'
77
<Logo />
88
</div>
99
</div>
10-
<p class="mt-12 text-center text-3xl sm:text-4xl md:text-5xl">
10+
<p class="mt-8 text-center text-xl font-semibold uppercase text-white/30">21, 22 y 23 de febrero</p>
11+
<p class="text-center text-3xl sm:text-4xl md:text-5xl">
1112
La tercera edición del mayor <br />
1213
<span class="inline-block bg-gradient-to-br from-green-700 via-green-500 to-green-700 bg-clip-text text-transparent"
1314
>hackathon estudiantil</span

src/components/homepage/Sponsors.astro

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import logoCICAS from '../../assets/sponsors/CICAS.svg'
55
import logoDenodo from '../../assets/sponsors/denodo.svg'
66
import logoDinahosting from '../../assets/sponsors/dinahosting.svg'
77
import logoGradiant from '../../assets/sponsors/gradiant.svg'
8+
import logoKelea from '../../assets/sponsors/Kelea.svg'
89
import logoMSS from '../../assets/sponsors/management-solutions.png'
910
import logoNomaSystems from '../../assets/sponsors/nomasystems.png'
1011
---
@@ -36,7 +37,11 @@ import logoNomaSystems from '../../assets/sponsors/nomasystems.png'
3637
<Image src={logoNomaSystems} alt="Logo Denodo" class="h-4/6 w-full object-contain" />
3738
</div>
3839
</a>
39-
<div class="flex h-40 flex-col justify-center rounded-lg bg-white/20 text-center">Próximamente</div>
40+
<a href="https://www.nomasystems.com/">
41+
<div class="flex h-40 flex-col justify-center overflow-hidden rounded-lg bg-white/75 p-2 px-6 text-center">
42+
<Image src={logoKelea} alt="Logo Denodo" class="h-4/6 w-full object-contain" />
43+
</div>
44+
</a>
4045
<div class="flex h-40 flex-col justify-center rounded-lg bg-white/20 text-center">Próximamente</div>
4146
<div class="flex h-40 flex-col justify-center rounded-lg bg-white/20 text-center">Próximamente</div>
4247
<div class="flex h-40 flex-col justify-center rounded-lg bg-white/20 text-center">Próximamente</div>

0 commit comments

Comments
 (0)