Skip to content

Commit

Permalink
agregando artículo sobre robótica educativa
Browse files Browse the repository at this point in the history
  • Loading branch information
MbFredys committed Dec 26, 2023
1 parent 2925fc3 commit 1a729f0
Showing 1 changed file with 6 additions and 46 deletions.
52 changes: 6 additions & 46 deletions src/pages/blog/[...page].astro
Original file line number Diff line number Diff line change
Expand Up @@ -42,58 +42,18 @@ const { page } = Astro.props;
)
}

<div class="flex justify-between">
{
page.url.prev ? (
<a href={page.url.prev} class="btn btn-ghost my-10 mx-5">
{" "}
<svg
class="h-6 w-6 fill-current md:h-8 md:w-8"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
>
<path d="M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z" />
</svg>{" "}
Recent posts
</a>
) : (
<div />
)
}
{
page.url.next ? (
<a href={page.url.next} class="btn btn-ghost my-10 mx-5">
Older Posts{" "}
<svg
class="h-6 w-6 fill-current md:h-8 md:w-8"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
>
{" "}
<path d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" />
</svg>
</a>
) : (
<div />
)
}
</div>

<HorizontalCard

<HorizontalCard
title="Robótica Educativa: ¿Qué es y cuáles son sus Beneficios?"
img="https://automatismosmundo.com/wp-content/uploads/2023/11/DALL%C2%B7E-2023-11-01-13.14.46-A-picture-that-describes-kids-learning-robotics-JPG-e1699185219814.jpg"
desc="La robótica educativa ofrece un entorno interactivo y práctico que estimula no solo el pensamiento crítico y la resolución de problemas, sino también la creatividad."
url="https://automatismosmundo.com/robotica-educativa-que-es-y-cuales-son-sus-beneficios/"
/>

<HorizontalCard
title="Home Automation: el futuro de las casas [ES-EN]"
img="https://images.ecency.com/DQmfA5LVw3AgzEVdmA8grWevx2YjYGFUXdA1nYmFNHLMY9f/oig.tvqpsuukocxvzdjjzwh_"
desc="¡Domótica! ¿Ya habías oído hablar de ella? Es una solución, casi mágica, diría mi abuela, para muchos de los problemas del hogar. Si eres de los que les gusta disfrutar del tiempo en casa para compartir con la familia, olvidándote de las tareas repetitivas y tediosas, esta es tu solución."
url="https://peakd.com/hive-163521/@mbfreddys/home-automation-el-futuro-de"
title="Home Automation: el futuro de las casas [ES-EN]"
img="https://images.ecency.com/DQmfA5LVw3AgzEVdmA8grWevx2YjYGFUXdA1nYmFNHLMY9f/oig.tvqpsuukocxvzdjjzwh_"
desc="¡Domótica! ¿Ya habías oído hablar de ella? Es una solución, casi mágica, diría mi abuela, para muchos de los problemas del hogar. Si eres de los que les gusta disfrutar del tiempo en casa para compartir con la familia, olvidándote de las tareas repetitivas y tediosas, esta es tu solución."
url="https://peakd.com/hive-163521/@mbfreddys/home-automation-el-futuro-de"
/>
</BaseLayout>

0 comments on commit 1a729f0

Please sign in to comment.