Compare commits
No commits in common. "5b1da2ce6d58ab60e6b0d54909b211d06fc86bcf" and "d73a3dbcbd1fd3cd78cd7ea8e33af6e1932b7011" have entirely different histories.
5b1da2ce6d
...
d73a3dbcbd
|
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
import { Icon } from "astro-icon/components";
|
import { Icon } from "astro-icon/components";
|
||||||
import { Image } from "astro:assets";
|
|
||||||
|
|
||||||
const { props } = Astro.props;
|
const { props } = Astro.props;
|
||||||
const textColor = props.textColor || ''
|
const textColor = props.textColor || ''
|
||||||
|
|
@ -19,7 +18,7 @@ const imageUrl = props.image || ''
|
||||||
)}
|
)}
|
||||||
{ props.type === 'image' && (
|
{ props.type === 'image' && (
|
||||||
<div class="object-cover aspect-square flex">
|
<div class="object-cover aspect-square flex">
|
||||||
<Image class="w-full object-cover" src={props.image} alt={props.text||''} width="400" height="400" />
|
<img class="w-full object-cover" src={props.image} alt="" />
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
const { bgColor, titleColor, textColor, title, text, id } = Astro.props;
|
const { bgColor, titleColor, textColor, title, text, id } = Astro.props;
|
||||||
|
|
||||||
|
console.log( 'Props', bgColor )
|
||||||
---
|
---
|
||||||
<div id={id} class={`bg-[${bgColor}] py-20`}>
|
<div id={id} class={`bg-[${bgColor}] py-20`}>
|
||||||
<div class="container mx-auto w-3/4">
|
<div class="container mx-auto w-3/4">
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ slug: 2025-09-18-la-democracia-se-vistio-de-gala
|
||||||
place: Congreso de Colombia
|
place: Congreso de Colombia
|
||||||
city: Bogotá
|
city: Bogotá
|
||||||
country: CO
|
country: CO
|
||||||
thumbnail: https://ik.imagekit.io/crpy/tr:w-600/Condecoracion-JBP-congreso-18-sep-2025_-15-scaled.jpg
|
thumbnail: https://ik.imagekit.io/crpy/Condecoracion-JBP-congreso-18-sep-2025_-15-scaled.jpg
|
||||||
---
|
---
|
||||||
|
|
||||||
En el imponente Salón Elíptico del Capitolio Nacional, recinto donde se escriben las páginas más solemnes de la vida republicana, el 18 de septiembre se vivió una jornada marcada por la solemnidad, los símbolos y el reconocimiento. Hacia las 10 de la mañana, bajo la cúpula que resguarda la sede del poder legislativo colombiano, se le impuso al doctor José Benjamín Pérez Matos, pastor y conferencista internacional, dos de las más altas distinciones que otorgan Senado y Cámara de Representantes.
|
En el imponente Salón Elíptico del Capitolio Nacional, recinto donde se escriben las páginas más solemnes de la vida republicana, el 18 de septiembre se vivió una jornada marcada por la solemnidad, los símbolos y el reconocimiento. Hacia las 10 de la mañana, bajo la cúpula que resguarda la sede del poder legislativo colombiano, se le impuso al doctor José Benjamín Pérez Matos, pastor y conferencista internacional, dos de las más altas distinciones que otorgan Senado y Cámara de Representantes.
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ slug: 2025-08-29-un-nuevo-hijo-para-jacarei
|
||||||
place: ''
|
place: ''
|
||||||
city: Jacareí
|
city: Jacareí
|
||||||
country: BR
|
country: BR
|
||||||
thumbnail: https://ik.imagekit.io/crpy/tr:w-600/2025-09-04-19.53.04.jpg
|
thumbnail: https://ik.imagekit.io/crpy/2025-09-04-19.53.04.jpg
|
||||||
---
|
---
|
||||||
|
|
||||||
La ciudad de Jacareí, en el estado de São Paulo, Brasil, amaneció con un aire distinto, como si sus calles —vestidas de historia, árboles y palmeras— supieran que alguien especial venía a recorrerlas no como turista, sino como futuro hijo adoptivo.
|
La ciudad de Jacareí, en el estado de São Paulo, Brasil, amaneció con un aire distinto, como si sus calles —vestidas de historia, árboles y palmeras— supieran que alguien especial venía a recorrerlas no como turista, sino como futuro hijo adoptivo.
|
||||||
|
|
|
||||||
|
|
@ -6,23 +6,23 @@ place: 'Cámara de Representantes'
|
||||||
city: 'Bogotá'
|
city: 'Bogotá'
|
||||||
state: 'Distrito Capital'
|
state: 'Distrito Capital'
|
||||||
country: 'CO'
|
country: 'CO'
|
||||||
thumbnail: https://ik.imagekit.io/crpy/tr:w-600/JBP-CONDECORACION-25.webp
|
thumbnail: https://ik.imagekit.io/crpy/JBP-CONDECORACION-25.webp
|
||||||
youtube: https://www.youtube.com/watch?v=ENQE4stFb4A
|
youtube: https://www.youtube.com/watch?v=ENQE4stFb4A
|
||||||
gallery: [
|
gallery: [
|
||||||
{
|
{
|
||||||
image: 'https://ik.imagekit.io/crpy/tr:w-1280/JBP-CONDECORACION-16.webp',
|
image: 'https://ik.imagekit.io/crpy/JBP-CONDECORACION-16.webp',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
image: 'https://ik.imagekit.io/crpy/tr:w-1280/JBP-CONDECORACION-05.webp',
|
image: 'https://ik.imagekit.io/crpy/JBP-CONDECORACION-05.webp',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
image: 'https://ik.imagekit.io/crpy/tr:w-1280/JBP-CONDECORACION-22.webp',
|
image: 'https://ik.imagekit.io/crpy/JBP-CONDECORACION-22.webp',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
image: 'https://ik.imagekit.io/crpy/tr:w-1280/JBP-CONDECORACION-04.webp',
|
image: 'https://ik.imagekit.io/crpy/JBP-CONDECORACION-04.webp',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
image: 'https://ik.imagekit.io/crpy/tr:w-1280/JBP-CONDECORACION-25.webp'
|
image: 'https://ik.imagekit.io/crpy/JBP-CONDECORACION-25.webp'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ place: ''
|
||||||
city: 'San Juan Chamula'
|
city: 'San Juan Chamula'
|
||||||
state: 'Chiapas'
|
state: 'Chiapas'
|
||||||
country: 'MX'
|
country: 'MX'
|
||||||
thumbnail: https://ik.imagekit.io/crpy/tr:w-600/photo_2026-01-18_09-07-31.jpg
|
thumbnail: https://ik.imagekit.io/crpy/photo_2026-01-18_09-07-31.jpg
|
||||||
---
|
---
|
||||||
|
|
||||||
San Juan Chamula, Chiapas — Entre montañas cubiertas de neblina y tradiciones ancestrales que siguen vivas en cada rincón, el viernes 4 de octubre de 2024 esta comunidad indígena se convirtió en un escenario de encuentro y esperanza con la visita del doctor José Benjamín Pérez Matos.
|
San Juan Chamula, Chiapas — Entre montañas cubiertas de neblina y tradiciones ancestrales que siguen vivas en cada rincón, el viernes 4 de octubre de 2024 esta comunidad indígena se convirtió en un escenario de encuentro y esperanza con la visita del doctor José Benjamín Pérez Matos.
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,7 @@ const emailApiKey = import.meta.env.EMAIL_API_KEY;
|
||||||
});
|
});
|
||||||
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
console.log(error)
|
||||||
return new Response(null, {
|
return new Response(null, {
|
||||||
status: 302,
|
status: 302,
|
||||||
headers: {
|
headers: {
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,7 @@ export const POST: APIRoute = async ({ request }) => {
|
||||||
appendToSheet(valuesForSheets) // Guardar en Google Sheets
|
appendToSheet(valuesForSheets) // Guardar en Google Sheets
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
// console.log(emailResponse)
|
||||||
if (!emailResponse.ok) {
|
if (!emailResponse.ok) {
|
||||||
return new Response(null, {
|
return new Response(null, {
|
||||||
status: 302,
|
status: 302,
|
||||||
|
|
@ -77,6 +78,7 @@ export const POST: APIRoute = async ({ request }) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
console.log(error)
|
||||||
return new Response(null, {
|
return new Response(null, {
|
||||||
status: 302,
|
status: 302,
|
||||||
headers: {
|
headers: {
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@ export async function appendToSheet(values: any[]) {
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
console.error('Error guardando en Sheets:', error);
|
||||||
throw error;
|
throw error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -32,7 +32,7 @@ const carouselImages2 = [
|
||||||
|
|
||||||
const carouselImages3 = [
|
const carouselImages3 = [
|
||||||
{
|
{
|
||||||
image: "https://ik.imagekit.io/crpy/tr:w-1920,h-1080,cm-extract,x-0,y-1730/lonely-african-american-male-praying-with-his-hands-bible-with-his-head-down.webp",
|
image: "https://ik.imagekit.io/crpy/lonely-african-american-male-praying-with-his-hands-bible-with-his-head-down.webp",
|
||||||
text: "Justicia",
|
text: "Justicia",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue