Skip to content

Commit 4623073

Browse files
committed
Update homepage with images
1 parent 8dac93a commit 4623073

9 files changed

Lines changed: 47 additions & 30 deletions

File tree

assets/img/cards/ai.jpeg

632 KB
Loading

assets/img/cards/blog.jpeg

382 KB
Loading

assets/img/cards/devops.jpeg

439 KB
Loading

assets/img/cards/programming.jpeg

538 KB
Loading

assets/img/cards/quantum.jpeg

272 KB
Loading
517 KB
Loading

content/_index.en.md

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,46 +17,54 @@ layout: hextra-home
1717
{{< /hextra/hero-subtitle >}}
1818
</div>
1919

20-
{{< hextra/feature-grid >}}
20+
{{< cards >}}
2121

22-
{{< hextra/feature-card
23-
title="Blog"
24-
subtitle="Articles, tips, and insights from developers in the industry. Stay current with trends, tools, and practical advice published regularly."
25-
icon="users"
26-
link="/blog"
27-
>}}
28-
29-
{{< hextra/feature-card
22+
{{< card
3023
title="Programming"
3124
subtitle="Start from the ground up. Understand core programming concepts, data structures, algorithms, and problem-solving techniques that underpin all software."
3225
icon="code"
3326
link="/programming"
27+
image="img/cards/programming.jpeg"
3428
>}}
3529
36-
{{< hextra/feature-card
30+
{{< card
3731
title="Software Engineering"
3832
subtitle="Go beyond writing code. Learn design patterns, clean architecture, version control, testing, and the practices that make software maintainable at scale."
3933
icon="book-open"
4034
link="/software-engineering"
35+
image="img/cards/software-engineering.jpeg"
4136
>}}
4237
43-
{{< hextra/feature-card
38+
{{< card
4439
title="Artificial Intelligence"
4540
subtitle="Explore machine learning, neural networks, large language models, and the tools shaping the future of intelligent software systems."
4641
icon="sparkles"
4742
link="/ai"
43+
image="img/cards/ai.jpeg"
4844
>}}
4945
50-
<!-- {{< hextra/feature-card
46+
<!-- {{< card
5147
title="DevOps & SRE"
5248
subtitle="Coming soon! CI/CD pipelines, containerisation, cloud infrastructure, and everything you need to ship and run software reliably."
5349
icon="server"
54-
>}}
50+
link="/devops"
51+
image="img/cards/devops.jpeg"
52+
>}} -->
5553

56-
{{< hextra/feature-card
54+
<!-- {{< card
5755
title="Quantum Computing"
5856
subtitle="Coming soon! Quantum gates, superposition, entanglement, and the emerging paradigms set to redefine computation."
5957
icon="academic-cap"
58+
link="/quantum"
59+
image="img/cards/quantum.jpeg"
6060
>}} -->
6161

62-
{{< /hextra/feature-grid >}}
62+
{{< card
63+
title="Blog"
64+
subtitle="Articles, tips, and insights from developers in the industry. Stay current with trends, tools, and practical advice published regularly."
65+
icon="users"
66+
link="/blog"
67+
image="img/cards/blog.jpeg"
68+
>}}
69+
70+
{{< /cards >}}

content/_index.es.md

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,46 +17,54 @@ layout: hextra-home
1717
{{< /hextra/hero-subtitle >}}
1818
</div>
1919

20-
{{< hextra/feature-grid >}}
20+
{{< cards >}}
2121

22-
{{< hextra/feature-card
23-
title="Blog"
24-
subtitle="Artículos, tips y reflexiones de gente que escribe código todos los días. Herramientas, tendencias y consejos que realmente sirven."
25-
icon="users"
26-
link="/es/blog"
27-
>}}
28-
29-
{{< hextra/feature-card
22+
{{< card
3023
title="Programación"
3124
subtitle="Arrancá desde cero sin perderte. Variables, estructuras de datos, algoritmos y la lógica que está detrás de todo lo que corre en una computadora."
3225
icon="code"
3326
link="/es/programming"
27+
image="img/cards/programming.jpeg"
3428
>}}
3529
36-
{{< hextra/feature-card
30+
{{< card
3731
title="Ingeniería de Software"
3832
subtitle="Escribir código es la parte fácil. Acá aprendés a desarrollar software: patrones, arquitectura, testing y todo lo que hace que un proyecto no se caiga a pedazos."
3933
icon="book-open"
4034
link="/es/software-engineering"
35+
image="img/cards/software-engineering.jpeg"
4136
>}}
4237
43-
{{< hextra/feature-card
38+
{{< card
4439
title="Inteligencia Artificial"
4540
subtitle="Machine learning, redes neuronales, modelos de lenguaje. Entendé cómo funcionan y cómo usarlos sin vueltas."
4641
icon="sparkles"
4742
link="/es/ai"
43+
image="img/cards/ai.jpeg"
4844
>}}
4945
50-
<!-- {{< hextra/feature-card
46+
<!-- {{< card
5147
title="DevOps y SRE"
5248
subtitle="¡Próximamente! CI/CD, contenedores, infraestructura en la nube y todo lo que hace falta para que lo que construís llegue a producción sin dramas."
5349
icon="server"
54-
>}}
50+
link="/devops"
51+
image="img/cards/devops.jpeg"
52+
>}} -->
5553

56-
{{< hextra/feature-card
54+
<!-- {{< card
5755
title="Computación Cuántica"
5856
subtitle="¡Próximamente! Superposición, entrelazamiento y los paradigmas que van a cambiar todo lo que sabés sobre cómo funciona una computadora."
5957
icon="academic-cap"
58+
link="/quantum"
59+
image="img/cards/quantum.jpeg"
6060
>}} -->
6161

62-
{{< /hextra/feature-grid >}}
62+
{{< card
63+
title="Blog"
64+
subtitle="Artículos, tips y reflexiones de gente que escribe código todos los días. Herramientas, tendencias y consejos que realmente sirven."
65+
icon="users"
66+
link="/es/blog"
67+
image="img/cards/blog.jpeg"
68+
>}}
69+
70+
{{< /cards >}}

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
github.com/imfing/hextra v0.12.0 h1:f6y35hW/WDJEcx9S0dOmbICOBxYE0PmP6IJFsTUgVyY=
22
github.com/imfing/hextra v0.12.0/go.mod h1:YAv8XRNSmcqjieFwI7fVQK1AoY2Do+45DO9HGqxSGu4=
3+
github.com/imfing/hextra v0.12.1 h1:3t1n0bmJbDzSTVfht93UDcfF1BXMRjeFojA071ri2l8=
34
github.com/imfing/hextra v0.12.1/go.mod h1:vi+yhpq8YPp/aghvJlNKVnJKcPJ/VyAEcfC1BSV9ARo=

0 commit comments

Comments
 (0)