Skip to content

Commit

Permalink
Update Navbar and JoinAs components
Browse files Browse the repository at this point in the history
  • Loading branch information
devferx committed Apr 2, 2024
1 parent 881e50c commit d156591
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ import Logo from './icons/ScesiBgDark.astro';
>
<Logo />

<ul>
<!-- <ul>
<li>
<a
href="#postulaciones"
class="text-poppins rounded-[6px] bg-[#D83746] px-3 py-2 font-medium text-white"
>Postulaciones 2024</a
>
</li>
</ul>
</ul> -->
</div>
15 changes: 4 additions & 11 deletions src/components/sections/JoinAs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,8 @@ import joinAs from '../../assets/images/join-as.png';
class="font-bold">anualmente</span
>. Al inicio de la misma tendras la oportunidad de participar en una
reunión informativa junto a miembros y mesa directiva de la sociedad
cientifica.
cientifica, te esperamos el 2025!.
</p>

<a
class="flex items-center rounded-[6px] bg-[#D83746] px-5 py-3 text-[13px] font-bold text-white md:text-[17px]"
href="http://scesi.org/postulantes?ref=website"
target="_blank"
rel="noopener noreferrer"
>
Deseo ser parte!
</a>
</div>

<div class="flex w-full items-center justify-center md:justify-end">
Expand All @@ -43,11 +34,13 @@ import joinAs from '../../assets/images/join-as.png';
>
<Image
src={joinAs}
alt={'join as'}
alt="Hoy no puedes postular, mañana si"
class="h-full w-full object-cover object-center"
width={640}
height={645}
/>
</figure>
</div>
</section>

<script></script>

0 comments on commit d156591

Please sign in to comment.