You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/_index.en.md
+23-15Lines changed: 23 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,46 +17,54 @@ layout: hextra-home
17
17
{{< /hextra/hero-subtitle >}}
18
18
</div>
19
19
20
-
{{< hextra/feature-grid >}}
20
+
{{< cards >}}
21
21
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
30
23
title="Programming"
31
24
subtitle="Start from the ground up. Understand core programming concepts, data structures, algorithms, and problem-solving techniques that underpin all software."
32
25
icon="code"
33
26
link="/programming"
27
+
image="img/cards/programming.jpeg"
34
28
>}}
35
29
36
-
{{< hextra/feature-card
30
+
{{< card
37
31
title="Software Engineering"
38
32
subtitle="Go beyond writing code. Learn design patterns, clean architecture, version control, testing, and the practices that make software maintainable at scale."
39
33
icon="book-open"
40
34
link="/software-engineering"
35
+
image="img/cards/software-engineering.jpeg"
41
36
>}}
42
37
43
-
{{< hextra/feature-card
38
+
{{< card
44
39
title="Artificial Intelligence"
45
40
subtitle="Explore machine learning, neural networks, large language models, and the tools shaping the future of intelligent software systems."
46
41
icon="sparkles"
47
42
link="/ai"
43
+
image="img/cards/ai.jpeg"
48
44
>}}
49
45
50
-
<!-- {{< hextra/feature-card
46
+
<!-- {{< card
51
47
title="DevOps & SRE"
52
48
subtitle="Coming soon! CI/CD pipelines, containerisation, cloud infrastructure, and everything you need to ship and run software reliably."
53
49
icon="server"
54
-
>}}
50
+
link="/devops"
51
+
image="img/cards/devops.jpeg"
52
+
>}} -->
55
53
56
-
{{< hextra/feature-card
54
+
<!--{{< card
57
55
title="Quantum Computing"
58
56
subtitle="Coming soon! Quantum gates, superposition, entanglement, and the emerging paradigms set to redefine computation."
59
57
icon="academic-cap"
58
+
link="/quantum"
59
+
image="img/cards/quantum.jpeg"
60
60
>}} -->
61
61
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."
Copy file name to clipboardExpand all lines: content/_index.es.md
+23-15Lines changed: 23 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,46 +17,54 @@ layout: hextra-home
17
17
{{< /hextra/hero-subtitle >}}
18
18
</div>
19
19
20
-
{{< hextra/feature-grid >}}
20
+
{{< cards >}}
21
21
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
30
23
title="Programación"
31
24
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."
32
25
icon="code"
33
26
link="/es/programming"
27
+
image="img/cards/programming.jpeg"
34
28
>}}
35
29
36
-
{{< hextra/feature-card
30
+
{{< card
37
31
title="Ingeniería de Software"
38
32
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."
39
33
icon="book-open"
40
34
link="/es/software-engineering"
35
+
image="img/cards/software-engineering.jpeg"
41
36
>}}
42
37
43
-
{{< hextra/feature-card
38
+
{{< card
44
39
title="Inteligencia Artificial"
45
40
subtitle="Machine learning, redes neuronales, modelos de lenguaje. Entendé cómo funcionan y cómo usarlos sin vueltas."
46
41
icon="sparkles"
47
42
link="/es/ai"
43
+
image="img/cards/ai.jpeg"
48
44
>}}
49
45
50
-
<!-- {{< hextra/feature-card
46
+
<!-- {{< card
51
47
title="DevOps y SRE"
52
48
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."
53
49
icon="server"
54
-
>}}
50
+
link="/devops"
51
+
image="img/cards/devops.jpeg"
52
+
>}} -->
55
53
56
-
{{< hextra/feature-card
54
+
<!--{{< card
57
55
title="Computación Cuántica"
58
56
subtitle="¡Próximamente! Superposición, entrelazamiento y los paradigmas que van a cambiar todo lo que sabés sobre cómo funciona una computadora."
59
57
icon="academic-cap"
58
+
link="/quantum"
59
+
image="img/cards/quantum.jpeg"
60
60
>}} -->
61
61
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."
0 commit comments