added favicon and fixed contact link and other

This commit is contained in:
Esteban Paz 2026-02-12 02:56:56 -05:00
parent d17bca09b1
commit a1765fe505
5 changed files with 5 additions and 13 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 655 B

After

Width:  |  Height:  |  Size: 4.2 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 749 B

After

Width:  |  Height:  |  Size: 144 KiB

View File

@ -18,7 +18,7 @@ import Button from "./ui/Button.astro";
<a class="hover:text-primary transition" href="#news">Noticias</a>
</div>
<div class="w-50">
<Button class="px-8 py-2 uppercase" title="Contacto" url="/contacto" variant="primary" />
<Button class="px-8 py-2 uppercase" title="Contacto" url="#contact" variant="primary" />
</div>
</nav>
</div>

View File

@ -3,7 +3,7 @@ import { Icon } from "astro-icon/components";
import { Image } from "astro:assets"
import jbp from "../../assets/DRJBP-1.webp";
---
<div class="bg-[#22523F]">
<div id="contact" class="bg-[#22523F]">
<div class="container mx-auto py-20 relative text-[#EBE5D0]">
<div class="absolute bottom-0 right-0 w-80 hidden lg:block">
<Image

View File

@ -1,7 +1,7 @@
---
import { Icon } from "astro-icon/components";
---
<div class="bg-[#BEA48D] py-16 lg:py-32">
<div id="programs" class="bg-[#BEA48D] py-16 lg:py-32">
<div class="container mx-auto">
<h4 class="text-lg text-center font-bold uppercase text-[#003421]">Programas y areas de acción</h4>
<h2 class="text-3xl lg:text-5xl text-center font-bold font-secondary my-8 text-[#003421]">Formación y Capacitación</h2>