Skip to content

Add new webpage for free courses #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions cursos-gratis.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cursos Gratis</title>
</head>
<body>
<h1>Lista de Cursos Gratis</h1>
<ul>
<li>
<h2>Curso de Programación en Python</h2>
<p>Aprende los conceptos básicos de programación utilizando el lenguaje Python.</p>
</li>
<li>
<h2>Curso de Desarrollo Web</h2>
<p>Descubre cómo crear sitios web utilizando HTML, CSS y JavaScript.</p>
</li>
<li>
<h2>Curso de Bases de Datos</h2>
<p>Conoce los fundamentos de las bases de datos y cómo interactuar con ellas utilizando SQL.</p>
</li>
<li>
<h2>Curso de Machine Learning</h2>
<p>Introducción al aprendizaje automático y cómo aplicarlo en proyectos reales.</p>
</li>
</ul>
</body>
</html>