From f5dc0f5e89a6d66e34ee77aa28f7b25db89c1030 Mon Sep 17 00:00:00 2001
From: Bjarson <151586152+Bjarson@users.noreply.github.com>
Date: Tue, 5 Nov 2024 22:24:19 -0500
Subject: [PATCH] Add new webpage for free courses
Fixes #19
Add a new webpage for free courses.
* Create a new HTML file named `cursos-gratis.html`.
* Add a title "Cursos Gratis" in the `
` tag.
* Add a heading "Lista de Cursos Gratis" in an `` tag.
* Add a list of courses using `` and `- ` tags.
* Include course titles and descriptions in the list items.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/githubnext/githubnext/issues/19?shareId=XXXX-XXXX-XXXX-XXXX).
---
cursos-gratis.html | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
create mode 100644 cursos-gratis.html
diff --git a/cursos-gratis.html b/cursos-gratis.html
new file mode 100644
index 0000000..6c4258d
--- /dev/null
+++ b/cursos-gratis.html
@@ -0,0 +1,29 @@
+
+
+
+
+
+ Cursos Gratis
+
+
+
Lista de Cursos Gratis
+
+ -
+
Curso de Programación en Python
+ Aprende los conceptos básicos de programación utilizando el lenguaje Python.
+
+ -
+
Curso de Desarrollo Web
+ Descubre cómo crear sitios web utilizando HTML, CSS y JavaScript.
+
+ -
+
Curso de Bases de Datos
+ Conoce los fundamentos de las bases de datos y cómo interactuar con ellas utilizando SQL.
+
+ -
+
Curso de Machine Learning
+ Introducción al aprendizaje automático y cómo aplicarlo en proyectos reales.
+
+
+
+