added favicon and fixed contact link and other
This commit is contained in:
parent
d17bca09b1
commit
a1765fe505
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 |
|
|
@ -18,7 +18,7 @@ import Button from "./ui/Button.astro";
|
||||||
<a class="hover:text-primary transition" href="#news">Noticias</a>
|
<a class="hover:text-primary transition" href="#news">Noticias</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-50">
|
<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>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import { Icon } from "astro-icon/components";
|
||||||
import { Image } from "astro:assets"
|
import { Image } from "astro:assets"
|
||||||
import jbp from "../../assets/DRJBP-1.webp";
|
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="container mx-auto py-20 relative text-[#EBE5D0]">
|
||||||
<div class="absolute bottom-0 right-0 w-80 hidden lg:block">
|
<div class="absolute bottom-0 right-0 w-80 hidden lg:block">
|
||||||
<Image
|
<Image
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
import { Icon } from "astro-icon/components";
|
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">
|
<div class="container mx-auto">
|
||||||
<h4 class="text-lg text-center font-bold uppercase text-[#003421]">Programas y areas de acción</h4>
|
<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>
|
<h2 class="text-3xl lg:text-5xl text-center font-bold font-secondary my-8 text-[#003421]">Formación y Capacitación</h2>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue