Skip to content

Commit

Permalink
fix: move collaborators up
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeteixe committed Jan 29, 2025
1 parent cf9b434 commit 98be254
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions src/components/homepage/Sponsors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,3 @@ import logoNomaSystems from '../../assets/sponsors/nomasystems.png'
</div>
</a>
</div>

<h3 id="sponsor-info" class="mt-12 scroll-m-28 px-10 text-center text-gray-200 sm:px-32 sm:text-lg md:px-52 md:text-xl">
Si quieres ser parte de esta edición de HackUDC, consulta nuestras
<a href="https://cloud.gpul.org/index.php/s/BJPXAk3Fse5amB2" class="underline"
><span class="italic">súper-oportunidades</span>
de patrocinio</a
>.
</h3>
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import HeaderLayout from '../layouts/HeaderLayout.astro'
<Youtube />
<Info />
<Sponsors />
<FAQ />
<Colaboradores />
<FAQ />

<div class="h-[50px]"></div>
</HeaderLayout>

0 comments on commit 98be254

Please sign in to comment.